diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 23:46:47 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 23:46:47 +0000 |
commit | 9167f85a4e1b4a4076f17b1ffba59bfa4c85007b (patch) | |
tree | b5bb39fc53ae0a81790bf822fc3558b664a3bebe /chrome/common/extensions/docs/whats_new.html | |
parent | c216dc4bb77d26c3628600633fdad51815a554e0 (diff) | |
download | chromium_src-9167f85a4e1b4a4076f17b1ffba59bfa4c85007b.zip chromium_src-9167f85a4e1b4a4076f17b1ffba59bfa4c85007b.tar.gz chromium_src-9167f85a4e1b4a4076f17b1ffba59bfa4c85007b.tar.bz2 |
Release notes for M10.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6609001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/whats_new.html')
-rw-r--r-- | chrome/common/extensions/docs/whats_new.html | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/whats_new.html b/chrome/common/extensions/docs/whats_new.html index 31f2485..ac4b0f6 100644 --- a/chrome/common/extensions/docs/whats_new.html +++ b/chrome/common/extensions/docs/whats_new.html @@ -321,6 +321,7 @@ made in recent releases. </p> <ul> + <li> <a href="#10">Google Chrome 10</a> </li> <li> <a href="#9">Google Chrome 9</a> </li> <li> <a href="#8">Google Chrome 8</a> </li> <li> <a href="#7">Google Chrome 7</a> </li> @@ -328,6 +329,29 @@ made in recent releases. </ul> +<h2 id="10"> Google Chrome 10 </h2> + +<h4> Manifest changes </h4> + <ul> + <li>The new <a href="manifest.html#bg">background</a> permission + extends the life of Chrome, + allowing your extension or app + to run even when Chrome has no windows open. + </li> + </ul> + +<h4> Additions to existing APIs </h4> + <ul> + <li> The <a href="windows.html#method-create">chrome.windows.create()</a> + method now has a <code>tabId</code> parameter. + You can use it to move a tab or panel into a new window. + <p class="note"> + <b>Note:</b> + This change was incorrectly attributed to Chrome 9 + in previous versions of this page. + </p></li> + </ul> + <h2 id="9"> Google Chrome 9 </h2> <h4> New APIs </h4> @@ -354,11 +378,8 @@ made in recent releases. you can <a href="tabs.html#method-create">create</a> a pinned tab. </li> <li> The <a href="windows.html#method-create">chrome.windows.create()</a> - method's first parameter can now be an array of strings, - letting you create an array of tabs. </li> - <li> The <a href="windows.html#method-create">chrome.windows.create()</a> - method now has a <code>tabId</code> parameter. - You can use it to move a tab or panel into a new window. </li> + method can now take a list of URLs, + letting you create multiple tabs in the new window. </li> <li> The new <a href="management.html#method-get">chrome.management.get()</a> method lets you get information about the specified extension or app. </li> |