Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: chrome/common/extensions/docs/static/whats_new.html

Issue 3137039: Copyedit pass on new doc (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/common/extensions/docs/static/experimental.omnibox.html ('k') | chrome/common/extensions/docs/whats_new.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698