| Index: chrome/common/extensions/docs/apps/events.html
|
| diff --git a/chrome/common/extensions/docs/apps/events.html b/chrome/common/extensions/docs/apps/events.html
|
| index 54c2e244ecd0c72bf77a769cb944607949e77b5b..91999e35ae338d7b3de6a47d5514a96237d6f1c7 100644
|
| --- a/chrome/common/extensions/docs/apps/events.html
|
| +++ b/chrome/common/extensions/docs/apps/events.html
|
| @@ -1265,7 +1265,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 fragment identifier) contains a specified string. Port numbers are stripped from the URL if they match the default port number.</dd>
|
| <!-- OBJECT PROPERTIES -->
|
| <!-- OBJECT METHODS -->
|
| <!-- OBJECT EVENT FIELDS -->
|
| @@ -1289,7 +1289,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 fragment identifier) is equal to a specified string. Port numbers are stripped from the URL if they match the default port number.</dd>
|
| <!-- OBJECT PROPERTIES -->
|
| <!-- OBJECT METHODS -->
|
| <!-- OBJECT EVENT FIELDS -->
|
| @@ -1313,7 +1313,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 fragment identifier) starts with a specified string. Port numbers are stripped from the URL if they match the default port number.</dd>
|
| <!-- OBJECT PROPERTIES -->
|
| <!-- OBJECT METHODS -->
|
| <!-- OBJECT EVENT FIELDS -->
|
| @@ -1337,7 +1337,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 fragment identifier) ends with a specified string. Port numbers are stripped from the URL if they match the default port number.</dd>
|
| <!-- OBJECT PROPERTIES -->
|
| <!-- OBJECT METHODS -->
|
| <!-- OBJECT EVENT FIELDS -->
|
|
|