diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 22:44:39 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 22:44:39 +0000 |
commit | 20174508d8bde08d2742ee16c130fef45d34336c (patch) | |
tree | dc14daaa42c06c51aabcee64be946a40af65d01c /chrome/common/extensions/docs | |
parent | e87190a4953c8378f1d8eddecc8aaf7b67e8e83b (diff) | |
download | chromium_src-20174508d8bde08d2742ee16c130fef45d34336c.zip chromium_src-20174508d8bde08d2742ee16c130fef45d34336c.tar.gz chromium_src-20174508d8bde08d2742ee16c130fef45d34336c.tar.bz2 |
Extension Docs (No building or testable files).
Fixes minor point about topmost vs last active window in discussion of "current window"
TBR=kathyw
BUG=28055
Review URL: http://codereview.chromium.org/2114013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs')
-rw-r--r-- | chrome/common/extensions/docs/static/windows.html | 3 | ||||
-rw-r--r-- | chrome/common/extensions/docs/windows.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/windows.html b/chrome/common/extensions/docs/static/windows.html index d5578b2..4e24f9f 100644 --- a/chrome/common/extensions/docs/static/windows.html +++ b/chrome/common/extensions/docs/static/windows.html @@ -52,7 +52,8 @@ the call, no matter what the topmost window is. </p> <p>In the case of the <a href="background_pages.html">background page</a>, -the value of the current window falls back to the topmost window. +the value of the current window falls back to the last active window. Under some +circumstances, there may be no current window for background pages. </p> <h2 id="examples"> Examples </h2> diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html index 6c183f0..60f1284 100644 --- a/chrome/common/extensions/docs/windows.html +++ b/chrome/common/extensions/docs/windows.html @@ -334,7 +334,8 @@ the call, no matter what the topmost window is. </p> <p>In the case of the <a href="background_pages.html">background page</a>, -the value of the current window falls back to the topmost window. +the value of the current window falls back to the last active window. Under some +circumstances, there may be no current window for background pages. </p> <h2 id="examples"> Examples </h2> |