summaryrefslogtreecommitdiffstats
path: root/apps/app_load_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Make LoadMonitoringExtensionHostQueue remove itself as an ExtensionHost obser...kalman2015-03-161-2/+2
* Add load-app flag support to chromezork2014-11-251-0/+8
* Add a new field "source" in launchData of chrome.app.runtime.onLaunched() to ...cylee2014-11-041-8/+11
* Prefix CommandLine usage with base namespace (Part 3: apps/)pgal.u-szeged2014-10-281-2/+2
* Remove deprecated extension notification from AppLoadServicelimasdf2014-09-171-53/+49
* Move AppWindow to extensionshashimoto2014-08-291-1/+1
* Move extension notifications to extensions/browser/notification_types.hjamescook@chromium.org2014-07-311-9/+9
* Add RestartApplicationIfRunning to AppLoadServicesashab@chromium.org2014-07-241-0/+7
* Don't send onLaunched to apps with only hidden windows when they reload.benwells@chromium.org2014-05-151-7/+3
* Move ExtensionHost from src/chrome to src/extensionsjamescook@chromium.org2014-03-211-1/+1
* Rename NOTIFICATION_EXTENSION_UNLOADED tokalman@chromium.org2014-03-191-2/+2
* Rename apps::ShellWindow to apps::AppWindowjamescook@chromium.org2014-02-151-5/+6
* Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.yoz@chromium.org2014-01-301-2/+2
* Move ExtensionPrefs and friends to extensions/ directory.derat@chromium.org2014-01-221-1/+1
* Revert 241162 "Make clicking the restart bubble for crashed apps..."koz@chromium.org2014-01-091-3/+8
* Make clicking the restart bubble for crashed apps work.koz@chromium.org2013-12-171-8/+3
* Convert Extension* to extension id in AppLaunchParams.koz@chromium.org2013-12-171-1/+1
* app_shell attempts to load an app when passed --app=<path/to/app>jamescook@chromium.org2013-12-041-1/+4
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...yoz@chromium.org2013-10-231-1/+1
* apps: Remove unnecessary includes of extension_constants.hjamescook@chromium.org2013-10-231-2/+2
* Move ShellWindowRegistry to appsbenwells@chromium.org2013-08-091-2/+2
* Move platform_app_launcher to appsbenwells@chromium.org2013-08-071-4/+4
* Ignore 'did stop loading' notifications from unloaded extensions in AppLoadSe...koz@chromium.org2013-07-311-0/+3
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* Make AppLoadService wait for the background page to load before acting.koz@chromium.org2013-07-101-12/+29
* Pass command line arguments through with --load-and-launch-app.benwells@chromium.org2013-06-111-20/+36
* Move application restart and relaunch code out of ExtensionService.benwells@chromium.org2013-05-311-0/+110