summaryrefslogtreecommitdiffstats
path: root/apps/app_shim
Commit message (Expand)AuthorAgeFilesLines
* Suppress uninteresting log output from mac tests due to long shim domain sock...tapted@chromium.org2013-10-211-0/+12
* Fix declaration vs. implementation ordering in NativeAppWindow{Views|Gtk}jamescook@chromium.org2013-10-161-1/+1
* Terminate Chrome when App Launcher is dismissed. (Mac)jackhou@chromium.org2013-10-156-43/+62
* Delete AppShimHostManager on UI thread. (Mac)jackhou@chromium.org2013-10-082-2/+6
* Moved apps metro code from apps to chrome/browser/apps.benwells@chromium.org2013-10-031-0/+1
* Move chrome apps prefs back to chrome from the apps component.benwells@chromium.org2013-09-292-1/+2
* Initial integration tests for the App Shim domain socket and IPC.tapted@chromium.org2013-09-265-3/+358
* Reduce the transitions between the Chrome main menu and an app's main menu.jackhou@chromium.org2013-09-231-0/+13
* Fix launching an app via the shim.jackhou@chromium.org2013-09-231-3/+7
* Implement Bring All To Front for app windows. (Mac)jackhou@chromium.org2013-09-192-13/+38
* Make AppShimHostManager a RefCountedThreadSafe.jackhou@chromium.org2013-09-182-8/+15
* Enable passing a file path to an app via its shim.jackhou@chromium.org2013-09-1011-138/+306
* Revert 221580 "Make AppShimHostManager a RefCountedThreadSafe."rsimha@chromium.org2013-09-062-7/+7
* Add Hide to app menu.jackhou@chromium.org2013-09-069-0/+34
* Make AppShimHostManager a RefCountedThreadSafe.jackhou@chromium.org2013-09-062-7/+7
* Mac: Fix window raising for multiple desktopsdavidben@chromium.org2013-09-051-1/+5
* Disable relaunch on login for shims.jackhou@chromium.org2013-08-291-0/+14
* Differentiate windows hidden by AppWindow.hide API and Mac-style Hide/Show.jackhou@chromium.org2013-08-299-11/+61
* Quit shim when all windows are closed.jackhou@chromium.org2013-08-272-37/+35
* Send Chrome's process id to the app shim.jackhou@chromium.org2013-08-261-7/+20
* UMA for packaged app shortcuts on Mac.tapted@chromium.org2013-08-202-0/+5
* Move apps tests from c/b/extensions to c/b/apps and refine DEPS.benwells@chromium.org2013-08-151-1/+1
* Move ShellWindowRegistry to appsbenwells@chromium.org2013-08-093-10/+9
* [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-061-1/+1
* Revert 215753 "Move native_app_window code to apps areas"benwells@chromium.org2013-08-061-1/+1
* Move native_app_window code to apps areasbenwells@chromium.org2013-08-061-1/+1
* 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
* Clean up apps deps.benwells@chromium.org2013-08-011-0/+11
* Enable app shims whenever the app launcher is enabled. (Mac)jackhou@chromium.org2013-08-012-0/+33
* Cmd+Q on an app window quits the app.jackhou@chromium.org2013-07-314-10/+168
* Use the shim bundle's user_data_dir instead of GetUserDataDirectoryForBrowser...jackhou@chromium.org2013-07-311-11/+5
* Add a main menu to the shim that matches the one in Chrome.jackhou@chromium.org2013-07-301-6/+75
* Fix app shim focus.jackhou@chromium.org2013-07-243-1/+5
* Use a direct include of the message_loop header in android_webview/, apps/, a...avi@chromium.org2013-07-171-1/+1
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-112-2/+2
* Move chrome_main_app_mode_mac.mm into apps/app_shimjackhou@chromium.org2013-07-111-0/+407
* 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
* Load an unloaded profile on app shim initiated app launch.jackhou@chromium.org2013-07-049-73/+205
* Hide and show app windows when the shim is hidden/shown.jackhou@chromium.org2013-07-037-0/+37
* Maybe terminate Chrome on last app quit.jackhou@chromium.org2013-07-023-10/+68
* Use Mac style app lifetime with app shims.jackhou@chromium.org2013-07-019-28/+105
* Move ShellWindow into apps component.benwells@chromium.org2013-07-011-1/+1
* Revert 208927 "Move ShellWindow into apps component."asvitkine@chromium.org2013-06-271-1/+1
* Move ShellWindow into apps component.benwells@chromium.org2013-06-271-1/+1
* Restructure ExtensionAppShimHandler testing.jackhou@chromium.org2013-06-213-102/+195
* Fix ProfileForPath in ExtensionAppShimHandler.jackhou@chromium.org2013-06-211-1/+3
* Start and close app shims based on shell windows.jackhou@chromium.org2013-06-203-77/+87