Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Issue 15947007: Move application restart and relaunch code out of ExtensionService. (Closed)

Created:
7 years, 6 months ago by benwells
Modified:
7 years, 6 months ago
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, tfarina, jeremya+watch_chromium.org, sail+watch_chromium.org, Aaron Boodman, ajwong+watch_chromium.org, chromium-apps-reviews_chromium.org, chrome-apps-syd-reviews_chromium.org, Yoyo Zhou
Visibility:
Public.

Description

Move application restart and relaunch code out of ExtensionService. This apps specific code now lives in AppLoadService in the apps/ component. BUG=159366, 159265, 175381 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203382

Patch Set 1 #

Patch Set 2 : Cleaned up a bit #

Total comments: 5

Patch Set 3 : Comments #

Total comments: 4

Patch Set 4 : Nits #

Patch Set 5 : Pafooey #

Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -275 lines) Patch
M apps/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
A apps/app_load_service.h View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A apps/app_load_service.cc View 1 1 chunk +110 lines, -0 lines 0 comments Download
A apps/app_load_service_factory.h View 1 chunk +40 lines, -0 lines 0 comments Download
A apps/app_load_service_factory.cc View 1 chunk +57 lines, -0 lines 0 comments Download
M apps/apps.gypi View 1 2 chunks +6 lines, -0 lines 0 comments Download
A + apps/load_and_launch_browsertest.cc View 1 5 chunks +7 lines, -4 lines 0 comments Download
A apps/switches.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
A + apps/switches.cc View 1 1 chunk +3 lines, -8 lines 0 comments Download
M chrome/browser/background/background_contents_service.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 7 chunks +0 lines, -35 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 6 chunks +0 lines, -73 lines 0 comments Download
M chrome/browser/extensions/extension_system.cc View 1 chunk +2 lines, -1 line 0 comments Download
D chrome/browser/extensions/load_and_launch_browsertest.cc View 1 1 chunk +0 lines, -107 lines 0 comments Download
M chrome/browser/extensions/platform_app_launcher.h View 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/extensions/platform_app_launcher.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/extensions/unpacked_installer.h View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/extensions/unpacked_installer.cc View 5 chunks +8 lines, -11 lines 0 comments Download
M chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/extensions/application_launch.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator.cc View 1 2 3 2 chunks +15 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
benwells
just koz for initial review, will get owners when have lgtk.
7 years, 6 months ago (2013-05-29 07:40:03 UTC) #1
koz (OOO until 15th September)
https://codereview.chromium.org/15947007/diff/6001/apps/app_load_service.h File apps/app_load_service.h (right): https://codereview.chromium.org/15947007/diff/6001/apps/app_load_service.h#newcode33 apps/app_load_service.h:33: // missing end of comment
7 years, 6 months ago (2013-05-29 08:08:10 UTC) #2
koz (OOO until 15th September)
lgtm https://codereview.chromium.org/15947007/diff/6001/apps/app_load_service.h File apps/app_load_service.h (right): https://codereview.chromium.org/15947007/diff/6001/apps/app_load_service.h#newcode33 apps/app_load_service.h:33: // On 2013/05/29 08:08:10, koz wrote: > missing ...
7 years, 6 months ago (2013-05-30 00:22:22 UTC) #3
benwells
+sky for owners review of * chrome/browser/background * chrome/browser/profiles * chrome/browser/tab_contents * chrome/browser/ui/startup * chrome/browser/ui/extensions ...
7 years, 6 months ago (2013-05-30 01:47:42 UTC) #4
sky
LGTM https://codereview.chromium.org/15947007/diff/18001/chrome/browser/ui/startup/startup_browser_creator.cc File chrome/browser/ui/startup/startup_browser_creator.cc (right): https://codereview.chromium.org/15947007/diff/18001/chrome/browser/ui/startup/startup_browser_creator.cc#newcode634 chrome/browser/ui/startup/startup_browser_creator.cc:634: extension_id); nit: indent 2 more spaces.
7 years, 6 months ago (2013-05-30 15:33:32 UTC) #5
Yoyo Zhou
LGTM though I don't think this actually is related to bug 179951. https://codereview.chromium.org/15947007/diff/18001/chrome/browser/extensions/unpacked_installer.h File chrome/browser/extensions/unpacked_installer.h ...
7 years, 6 months ago (2013-05-30 17:29:34 UTC) #6
benwells
Oh yeah, wrong bug. I've put the more generic extensions bug on, which I think ...
7 years, 6 months ago (2013-05-31 01:13:03 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/15947007/25001
7 years, 6 months ago (2013-05-31 01:13:17 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=120422
7 years, 6 months ago (2013-05-31 03:40:52 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/15947007/41001
7 years, 6 months ago (2013-05-31 06:56:41 UTC) #10
commit-bot: I haz the power
7 years, 6 months ago (2013-05-31 09:37:56 UTC) #11
Message was sent while issue was closed.
Change committed as 203382

Powered by Google App Engine
This is Rietveld 408576698