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

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

Issue 6609001: Release notes for M10. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 10 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
« no previous file with comments | « chrome/common/extensions/docs/static/whats_new.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/whats_new.html
===================================================================
--- chrome/common/extensions/docs/whats_new.html (revision 76625)
+++ chrome/common/extensions/docs/whats_new.html (working copy)
@@ -321,6 +321,7 @@
</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 @@
</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 @@
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>
« no previous file with comments | « chrome/common/extensions/docs/static/whats_new.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698