summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/app_window.idl
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in app.window documentation.scheib@chromium.org2012-12-101-1/+1
* Content changes for https://codereview.chromium.org/11411370/cduvall@chromium.org2012-12-071-1/+1
* Add singleton argument to app.window.create().mek@chromium.org2012-12-061-0/+7
* Add app.window.setLauncherIconstevenjb@chromium.org2012-12-051-0/+5
* Allow Chrome apps to create Ash Panels (apps v2)stevenjb@chromium.org2012-11-301-1/+3
* Add app window property change eventsasargent@chromium.org2012-11-281-0/+6
* Add setBounds method and browsertest for get/set bounds to app window APIasargent@chromium.org2012-11-251-0/+3
* Make app windows restore position even if bounds are explicitly specified.jeremya@chromium.org2012-11-161-12/+17
* Add a 'bounds' property to app.window.create options.jeremya@chromium.org2012-11-131-9/+15
* Add the app.windows.getBounds method asargent@chromium.org2012-11-061-2/+13
* Add a 'hidden' option to chrome.app.window.create()jeremya@chromium.org2012-10-251-0/+10
* Add AppWindow.close()jeremya@chromium.org2012-10-191-0/+3
* Add methods to draw/clear attention for platform app windowsmek@chromium.org2012-10-111-0/+6
* Cache the object given to the chrome.app.window.create callback and use it fo...tapted@chromium.org2012-09-271-0/+1
* Cleanup: Remove unnecessary comments in extensions IDL files.thestig@chromium.org2012-09-121-2/+0
* Rename AppWindow.dom to AppWindow.contentWindow.jeremya@chromium.org2012-09-101-3/+4
* Move context-sensitive app.window.* functions to app.window.current().*jeremya@chromium.org2012-09-021-7/+24
* First part of remembering platform app window geometry.mek@chromium.org2012-08-311-0/+42
* Move chrome.appWindow to chrome.app.window.asargent@chromium.org2012-07-201-2/+3
* Remove reference to panels from appWindow.create, since they're not supported...mihaip@chromium.org2012-06-281-2/+12
* Publish documentation for the experimental apisbryeung@chromium.org2012-06-261-1/+1
* Revert 144116 - Publish documentation for the experimental apissatorux@chromium.org2012-06-261-1/+1
* Publish documentation for the experimental apisbryeung@chromium.org2012-06-261-1/+1
* Rename chrome.appWindow.activate() to chrome.appWindow.focus().jeremya@chromium.org2012-06-241-1/+1
* Expose more BaseWindow functionality to apps via chrome.appWindow.jeremya@chromium.org2012-06-211-0/+7
* Rename the 'custom' frame option to 'none' for shell windows.jeremya@chromium.org2012-06-201-1/+1
* [win] Allow the platform apps to specify a maximum size for their windowsjeremya@chromium.org2012-06-131-2/+4
* Allow specification of minimum size for app windows on creation.jeremya@chromium.org2012-05-301-0/+3
* Make 'options' and callback arg to chrome.appWindow.create optional.jeremya@chromium.org2012-05-291-2/+2
* Allow platform apps to create shell windows with a script connection. jeremya@chromium.org2012-05-251-0/+32