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

Issue 12660017: Add a commandline flag to chrome to validate crx files (Closed)

Created:
7 years, 9 months ago by asargent_no_longer_on_chrome
Modified:
7 years, 8 months ago
Reviewers:
Matt Perry, sky
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Add a commandline flag to chrome to validate crx files BUG=222215 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=191186

Patch Set 1 #

Patch Set 2 : added browser test #

Total comments: 5

Patch Set 3 : merged latest trunk #

Patch Set 4 : switched output to stdout #

Patch Set 5 : small cleanup to string handling #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -1 line) Patch
M chrome/browser/extensions/startup_helper.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/startup_helper.cc View 1 2 3 2 chunks +125 lines, -0 lines 0 comments Download
A chrome/browser/extensions/startup_helper_browsertest.cc View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator.cc View 1 2 3 4 1 chunk +18 lines, -0 lines 1 comment Download
M chrome/chrome_tests.gypi View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
asargent_no_longer_on_chrome
https://codereview.chromium.org/12660017/diff/1001/chrome/browser/extensions/startup_helper.cc File chrome/browser/extensions/startup_helper.cc (right): https://codereview.chromium.org/12660017/diff/1001/chrome/browser/extensions/startup_helper.cc#newcode191 chrome/browser/extensions/startup_helper.cc:191: if (success) Just using LOG(ERROR) here to report both ...
7 years, 9 months ago (2013-03-20 17:43:47 UTC) #1
Matt Perry
Code LGTM, but I have some questions. https://codereview.chromium.org/12660017/diff/1001/chrome/browser/extensions/startup_helper.cc File chrome/browser/extensions/startup_helper.cc (right): https://codereview.chromium.org/12660017/diff/1001/chrome/browser/extensions/startup_helper.cc#newcode191 chrome/browser/extensions/startup_helper.cc:191: if (success) ...
7 years, 9 months ago (2013-03-20 19:52:15 UTC) #2
asargent_no_longer_on_chrome
sky - please review: chrome/browser/ui/startup/startup_browser_creator.cc FYI, the reason for this feature is to help the ...
7 years, 9 months ago (2013-03-21 21:34:44 UTC) #3
sky
printf->LOG and LGTM https://codereview.chromium.org/12660017/diff/14002/chrome/browser/ui/startup/startup_browser_creator.cc File chrome/browser/ui/startup/startup_browser_creator.cc (right): https://codereview.chromium.org/12660017/diff/14002/chrome/browser/ui/startup/startup_browser_creator.cc#newcode559 chrome/browser/ui/startup/startup_browser_creator.cc:559: printf("%s\n", message.c_str()); LOG?
7 years, 9 months ago (2013-03-26 23:16:10 UTC) #4
asargent_no_longer_on_chrome
On 2013/03/26 23:16:10, sky wrote: > printf->LOG and LGTM > > https://codereview.chromium.org/12660017/diff/14002/chrome/browser/ui/startup/startup_browser_creator.cc > File chrome/browser/ui/startup/startup_browser_creator.cc ...
7 years, 9 months ago (2013-03-26 23:26:58 UTC) #5
sky
Does that work on windows? On Tue, Mar 26, 2013 at 4:26 PM, <asargent@chromium.org> wrote: ...
7 years, 9 months ago (2013-03-26 23:59:20 UTC) #6
asargent_no_longer_on_chrome
On 2013/03/26 23:59:20, sky wrote: > Does that work on windows? Yes, you just have ...
7 years, 9 months ago (2013-03-27 19:45:55 UTC) #7
sky
LGTM
7 years, 8 months ago (2013-03-28 15:37:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asargent@chromium.org/12660017/14002
7 years, 8 months ago (2013-03-28 16:57:31 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 8 months ago (2013-03-28 18:17:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asargent@chromium.org/12660017/14002
7 years, 8 months ago (2013-03-28 18:43:00 UTC) #11
commit-bot: I haz the power
7 years, 8 months ago (2013-03-28 19:26:39 UTC) #12
Message was sent while issue was closed.
Change committed as 191186

Powered by Google App Engine
This is Rietveld 408576698