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

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

Issue 9307078: This includes the extension release notes for Chrome 17. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 10 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
« no previous file with comments | « chrome/common/extensions/docs/static/whats_new.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/whats_new.html
===================================================================
--- chrome/common/extensions/docs/whats_new.html (revision 120336)
+++ chrome/common/extensions/docs/whats_new.html (working copy)
@@ -196,6 +196,7 @@
made in recent releases.
</p>
<ul>
+ <li> <a href="#17">Google Chrome 17</a> </li>
<li> <a href="#16">Google Chrome 16</a> </li>
<li> <a href="#15">Google Chrome 15</a> </li>
<li> <a href="#14">Google Chrome 14</a> </li>
@@ -213,6 +214,38 @@
check out the
<a href="experimental.html">experimental APIs</a>.
</p>
+<h2 id="17"> Google Chrome 17 </h2>
+<h4> New APIs </h4>
+ <ul>
+ <li> The
+ <a href="webRequest.html">web request API</a>
+ lets you intercept, block, or
+ modify requests in-flight and
+ to observe and analyze traffic.
+ </li>
+ </ul>
+<h4> Manifest changes </h4>
+ <ul>
+ <li>
+ Permissions can be
+ <a href="permissions.html">optional</a>
+ for the content setting API, the web navigation API, and
+ the new web request API.
+ </li></ul>
+<h4> Additions to existing APIs </h4>
+ <ul>
+ <li>The management API's
+ <a href="management.html#type-ExtensionInfo">ExtensionInfo</a> object
+ now has a <code>disabledReason</code> property.
+ </li>
+ </ul>
+<h4> Changes to existing APIs </h4>
+ <ul>
+ <li>The <a href="omnibox.html">omnibox API</a>
+ now works in
+ <a href="manifest.html#incognito">split incognito mode</a>.
+ </li>
+ </ul>
<h2 id="16"> Google Chrome 16 </h2>
<h4> New APIs </h4>
<ul>
« no previous file with comments | « chrome/common/extensions/docs/static/whats_new.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698