diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-25 22:41:58 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-25 22:41:58 +0000 |
commit | e6aa80dc9ff8351e637e0054b6c42652b9f7456e (patch) | |
tree | 2918726f49450d5cfe1e3bc3a666f3921a39b59f /chrome/common/extensions/docs/tabs.html | |
parent | 231e69ea9c2d234a4d1403b9385ee829d81f0dd0 (diff) | |
download | chromium_src-e6aa80dc9ff8351e637e0054b6c42652b9f7456e.zip chromium_src-e6aa80dc9ff8351e637e0054b6c42652b9f7456e.tar.gz chromium_src-e6aa80dc9ff8351e637e0054b6c42652b9f7456e.tar.bz2 |
Prevent tabs.move from moving tabs to or from anything but normal (tabbed) windows
BUG=22651
TEST=NONE
Review URL: http://codereview.chromium.org/2173003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/tabs.html')
-rw-r--r-- | chrome/common/extensions/docs/tabs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html index d9e2db9..86a5b33 100644 --- a/chrome/common/extensions/docs/tabs.html +++ b/chrome/common/extensions/docs/tabs.html @@ -2693,7 +2693,7 @@ For other examples and for help in viewing the source code, see <div class="description"> <p class="todo" style="display: none; ">Undocumented.</p> - <p>Moves a tab to a new position within its window, or to a new window.</p> + <p>Moves a tab to a new position within its window, or to a new window. Note that tabs can only be moved to and from normal (window.type === "normal") windows.</p> <!-- PARAMETERS --> <h4>Parameters</h4> |