chrome.windows.create will create a new browser window and return the
window ID in the provided function callback.

The standard javascript window.open returns a window object (browser
sense).


When using chrome.windows.getAll(), an array of Windows is given to
the callback function.  This Window array is NOT the same as the
Window object returned from the window.open call.


Is there any way given the window object from the window.open call to
locate this particular window in the array returned from the
chrome.windows.getAll function callback?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensions@googlegroups.com
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to