summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* DCHECK that invalid app window states are not cached.scheib@chromium.org2013-08-212-8/+11
* Add NativeWebContentsModalDialogManager::HostChanged()wittman@chromium.org2013-08-201-1/+1
* UMA for packaged app shortcuts on Mac.tapted@chromium.org2013-08-202-0/+5
* JSON/IDL Compiler now generates event names as of r215660. Use these generate...DHNishi@gmail.com2013-08-201-3/+5
* Move apps tests from c/b/extensions to c/b/apps and refine DEPS.benwells@chromium.org2013-08-154-3/+4
* New chromium icons assets, icon migration, for OSX app launcher.tapted@chromium.org2013-08-153-11/+20
* Moved chrome/browser/ui/extensions apps code to chrome/browser/ui/appsbenwells@chromium.org2013-08-142-2/+2
* Add support for setInputRegion API.garykac@chromium.org2013-08-133-0/+12
* Move ShellWindowRegistry to appsbenwells@chromium.org2013-08-0913-26/+481
* Added scheib as an apps OWNER.benwells@chromium.org2013-08-091-0/+1
* Move win8 metro mode app launch check back to appsbenwells@chromium.org2013-08-092-0/+13
* Disable flaky PlatformAppBrowserTest.FileAccessIsRestored on linux.danakj@chromium.org2013-08-071-1/+8
* Add myself to apps and extensions OWNERS files.mek@chromium.org2013-08-071-0/+1
* Move platform_app_launcher to appsbenwells@chromium.org2013-08-077-7/+424
* [mac] Close a shim process if an app crashes or is terminated from task manager.tapted@chromium.org2013-08-071-2/+10
* Move native_app_window code to apps areasbenwells@chromium.org2013-08-067-6/+65
* Revert 215745 "Fix crash when reloading packaged app. "benwells@chromium.org2013-08-062-27/+8
* Revert 215753 "Move native_app_window code to apps areas"benwells@chromium.org2013-08-067-65/+6
* Move native_app_window code to apps areasbenwells@chromium.org2013-08-067-6/+65
* Fix crash when reloading packaged app. benwells@chromium.org2013-08-062-8/+27
* Store the managed user ID in |ProfileInfoCache| instead of |is_managed| flag.ibraaaa@chromium.org2013-08-051-1/+1
* When quitting the last app, terminate asynchronously.jackhou@chromium.org2013-08-021-4/+12
* Make shell window provide hidpi icon.xiyuan@chromium.org2013-08-022-20/+32
* Do not restore corrupt cached app window bounds.scheib@chromium.org2013-08-014-29/+83
* Clean up apps deps.benwells@chromium.org2013-08-014-15/+12
* Enable app shims whenever the app launcher is enabled. (Mac)jackhou@chromium.org2013-08-013-0/+35
* Revert 214919 "Removed apps DEPS that are no longer needed."scherkus@chromium.org2013-08-011-0/+4
* Removed apps DEPS that are no longer needed.benwells@chromium.org2013-08-011-4/+0
* Revert 214844 "Fix crash when reloading packaged app. "scherkus@chromium.org2013-08-012-27/+8
* Fix crash when reloading packaged app. benwells@chromium.org2013-07-312-8/+27
* Ignore 'did stop loading' notifications from unloaded extensions in AppLoadSe...koz@chromium.org2013-07-311-0/+3
* Cmd+Q on an app window quits the app.jackhou@chromium.org2013-07-315-10/+170
* Use the shim bundle's user_data_dir instead of GetUserDataDirectoryForBrowser...jackhou@chromium.org2013-07-312-12/+5
* Add a main menu to the shim that matches the one in Chrome.jackhou@chromium.org2013-07-303-6/+78
* Move app shortcut manager into chrome/browser/appsbenwells@chromium.org2013-07-265-338/+0
* Rename ShortcutCreationPolicy to ShortcutCreationReason.jackhou@chromium.org2013-07-261-1/+1
* Fix app shim focus.jackhou@chromium.org2013-07-243-1/+5
* Update include paths in apps/ for base/process changes.rsesek@chromium.org2013-07-233-2/+3
* Allow OSX App Launcher to be enabled via the webstore.tapted@chromium.org2013-07-221-9/+8
* Move the responsibility for enabling the app list to AppListServiceImpl.tapted@chromium.org2013-07-191-1/+1
* Update OWNERS.benwells@chromium.org2013-07-171-1/+1
* Move AppWindowContents to apps componentbenwells@chromium.org2013-07-175-21/+258
* Use a direct include of the message_loop header in android_webview/, apps/, a...avi@chromium.org2013-07-172-2/+2
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-1111-11/+11
* Move chrome_main_app_mode_mac.mm into apps/app_shimjackhou@chromium.org2013-07-113-0/+409
* Don't look up profiles when closing shims.jackhou@chromium.org2013-07-101-11/+8
* Return success for APP_SHIM_LAUNCH_REGISTER_ONLY.jackhou@chromium.org2013-07-102-5/+11
* Make AppLoadService wait for the background page to load before acting.koz@chromium.org2013-07-102-12/+38
* Allow Chrome OS login profile to have different default pref valuesbartfab@chromium.org2013-07-052-2/+2
* Load an unloaded profile on app shim initiated app launch.jackhou@chromium.org2013-07-049-73/+205