From 14d8c66e0f2ab42aa3a0bf4f626140ba3a3a6d76 Mon Sep 17 00:00:00 2001 From: "rafaelw@chromium.org" Date: Tue, 22 Sep 2009 00:32:52 +0000 Subject: 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 --- chrome/common/extensions/docs/windows.html | 52 ++++-------------------------- 1 file changed, 6 insertions(+), 46 deletions(-) (limited to 'chrome/common/extensions/docs/windows.html') 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.
- chrome.windows.onCreated.addListener(function(object createInfo) {...}); + chrome.windows.onCreated.addListener(function(Window window) {...});
@@ -1888,7 +1888,7 @@ the value of the current window falls back to the topmost window.
- createInfo + window @@ -1896,50 +1896,14 @@ the value of the current window falls back to the topmost window. ( - - Type - - - array of - - object + Window - - ) -
- - - -
- Undocumented. -
-
- Description of this parameter from the json schema. -
- - -
-
-
-
-
- id - - - -
- ( - - - Type - - - + array of - integer + paramType ) @@ -1950,7 +1914,7 @@ the value of the current window falls back to the topmost window.
-
ID of the new window.
+
Details of the window that was created.
@@ -1962,10 +1926,6 @@ the value of the current window falls back to the topmost window.
-
- - - -- cgit v1.1