| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in app.window documentation. | scheib@chromium.org | 2012-12-10 | 1 | -1/+1 |
* | Content changes for https://codereview.chromium.org/11411370/ | cduvall@chromium.org | 2012-12-07 | 1 | -1/+1 |
* | Add singleton argument to app.window.create(). | mek@chromium.org | 2012-12-06 | 1 | -0/+7 |
* | Add app.window.setLauncherIcon | stevenjb@chromium.org | 2012-12-05 | 1 | -0/+5 |
* | Allow Chrome apps to create Ash Panels (apps v2) | stevenjb@chromium.org | 2012-11-30 | 1 | -1/+3 |
* | Add app window property change events | asargent@chromium.org | 2012-11-28 | 1 | -0/+6 |
* | Add setBounds method and browsertest for get/set bounds to app window API | asargent@chromium.org | 2012-11-25 | 1 | -0/+3 |
* | Make app windows restore position even if bounds are explicitly specified. | jeremya@chromium.org | 2012-11-16 | 1 | -12/+17 |
* | Add a 'bounds' property to app.window.create options. | jeremya@chromium.org | 2012-11-13 | 1 | -9/+15 |
* | Add the app.windows.getBounds method | asargent@chromium.org | 2012-11-06 | 1 | -2/+13 |
* | Add a 'hidden' option to chrome.app.window.create() | jeremya@chromium.org | 2012-10-25 | 1 | -0/+10 |
* | Add AppWindow.close() | jeremya@chromium.org | 2012-10-19 | 1 | -0/+3 |
* | Add methods to draw/clear attention for platform app windows | mek@chromium.org | 2012-10-11 | 1 | -0/+6 |
* | Cache the object given to the chrome.app.window.create callback and use it fo... | tapted@chromium.org | 2012-09-27 | 1 | -0/+1 |
* | Cleanup: Remove unnecessary comments in extensions IDL files. | thestig@chromium.org | 2012-09-12 | 1 | -2/+0 |
* | Rename AppWindow.dom to AppWindow.contentWindow. | jeremya@chromium.org | 2012-09-10 | 1 | -3/+4 |
* | Move context-sensitive app.window.* functions to app.window.current().* | jeremya@chromium.org | 2012-09-02 | 1 | -7/+24 |
* | First part of remembering platform app window geometry. | mek@chromium.org | 2012-08-31 | 1 | -0/+42 |
* | Move chrome.appWindow to chrome.app.window. | asargent@chromium.org | 2012-07-20 | 1 | -2/+3 |
* | Remove reference to panels from appWindow.create, since they're not supported... | mihaip@chromium.org | 2012-06-28 | 1 | -2/+12 |
* | Publish documentation for the experimental apis | bryeung@chromium.org | 2012-06-26 | 1 | -1/+1 |
* | Revert 144116 - Publish documentation for the experimental apis | satorux@chromium.org | 2012-06-26 | 1 | -1/+1 |
* | Publish documentation for the experimental apis | bryeung@chromium.org | 2012-06-26 | 1 | -1/+1 |
* | Rename chrome.appWindow.activate() to chrome.appWindow.focus(). | jeremya@chromium.org | 2012-06-24 | 1 | -1/+1 |
* | Expose more BaseWindow functionality to apps via chrome.appWindow. | jeremya@chromium.org | 2012-06-21 | 1 | -0/+7 |
* | Rename the 'custom' frame option to 'none' for shell windows. | jeremya@chromium.org | 2012-06-20 | 1 | -1/+1 |
* | [win] Allow the platform apps to specify a maximum size for their windows | jeremya@chromium.org | 2012-06-13 | 1 | -2/+4 |
* | Allow specification of minimum size for app windows on creation. | jeremya@chromium.org | 2012-05-30 | 1 | -0/+3 |
* | Make 'options' and callback arg to chrome.appWindow.create optional. | jeremya@chromium.org | 2012-05-29 | 1 | -2/+2 |
* | Allow platform apps to create shell windows with a script connection. | jeremya@chromium.org | 2012-05-25 | 1 | -0/+32 |