diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 19:26:19 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 19:26:19 +0000 |
commit | d774dd4adaf5df27d91940beafa5bd26db5fcd4f (patch) | |
tree | 668897404a976cbcbc7cf46bec80ef560ecc5ee9 /chrome/common/extensions/docs/static | |
parent | dac71af9122949f4eed56b65217d2bce4821a09d (diff) | |
download | chromium_src-d774dd4adaf5df27d91940beafa5bd26db5fcd4f.zip chromium_src-d774dd4adaf5df27d91940beafa5bd26db5fcd4f.tar.gz chromium_src-d774dd4adaf5df27d91940beafa5bd26db5fcd4f.tar.bz2 |
This includes the extension release notes for Chrome 17.
Review URL: https://chromiumcodereview.appspot.com/9307078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static')
-rw-r--r-- | chrome/common/extensions/docs/static/whats_new.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/whats_new.html b/chrome/common/extensions/docs/static/whats_new.html index 890eb56..b6f3768 100644 --- a/chrome/common/extensions/docs/static/whats_new.html +++ b/chrome/common/extensions/docs/static/whats_new.html @@ -7,6 +7,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> @@ -26,6 +27,44 @@ 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. + </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> |