summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename fileSystem.retainFiles to fileSystem.retainEntries.sammc@chromium.org2013-07-043-6/+6
* Remove jeremya from extensions and apps OWNERS files.benwells@chromium.org2013-07-031-1/+0
* Once-off automatic app shortcut creation no longer creates duplicate shortcuts.mgiuca@chromium.org2013-07-031-2/+4
* Hide and show app windows when the shim is hidden/shown.jackhou@chromium.org2013-07-037-0/+37
* Windows: Deleting a profile deletes all app shortcuts associated with it.mgiuca@chromium.org2013-07-022-2/+41
* 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-017-3/+1041
* Add metrics for interactions with the Apps Launcher promo dialog.mad@chromium.org2013-06-294-0/+41
* Use a direct include of time headers in android_webview/, apps/, ash/.avi@chromium.org2013-06-272-3/+3
* Revert 208927 "Move ShellWindow into apps component."asvitkine@chromium.org2013-06-277-1041/+3
* Move ShellWindow into apps component.benwells@chromium.org2013-06-277-3/+1041
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-2/+2
* Place newly created app windows on screen.scheib@chromium.org2013-06-233-21/+89
* Restructure ExtensionAppShimHandler testing.jackhou@chromium.org2013-06-213-102/+195
* When app shortcuts are enabled, do a once-off creation of all shortcuts.jackhou@chromium.org2013-06-217-3/+85
* 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
* Move FetchProfileForDirectory to ExtensionAppShimHandler.jackhou@chromium.org2013-06-207-110/+142
* Factor out AppLifetimeMonitor.jackhou@chromium.org2013-06-188-93/+359
* Change ApiResourceManager to use ProfileKeyedApi.patrickriordan177@gmail.com2013-06-173-0/+8
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-141-3/+1
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-2/+5
* The cache was designed to load an extension's stored geometryrockot@chromium.org2013-06-133-13/+14
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-5/+4
* Pass command line arguments through with --load-and-launch-app.benwells@chromium.org2013-06-113-24/+103
* Use a direct include of strings headers in apps/.avi@chromium.org2013-06-113-4/+4
* Display the list of retained files in the extension permissions dialog.sammc@chromium.org2013-06-084-7/+46
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Create app shim on app install.jackhou@chromium.org2013-06-071-2/+8
* Revert 204487 "Factor out AppLifetimeMonitor."mad@chromium.org2013-06-068-329/+68
* Factor out AppLifetimeMonitor.jackhou@chromium.org2013-06-068-68/+329
* Clean up async app launcher enabled checks.calamity@chromium.org2013-06-042-66/+8
* Apps with "display_in_launcher": false no longer have shortcuts installed.mgiuca@chromium.org2013-06-011-1/+2
* Move application restart and relaunch code out of ExtensionService.benwells@chromium.org2013-05-319-0/+406
* Start app shim when app launched.jackhou@chromium.org2013-05-3110-66/+166
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Close all windows when app shim quits.jackhou@chromium.org2013-05-309-5/+49
* Refactor extension handling code from AppShimHost into ExtensionAppShimHandler.jackhou@chromium.org2013-05-2911-141/+391