diff options
author | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 00:01:02 +0000 |
---|---|---|
committer | kathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 00:01:02 +0000 |
commit | cf64b9d0937d91f0430556a75fc477d091c56db4 (patch) | |
tree | 882480b24c172ded37d872781fcdf5a96f85df65 | |
parent | a8e8860cec07b67b8be65a6138c3eaf8c46aefbb (diff) | |
download | chromium_src-cf64b9d0937d91f0430556a75fc477d091c56db4.zip chromium_src-cf64b9d0937d91f0430556a75fc477d091c56db4.tar.gz chromium_src-cf64b9d0937d91f0430556a75fc477d091c56db4.tar.bz2 |
Merge 76837 - Release notes for M10.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6609001
TBR=kathyw@chromium.org
Review URL: http://codereview.chromium.org/6609044
git-svn-id: svn://svn.chromium.org/chrome/branches/648/src@76842 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/docs/manifest.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/manifest.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/whats_new.html | 31 | ||||
-rw-r--r-- | chrome/common/extensions/docs/whats_new.html | 31 |
4 files changed, 54 insertions, 12 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index 5e6b15c..204febe 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -646,7 +646,7 @@ but not any other permissions listed in this table. <a href="match_patterns.html">Match Patterns</a>. </td> </tr> -<tr> +<tr id="bg"> <td> "background" </td> <td> <p> Makes Chrome start up early and and shut down late, diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html index cb2cf6b..878ed38 100644 --- a/chrome/common/extensions/docs/static/manifest.html +++ b/chrome/common/extensions/docs/static/manifest.html @@ -318,7 +318,7 @@ but not any other permissions listed in this table. <a href="match_patterns.html">Match Patterns</a>. </td> </tr> -<tr> +<tr id="bg"> <td> "background" </td> <td> <p> Makes Chrome start up early and and shut down late, diff --git a/chrome/common/extensions/docs/static/whats_new.html b/chrome/common/extensions/docs/static/whats_new.html index 9bf0393..438896e 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="#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> @@ -14,6 +15,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. + </li> + </ul> + <h2 id="9"> Google Chrome 9 </h2> <h4> New APIs </h4> @@ -40,11 +64,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> diff --git a/chrome/common/extensions/docs/whats_new.html b/chrome/common/extensions/docs/whats_new.html index 9e2b8ed..7e27851 100644 --- a/chrome/common/extensions/docs/whats_new.html +++ b/chrome/common/extensions/docs/whats_new.html @@ -311,6 +311,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> @@ -318,6 +319,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> @@ -344,11 +368,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> |