Also, for most of our APIs, not specifying a windowId generally means "my current window", while this means "all windows". It might be better to be consistent with those APIs here. We could introduce a special windowId constant like kAllWindows to satisfy the other case.
On Wed, Jul 15, 2009 at 3:46 PM, Matt Perry <mpcompl...@chromium.org> wrote: > nit: I'd prefer getTabs instead of getTabContents. > > On Wed, Jul 15, 2009 at 12:41 PM, Aaron Boodman <a...@chromium.org> wrote: > >> >> We currently have the ability to get a list of references to all the >> DOMWindows in your own extension via chrome.extension.getViews(). >> >> But there have been requests to be able to get just the toolstrips, or >> just the background page. Additionally, I've heard requests for >> getting just the toolstrips associated with a particular window. >> >> Hence: >> http://sites.google.com/a/chromium.org/dev/developers/design-documents/extensions/get-extension-views-by-type-proposal >> >> Feedback desired! >> >> - a >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---