summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 21:55:17 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 21:55:17 +0000
commit1bd9c7f2307de0bc1c076b5504da40d97d4ad722 (patch)
tree1d042ceced208a97fa59019e2396ea3273850a31
parent52eb5eba4f9ad792890cb1df6068d19331c0e3fc (diff)
downloadchromium_src-1bd9c7f2307de0bc1c076b5504da40d97d4ad722.zip
chromium_src-1bd9c7f2307de0bc1c076b5504da40d97d4ad722.tar.gz
chromium_src-1bd9c7f2307de0bc1c076b5504da40d97d4ad722.tar.bz2
Merge 90996 - Minor extension release note update: changes to the
chrome.windows.create() description in the M12 section. BUG=none TEST=what's new on all channels (in particular, code.google.com/chrome/extensions/whats_new.html and http://code.google.com/chrome/extensions/dev/whats_new.html) doesn't have the string "have take" Review URL: http://codereview.chromium.org/7248039 TBR=kathyw@chromium.org Review URL: http://codereview.chromium.org/7283023 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@91030 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/extensions/docs/static/whats_new.html4
-rw-r--r--chrome/common/extensions/docs/whats_new.html4
2 files changed, 6 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/whats_new.html b/chrome/common/extensions/docs/static/whats_new.html
index e4fbc95..78096d5 100644
--- a/chrome/common/extensions/docs/static/whats_new.html
+++ b/chrome/common/extensions/docs/static/whats_new.html
@@ -77,7 +77,9 @@ made in recent releases.
(<b>chrome://extensions</b>).
</li>
<li> The <a href="windows.html#method-create">chrome.windows.create()</a>
- method can now have take a <code>focused</code> value.
+ method can now take a <code>focused</code> value.
+ Previously, all new windows had the keyboard focus;
+ now you can create windows without interrupting the user's typing.
</li>
<li> If the manifest specifies "experimental" permission,
your extension can specify "panel" as the value of
diff --git a/chrome/common/extensions/docs/whats_new.html b/chrome/common/extensions/docs/whats_new.html
index b17c623..551c7e6 100644
--- a/chrome/common/extensions/docs/whats_new.html
+++ b/chrome/common/extensions/docs/whats_new.html
@@ -391,7 +391,9 @@ made in recent releases.
(<b>chrome://extensions</b>).
</li>
<li> The <a href="windows.html#method-create">chrome.windows.create()</a>
- method can now have take a <code>focused</code> value.
+ method can now take a <code>focused</code> value.
+ Previously, all new windows had the keyboard focus;
+ now you can create windows without interrupting the user's typing.
</li>
<li> If the manifest specifies "experimental" permission,
your extension can specify "panel" as the value of