| Index: chrome/common/extensions/docs/static/whats_new.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/static/whats_new.html (revision 57248)
|
| +++ chrome/common/extensions/docs/static/whats_new.html (working copy)
|
| @@ -13,21 +13,21 @@
|
| <ul id="changes-listing">
|
| <li class="section"><b>New APIs</b>
|
| <ul>
|
| - <li>The <a href="contextMenus.html">Context Menus API</a> allows you to
|
| + <li>The <a href="contextMenus.html">context menus API</a> allows you to
|
| add context menus to pages or specific objects on a page
|
| - <li>The <a href="cookies.html">Cookies API</a> allows you to manage the
|
| + <li>The <a href="cookies.html">cookies API</a> allows you to manage the
|
| browser's cookie system
|
| - <li>The <a href="idle.html">Idle API</a> allows you to detect when the
|
| + <li>The <a href="idle.html">idle API</a> allows you to detect when the
|
| machine's idle state changes
|
| </ul>
|
| - <li class="section"><b>Manifest Changes</b>
|
| + <li class="section"><b>Manifest changes</b>
|
| <ul>
|
| <li>The <a href="manifest.html#geolocation">geolocation</a> permission
|
| gives an extension access to the user's physical location
|
| <li><a href="match_patterns.html">Match patterns</a> can now select all
|
| - schemes or all urls
|
| + schemes or all URLs
|
| <li>Access to file:/// URLs no longer triggers the "access to your machine"
|
| - security warning, but now requires user opt-in from the extension
|
| + security warning, but now requires user opt-in from the extensions
|
| management page
|
| </ul>
|
| <li class="section"><b>Additions to existing APIs</b>
|
| @@ -44,9 +44,9 @@
|
| </ul>
|
| <li class="section"><b>New experimental APIs</b>
|
| <ul>
|
| - <li>The <a href="experimental.omnibox.html">Omnibox API</a> allows you to
|
| - add functionality to the browser's omnibox
|
| - <li>The <a href="experimental.infobars.html">Infobars API</a> allows you
|
| - to add UI panels across the top of a tab
|
| + <li>The <a href="experimental.omnibox.html">omnibox API</a> allows you to
|
| + add functionality to the browser's address bar
|
| + <li>The <a href="experimental.infobars.html">infobars API</a> allows you
|
| + to add a UI panel across the top of a tab
|
| </ul>
|
| </ul>
|
|
|