DescriptionEnhance chrome.app.window API with better shelf integration
Enhance chrome.app.window API with the possibility of creating a window that
will show up separately in the shelf, tied to its own icon.
Added a new property, showInShelf, to CreateWindowOptions. Default value for
the property is false.
BUG=
TEST=interactive_ui_tests
Implement a simple extension that creates windows with the property set
to true. Observe that the newly created windows are added as separate icons in
the shelf.
Patch Set 1 #Patch Set 2 : Fixed test comment #
Total comments: 2
Patch Set 3 : [WIP] Rebase + browser tests. Added a new map that holds all the showInShelf windows. #Messages
Total messages: 5 (2 generated)
|