Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Issue 10907104: Support an --install-from-webstore command line switch (Closed)

Created:
8 years, 3 months ago by asargent_no_longer_on_chrome
Modified:
8 years, 3 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip-chromium-reviews_chromium.org, rdsmith+dwatch_chromium.org
Visibility:
Public.

Description

Support an --install-from-webstore command line switch This is to make standalone installation of apps from the Chrome app host possible. BUG=138311 [email protected] (for chrome/common/chrome_switches.{h,cc}) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157088

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : cleanup #

Patch Set 4 : rebased #

Patch Set 5 : updated comment #

Total comments: 28

Patch Set 6 : responded to review comments #

Total comments: 1

Patch Set 7 : rebased #

Total comments: 8

Patch Set 8 : more review changes #

Patch Set 9 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -71 lines) Patch
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/crx_installer.cc View 1 2 3 4 5 6 2 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_install_dialog.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/extensions/startup_helper.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/startup_helper.cc View 1 2 3 4 5 6 7 2 chunks +75 lines, -0 lines 0 comments Download
M chrome/browser/extensions/tab_helper.h View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/extensions/tab_helper.cc View 1 2 3 4 5 6 2 chunks +16 lines, -13 lines 0 comments Download
M chrome/browser/extensions/webstore_inline_install_browsertest.cc View 1 2 3 4 5 5 chunks +58 lines, -2 lines 0 comments Download
M chrome/browser/extensions/webstore_inline_installer.h View 1 2 3 4 5 4 chunks +20 lines, -13 lines 0 comments Download
M chrome/browser/extensions/webstore_inline_installer.cc View 1 2 3 4 5 6 7 6 chunks +24 lines, -27 lines 0 comments Download
M chrome/common/chrome_result_codes.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
asargent_no_longer_on_chrome
http://codereview.chromium.org/10907104/diff/6015/chrome/browser/extensions/extension_install_dialog.cc File chrome/browser/extensions/extension_install_dialog.cc (left): http://codereview.chromium.org/10907104/diff/6015/chrome/browser/extensions/extension_install_dialog.cc#oldcode72 chrome/browser/extensions/extension_install_dialog.cc:72: delegate->InstallUIAbort(false); FYI, I know for sure that GTK's ShowExtensionInstallDialogImpl ...
8 years, 3 months ago (2012-09-07 21:15:41 UTC) #1
Mihai Parparita -not on Chrome
http://codereview.chromium.org/10907104/diff/6015/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): http://codereview.chromium.org/10907104/diff/6015/chrome/browser/chrome_browser_main.cc#newcode1345 chrome/browser/chrome_browser_main.cc:1345: cmdline.GetSwitchValueASCII(switches::kAppsInstallFromID), Other StartupHelper methods take the whole CommandLine, and ...
8 years, 3 months ago (2012-09-07 22:01:36 UTC) #2
asargent_no_longer_on_chrome
http://codereview.chromium.org/10907104/diff/6015/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): http://codereview.chromium.org/10907104/diff/6015/chrome/browser/chrome_browser_main.cc#newcode1345 chrome/browser/chrome_browser_main.cc:1345: cmdline.GetSwitchValueASCII(switches::kAppsInstallFromID), On 2012/09/07 22:01:36, Mihai Parparita wrote: > Other ...
8 years, 3 months ago (2012-09-14 23:24:35 UTC) #3
Mihai Parparita -not on Chrome
On Fri, Sep 14, 2012 at 4:24 PM, <[email protected]> wrote: > > FYI, I bailed ...
8 years, 3 months ago (2012-09-16 06:37:37 UTC) #4
Mihai Parparita -not on Chrome
LGTM so that this is unblocked while I'm on vacation. http://codereview.chromium.org/10907104/diff/5030/chrome/browser/extensions/startup_helper.cc File chrome/browser/extensions/startup_helper.cc (right): http://codereview.chromium.org/10907104/diff/5030/chrome/browser/extensions/startup_helper.cc#newcode149 ...
8 years, 3 months ago (2012-09-16 06:42:38 UTC) #5
asargent_no_longer_on_chrome
http://codereview.chromium.org/10907104/diff/5030/chrome/browser/extensions/startup_helper.cc File chrome/browser/extensions/startup_helper.cc (right): http://codereview.chromium.org/10907104/diff/5030/chrome/browser/extensions/startup_helper.cc#newcode149 chrome/browser/extensions/startup_helper.cc:149: return helper.success(); On 2012/09/16 06:42:38, Mihai Parparita wrote: > ...
8 years, 3 months ago (2012-09-17 05:11:45 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/10907104/8015
8 years, 3 months ago (2012-09-17 05:12:02 UTC) #7
commit-bot: I haz the power
8 years, 3 months ago (2012-09-17 07:41:23 UTC) #8
Change committed as 157088

Powered by Google App Engine
This is Rietveld 408576698