summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows: When an app is updated and its name changes, recreate shortcuts.mgiuca@chromium.org2013-05-291-1/+5
* Make tapted an owner of src/apps/app_shim.tapted@chromium.org2013-05-271-1/+1
* Add support for persistent file access in apps.sammc@chromium.org2013-05-259-45/+913
* Remove unused code from apps and extensions BCKSFactoriesbenwells@chromium.org2013-05-244-18/+0
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-228-34/+37
* Make ShellWindowRegistry#shell_windows_ sorted by the last time when the wind...hirono@chromium.org2013-05-221-2/+3
* Move ProfileKeyedService infrastructure to a componentphajdan.jr@chromium.org2013-05-209-9/+10
* Drop more dependencies of ProfileKeyedService infrastructure on chrome.phajdan.jr@chromium.org2013-05-171-0/+2
* Restart apps that don't listen to onRestarted() by sending them onLaunched().koz@chromium.org2013-05-173-1/+74
* Move ShellWindowGeometryCache into appsbenwells@chromium.org2013-05-174-0/+670
* Reland 200220 - Make ExtensionPrefs a ProfileKeyedService.yoz@chromium.org2013-05-161-7/+3
* Revert 200220 "Make ExtensionPrefs a ProfileKeyedService."eugenis@chromium.org2013-05-151-3/+7
* Make ExtensionPrefs a ProfileKeyedService.yoz@chromium.org2013-05-151-7/+3
* Revert 199970 "Restart apps that don't listen to onRestarted() b..."danakj@chromium.org2013-05-143-58/+1
* Restart apps that don't listen to onRestarted() by sending them onLaunched().koz@chromium.org2013-05-143-1/+58
* Update the OSX app shim to support the app launcher.tapted@chromium.org2013-05-146-25/+225
* Revert 199566 "Drop more dependencies of ProfileKeyedService inf..."tzik@chromium.org2013-05-131-2/+0
* Drop more dependencies of ProfileKeyedService infrastructure on chrome.phajdan.jr@chromium.org2013-05-101-0/+2
* Revert 199406 "Restart apps that don't listen to onRestarted() b..."tzik@chromium.org2013-05-103-60/+1
* Restart apps that don't listen to onRestarted() by sending them onLaunched().koz@chromium.org2013-05-103-1/+60
* Move FileEntry code from ExtensionPrefs to FileHandlersAPIrdevlin.cronin@chromium.org2013-05-082-14/+18
* Windows, Linux: auto-create app menu shortcuts when an app is installed.mgiuca@chromium.org2013-05-031-4/+31
* Made it possible to tell whether an extension is being installed or updated.mgiuca@chromium.org2013-05-031-2/+3
* apps: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1