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

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

Issue 10836219: Extension docs: Update whats_new.html for M21. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/extensions/whats_new.html
diff --git a/chrome/common/extensions/docs/extensions/whats_new.html b/chrome/common/extensions/docs/extensions/whats_new.html
index 2afffeada0cbaebacaf3709c3894b6d4f6ebd37d..502f28145e1750c2695b8983de8da630c054cef0 100644
--- a/chrome/common/extensions/docs/extensions/whats_new.html
+++ b/chrome/common/extensions/docs/extensions/whats_new.html
@@ -201,6 +201,7 @@ This page lists the API and manifest changes
made in recent releases.
</p>
<ul>
+ <li> <a href="#21">Google Chrome 21</a> </li>
<li> <a href="#20">Google Chrome 20</a> </li>
<li> <a href="#19">Google Chrome 19</a> </li>
<li> <a href="#18">Google Chrome 18</a> </li>
@@ -217,17 +218,39 @@ made in recent releases.
<li> <a href="#7">Google Chrome 7</a> </li>
<li> <a href="#6">Google Chrome 6</a> </li>
</ul>
-<p class="note">
- <strong>New version of packaged apps:</strong><br>
- There's a new version of
- <a href="http://developer.chrome.com/trunk/apps/about_apps.html">packaged apps</a>
- in the <a href="http://dev.chromium.org/getting-involved/dev-channel?">dev channel</a>.
-</p>
-<p>
-In addition to the changes listed below,
-check out the
-<a href="experimental.html">experimental APIs</a>.
-</p>
+<h2 id="21"> Google Chrome 21 </h2>
+<h4> New Features </h4>
+ <ul>
+ <li>The <a href="manifest.html#sandbox">sandbox manifest entry</a> allows
+ you to define some pages within your extension that are automatically run
+ in a low-privilege sandbox. This sandbox is not bound by the
+ <a href="manifest.html#content_security_policy">content_security_policy</a>.
+ </li><li>The <a href="input.ime.html">IME</a> API allows extensions to implement
+ <a href="http://en.wikipedia.org/wiki/Input_method">input method
+ editors</a> on Chrome OS.
+ </li></ul>
+<h4> Additions to Existing Features </h4>
+ <ul>
+ <li>The events in the <a href="webNavigation.html">Web Navigation API</a>
+ now accept <a href="events.html#declarative">filters</a> which limit the
+ URLs they fire on.
+ </li><li>The <code><a href="types.html#method-types.ChromeSetting-set">ChromeSetting.set</a></code> method now has a
+ <code>regular_only</code> scope.
+ </li><li>The <a href="browsingData.html#type-browsingData.RemovalOptions">browsingData.RemovalOptions</a> now has an <code>originTypes</code>
+ property.
+ </li><li>The <code><a href="management.html#method-uninstall">management.uninstall()</a></code> method now has a <code>showConfirmDialog</code> parameter.
+ </li><li>The <code><a href="contextMenus.html#method-create">contextMenus.create()</a></code> method now allows you to specify unique
+ IDs for each item. This is intended to be used with the new
+ <code><a href="contextMenus.html#event-onClicked">contextMenus.onClicked</a></code> event, to distinguish the clicked item.
+ </li><li>The <code><a href="browserAction.html#method-setIcon">browserAction.setIcon()</a></code> and
+ <code><a href="pageAction.html#method-setIcon">pageAction.setIcon()</a></code> methods now accept optional callbacks.
+ </li><li>The <code><a href="privacy.html#property-websites">privacy.website</a></code> namespace now has a <code>protectedContentEnabled</code> property.
+ </li><li>The <code>index</code> parameter to the <a href="tabs.html#method-move">tabs.move()</a> method now accepts <code>-1</code> to indicate
+ that the tab should be placed at the end.
+ </li><li>The <code>windowId</code> parameter to the
+ <code><a href="tabs.html#method-highlight">tabs.highlight()</a></code>
+ method is now optional.
+ </li></ul>
<h2 id="20"> Google Chrome 20 </h2>
<h4> New APIs </h4>
<ul>

Powered by Google App Engine
This is Rietveld 408576698