From d774dd4adaf5df27d91940beafa5bd26db5fcd4f Mon Sep 17 00:00:00 2001
From: "aa@chromium.org"
Date: Tue, 7 Feb 2012 19:26:19 +0000
Subject: 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
---
chrome/common/extensions/docs/whats_new.html | 33 ++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
(limited to 'chrome/common/extensions/docs/whats_new.html')
diff --git a/chrome/common/extensions/docs/whats_new.html b/chrome/common/extensions/docs/whats_new.html
index 7ae2388..7a44741 100644
--- a/chrome/common/extensions/docs/whats_new.html
+++ b/chrome/common/extensions/docs/whats_new.html
@@ -196,6 +196,7 @@ This page lists the API and manifest changes
made in recent releases.
+ - Google Chrome 17
- Google Chrome 16
- Google Chrome 15
- Google Chrome 14
@@ -213,6 +214,38 @@ In addition to the changes listed below,
check out the
experimental APIs.
+ Google Chrome 17
+ New APIs
+
+ - The
+ web request API
+ lets you intercept, block, or
+ modify requests in-flight and
+ to observe and analyze traffic.
+
+
+ Manifest changes
+
+ -
+ Permissions can be
+ optional
+ for the content setting API, the web navigation API, and
+ the new web request API.
+
+ Additions to existing APIs
+
+ - The management API's
+ ExtensionInfo object
+ now has a
disabledReason
property.
+
+
+ Changes to existing APIs
+
Google Chrome 16
New APIs