From 9167f85a4e1b4a4076f17b1ffba59bfa4c85007b Mon Sep 17 00:00:00 2001 From: "kathyw@chromium.org" Date: Thu, 3 Mar 2011 23:46:47 +0000 Subject: 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 --- chrome/common/extensions/docs/whats_new.html | 31 +++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) (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 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.

+

Google Chrome 10

+ +

Manifest changes

+ + +

Additions to existing APIs

+ +

Google Chrome 9

New APIs

@@ -354,11 +378,8 @@ made in recent releases. you can create a pinned tab.
  • The chrome.windows.create() - method's first parameter can now be an array of strings, - letting you create an array of tabs.
  • -
  • The chrome.windows.create() - method now has a tabId parameter. - You can use it to move a tab or panel into a new window.
  • + method can now take a list of URLs, + letting you create multiple tabs in the new window.
  • The new chrome.management.get() method lets you get information about the specified extension or app.
  • -- cgit v1.1