summaryrefslogtreecommitdiffstats
path: root/apps/app_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Observe NOTIFICATION_APP_TERMINATING notification with the delegatehashimoto@chromium.org2014-08-201-11/+7
* Move AppWindow related classes to extensionshashimoto@chromium.org2014-08-201-10/+10
* Move NativeAppWindow to extensionshashimoto@chromium.org2014-08-201-1/+2
* Add GetAppDefaultIcon() to AppDelegatehashimoto@chromium.org2014-08-201-7/+1
* Stop depending on ChromeExtensionWebContentsObserver from AppWindowhashimoto@chromium.org2014-08-191-4/+0
* Move suggest_permission_util.cc to extensionshashimoto@chromium.org2014-08-191-1/+1
* Move apps::SizeConstraints to extensionshashimoto@chromium.org2014-08-191-10/+11
* Move enable-apps-show-on-first-paint switch to extensionshashimoto@chromium.org2014-08-191-4/+4
* Update support for alphaEnabled (transparent windows) APIgarykac@chromium.org2014-08-121-7/+8
* Use InvalidateTypes rather than "unsigned".avi@chromium.org2014-08-091-1/+1
* Moved CreateNativeAppWindow from AppWindow::Delegate to AppsClient.mgiuca@chromium.org2014-08-051-9/+5
* Refactor AppWindow to enable code re-use with launcher pages.mgiuca@chromium.org2014-08-041-60/+12
* Move extension notifications to extensions/browser/notification_types.hjamescook@chromium.org2014-07-311-7/+9
* Split out the non-app-window-specific parts of AppWindow::Delegate.mgiuca@chromium.org2014-07-301-16/+19
* AppWindow: Abstract over setting and querying fullscreen mode.mgiuca@chromium.org2014-07-241-53/+47
* Clean-up coding style at apps folderrucifer1217@gmail.com2014-07-181-0/+2
* Add app.window.alphaEnabled() and onAlphaEnabledChanged.jackhou@chromium.org2014-07-181-1/+7
* [WebModals] New API for browser-scoped popup management.gbillock@chromium.org2014-07-151-0/+5
* Rename NOTIFICATION_EXTENSION_INSTALLED_DEPRECATED tokalman@chromium.org2014-07-011-2/+2
* Add missing member initialization in AppWindow::CreateParams.earthdok@chromium.org2014-06-111-0/+2
* Remove deprecated permissions functions from Extensionrdevlin.cronin@chromium.org2014-06-061-1/+3
* Fix a test so it runs with --enable-apps-show-on-first-paint.benwells@chromium.org2014-06-051-0/+20
* Make various string_util functions take StringPieces instead of char[].pkasting@chromium.org2014-05-301-4/+3
* Rename NOTIFICATION_EXTENSION_INSTALLED to NOTIFICATION_EXTENSION_INSTALLED_D...limasdf@gmail.com2014-05-231-2/+2
* Don't send onLaunched to apps with only hidden windows when they reload.benwells@chromium.org2014-05-151-7/+9
* Reland the rest of https://codereview.chromium.org/234673002/calamity@chromium.org2014-05-061-11/+5
* Remove page IDs from three WebContentsObserver APIs that don't need it.creis@chromium.org2014-05-051-1/+1
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-031-2/+0
* Fix crashes when reloading apps with windows open.benwells@chromium.org2014-05-021-15/+44
* Reland a portion of https://codereview.chromium.org/234673002/calamity@chromium.org2014-05-011-0/+12
* Support active / inactive frame colors for app window frames.benwells@chromium.org2014-05-011-1/+11
* Revert of Make hidden app windows have no shelf presence [ChromeOS]. (https:/...calamity@chromium.org2014-05-011-7/+1
* Break src/extensions dependency on Chrome's theme_resources.h / .pakjamescook@chromium.org2014-04-301-1/+6
* Make hidden app windows have no shelf presence [ChromeOS].calamity@chromium.org2014-04-241-1/+7
* Cpplint for apps/, extensions/limasdf@gmail.com2014-04-241-1/+0
* Move extensions manifest IconsHandler to //extensionsjamescook@chromium.org2014-04-091-1/+1
* Remove references to WebContentsView::SizeContents from chrome/ and app/erikchen@chromium.org2014-04-081-1/+2
* Split ExtensionWebContentsObserver into base and Chrome implementationsjamescook@chromium.org2014-03-201-2/+4
* Rename NOTIFICATION_EXTENSION_UNLOADED tokalman@chromium.org2014-03-191-2/+2
* Implement setters for app window bounds APItmdiep@chromium.org2014-03-141-20/+13
* Move extension_messages.h to extensions/common.derat@chromium.org2014-03-131-1/+1
* Create windows for new app window bounds APItmdiep@chromium.org2014-03-111-27/+153
* Use NULL for ExtensionKeyBindingRegistry::Delegate for app windows.yoz@chromium.org2014-03-041-6/+0
* Refactored app window size constraintstmdiep@chromium.org2014-02-281-71/+19
* Implement getters for app window bounds APItmdiep@chromium.org2014-02-271-20/+44
* Add option to install an ephemeral app to the Windows jump list tmdiep@chromium.org2014-02-261-0/+14
* Rename Start/EndKeepAlive to Increment/DecrementKeepAliveCountjamescook@chromium.org2014-02-251-2/+2
* Add support for chrome.app.window.create() to app_shelljamescook@chromium.org2014-02-221-3/+3
* Add frame color option to packaged app windows.benwells@chromium.org2014-02-211-0/+3
* Rename VIEW_TYPE_APP_SHELL -> VIEW_TYPE_APP_WINDOWrockot@chromium.org2014-02-201-1/+1