| Index: chrome/common/extensions/docs/extensions/events.html
|
| diff --git a/chrome/common/extensions/docs/extensions/events.html b/chrome/common/extensions/docs/extensions/events.html
|
| index 4720d8f0cf8ba6e3d308dfc73f87f66de94f5137..735d588391985822218ab17e23f306d1f21a1d5e 100644
|
| --- a/chrome/common/extensions/docs/extensions/events.html
|
| +++ b/chrome/common/extensions/docs/extensions/events.html
|
| @@ -1395,7 +1395,7 @@ refers to an array of rules including filled optional parameters.
|
| </div>
|
| </em>
|
| </dt>
|
| - <dd>Matches if the URL contains a specified string.</dd>
|
| + <dd>Matches if the URL (without port and fragment identifier) contains a specified string.</dd>
|
| <!-- OBJECT PROPERTIES -->
|
| <!-- OBJECT METHODS -->
|
| <!-- OBJECT EVENT FIELDS -->
|
| @@ -1419,7 +1419,7 @@ refers to an array of rules including filled optional parameters.
|
| </div>
|
| </em>
|
| </dt>
|
| - <dd>Matches if the URL is equal to a specified string.</dd>
|
| + <dd>Matches if the URL (without port and fragment identifier) is equal to a specified string.</dd>
|
| <!-- OBJECT PROPERTIES -->
|
| <!-- OBJECT METHODS -->
|
| <!-- OBJECT EVENT FIELDS -->
|
| @@ -1443,7 +1443,7 @@ refers to an array of rules including filled optional parameters.
|
| </div>
|
| </em>
|
| </dt>
|
| - <dd>Matches if the URL starts with a specified string.</dd>
|
| + <dd>Matches if the URL (without port and fragment identifier) starts with a specified string.</dd>
|
| <!-- OBJECT PROPERTIES -->
|
| <!-- OBJECT METHODS -->
|
| <!-- OBJECT EVENT FIELDS -->
|
| @@ -1467,7 +1467,7 @@ refers to an array of rules including filled optional parameters.
|
| </div>
|
| </em>
|
| </dt>
|
| - <dd>Matches if the URL ends with a specified string.</dd>
|
| + <dd>Matches if the URL (without port and fragment identifier) ends with a specified string.</dd>
|
| <!-- OBJECT PROPERTIES -->
|
| <!-- OBJECT METHODS -->
|
| <!-- OBJECT EVENT FIELDS -->
|
|
|