diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 00:32:52 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 00:32:52 +0000 |
commit | 14d8c66e0f2ab42aa3a0bf4f626140ba3a3a6d76 (patch) | |
tree | 70ae56de0ae927fe89e6beee96bb41977c06b401 /chrome/common/extensions/docs/windows.html | |
parent | 2d3c4998438e0de2d1e159023a79834e3a74e9e6 (diff) | |
download | chromium_src-14d8c66e0f2ab42aa3a0bf4f626140ba3a3a6d76.zip chromium_src-14d8c66e0f2ab42aa3a0bf4f626140ba3a3a6d76.tar.gz chromium_src-14d8c66e0f2ab42aa3a0bf4f626140ba3a3a6d76.tar.bz2 |
Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now sends full window
BUG=NONE
Review URL: http://codereview.chromium.org/195030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26771 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/windows.html')
-rwxr-xr-x | chrome/common/extensions/docs/windows.html | 52 |
1 files changed, 6 insertions, 46 deletions
diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html index 19bfa72..9291dc5 100755 --- a/chrome/common/extensions/docs/windows.html +++ b/chrome/common/extensions/docs/windows.html @@ -1875,7 +1875,7 @@ the value of the current window falls back to the topmost window. <div class="summary"> <!-- Note: intentionally longer 80 columns --> - <span class="subdued">chrome.windows.</span><span>onCreated</span><span class="subdued">.addListener</span>(function(<span>object createInfo</span>) <span class="subdued">{...}</span>); + <span class="subdued">chrome.windows.</span><span>onCreated</span><span class="subdued">.addListener</span>(function(<span>Window window</span>) <span class="subdued">{...}</span>); </div> <div class="description"> @@ -1888,7 +1888,7 @@ the value of the current window falls back to the topmost window. <div jsinstance="*0"> <div> <dt> - <var>createInfo</var> + <var>window</var> <em> <!-- TYPE --> @@ -1896,50 +1896,14 @@ the value of the current window falls back to the topmost window. ( <span class="optional" style="display: none; ">optional</span> <span id="typeTemplate"> - <span style="display: none; "> - <a> Type</a> - </span> <span> - <span style="display: none; "> - array of <span><span></span></span> - </span> - <span>object</span> + <a href="windows.html#type-Window">Window</a> </span> - </span> - ) - </div> - - </em> - </dt> - <dd class="todo"> - Undocumented. - </dd> - <dd style="display: none; "> - Description of this parameter from the json schema. - </dd> - - <!-- OBJECT PROPERTIES --> - <dd> - <dl> - <div jsinstance="*0"> - <div> - <dt> - <var>id</var> - <em> - - <!-- TYPE --> - <div style="display:inline"> - ( - <span class="optional" style="display: none; ">optional</span> - <span id="typeTemplate"> <span style="display: none; "> - <a> Type</a> - </span> - <span> - <span style="display: none; "> + <span> array of <span><span></span></span> </span> - <span>integer</span> + <span>paramType</span> </span> </span> ) @@ -1950,7 +1914,7 @@ the value of the current window falls back to the topmost window. <dd class="todo" style="display: none; "> Undocumented. </dd> - <dd>ID of the new window.</dd> + <dd>Details of the window that was created.</dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> @@ -1962,10 +1926,6 @@ the value of the current window falls back to the topmost window. </dl> </dd> </div> - </div> - </dl> - </dd> - </div> </div> </dl> |