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

Issue 300933002: Finch Blacklist is now added to the Hardcoded blacklist. (Closed)

Created:
6 years, 6 months ago by krstnmnlsn
Modified:
6 years, 6 months ago
Reviewers:
csharp, robertshield
CC:
Cait (Slow), chromium-reviews, caitkp+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Finch Blacklist is now added to the Hardcoded blacklist. The finch blacklist is collected from finch in chrome_elf_init_win.cc, stored in a registry, and added to the blacklist in blacklist.cc. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275086

Patch Set 1 #

Patch Set 2 : fixing lint errors. #

Patch Set 3 : fixing lint errors and saving this time. #

Patch Set 4 : third time's the charm. #

Patch Set 5 : Added unit tests #

Patch Set 6 : Trying to fix newline complaints.. #

Patch Set 7 : Adding vector. #

Total comments: 18

Patch Set 8 : literally changing nothing. #

Patch Set 9 : Making Chris' fixes. #

Patch Set 10 : collapsing the tower of nulls. #

Patch Set 11 : Upgrading registry accessors to chrome's RegKey. #

Total comments: 32

Patch Set 12 : Making Rob's changes #

Total comments: 9

Patch Set 13 : Rob's changes part II #

Patch Set 14 : typofix #

Patch Set 15 : int -> size_t :C #

Total comments: 24

Patch Set 16 : Chris' changes + lint clean up #

Total comments: 4

Patch Set 17 : tiny clean up. #

Patch Set 18 : Final changes? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -26 lines) Patch
M chrome/browser/chrome_elf_init_unittest_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +45 lines, -1 line 0 comments Download
M chrome/browser/chrome_elf_init_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chrome_elf_init_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +23 lines, -0 lines 0 comments Download
M chrome_elf/blacklist/blacklist.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M chrome_elf/blacklist/blacklist.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +44 lines, -0 lines 0 comments Download
M chrome_elf/blacklist/test/blacklist_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +63 lines, -25 lines 0 comments Download
M chrome_elf/blacklist/test/blacklist_test_main_dll.def View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome_elf/chrome_elf_constants.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome_elf/chrome_elf_constants.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
krstnmnlsn
6 years, 6 months ago (2014-05-29 20:26:09 UTC) #1
csharp
https://codereview.chromium.org/300933002/diff/120001/chrome/browser/chrome_elf_init_unittest_win.cc File chrome/browser/chrome_elf_init_unittest_win.cc (right): https://codereview.chromium.org/300933002/diff/120001/chrome/browser/chrome_elf_init_unittest_win.cc#newcode183 chrome/browser/chrome_elf_init_unittest_win.cc:183: kBrowserBlacklistTrialName, kBrowserBlacklistTrialEnabledGroupName)); Since this is only used in this ...
6 years, 6 months ago (2014-05-29 20:51:51 UTC) #2
krstnmnlsn
https://codereview.chromium.org/300933002/diff/120001/chrome/browser/chrome_elf_init_unittest_win.cc File chrome/browser/chrome_elf_init_unittest_win.cc (right): https://codereview.chromium.org/300933002/diff/120001/chrome/browser/chrome_elf_init_unittest_win.cc#newcode183 chrome/browser/chrome_elf_init_unittest_win.cc:183: kBrowserBlacklistTrialName, kBrowserBlacklistTrialEnabledGroupName)); On 2014/05/29 20:51:52, csharp wrote: > Since ...
6 years, 6 months ago (2014-05-30 14:09:12 UTC) #3
krstnmnlsn
6 years, 6 months ago (2014-05-30 15:48:11 UTC) #4
robertshield
Awesome! comments and such below: https://codereview.chromium.org/300933002/diff/200001/chrome/browser/chrome_elf_init_unittest_win.cc File chrome/browser/chrome_elf_init_unittest_win.cc (right): https://codereview.chromium.org/300933002/diff/200001/chrome/browser/chrome_elf_init_unittest_win.cc#newcode198 chrome/browser/chrome_elf_init_unittest_win.cc:198: // This should add ...
6 years, 6 months ago (2014-05-30 21:07:08 UTC) #5
krstnmnlsn
https://codereview.chromium.org/300933002/diff/200001/chrome/browser/chrome_elf_init_unittest_win.cc File chrome/browser/chrome_elf_init_unittest_win.cc (right): https://codereview.chromium.org/300933002/diff/200001/chrome/browser/chrome_elf_init_unittest_win.cc#newcode198 chrome/browser/chrome_elf_init_unittest_win.cc:198: // This should add the dll's in those parameters ...
6 years, 6 months ago (2014-06-02 14:00:37 UTC) #6
robertshield
Sorry for the delay, looks really good, just a few more questions/comments. https://codereview.chromium.org/300933002/diff/200001/chrome_elf/blacklist/blacklist.cc File chrome_elf/blacklist/blacklist.cc ...
6 years, 6 months ago (2014-06-03 03:02:59 UTC) #7
krstnmnlsn
https://codereview.chromium.org/300933002/diff/220001/chrome/browser/chrome_elf_init_win.cc File chrome/browser/chrome_elf_init_win.cc (right): https://codereview.chromium.org/300933002/diff/220001/chrome/browser/chrome_elf_init_win.cc#newcode120 chrome/browser/chrome_elf_init_win.cc:120: while (it != params.end()) { On 2014/06/03 03:03:00, robertshield ...
6 years, 6 months ago (2014-06-03 19:30:16 UTC) #8
csharp
https://codereview.chromium.org/300933002/diff/270001/chrome/browser/chrome_elf_init_unittest_win.cc File chrome/browser/chrome_elf_init_unittest_win.cc (right): https://codereview.chromium.org/300933002/diff/270001/chrome/browser/chrome_elf_init_unittest_win.cc#newcode201 chrome/browser/chrome_elf_init_unittest_win.cc:201: // Check that the set of values in the ...
6 years, 6 months ago (2014-06-03 21:11:36 UTC) #9
robertshield
LGTM once Chris' comments are addressed
6 years, 6 months ago (2014-06-04 13:24:37 UTC) #10
krstnmnlsn
https://codereview.chromium.org/300933002/diff/270001/chrome/browser/chrome_elf_init_unittest_win.cc File chrome/browser/chrome_elf_init_unittest_win.cc (right): https://codereview.chromium.org/300933002/diff/270001/chrome/browser/chrome_elf_init_unittest_win.cc#newcode201 chrome/browser/chrome_elf_init_unittest_win.cc:201: // Check that the set of values in the ...
6 years, 6 months ago (2014-06-04 16:55:44 UTC) #11
csharp
LGTM with two small changes left https://codereview.chromium.org/300933002/diff/330001/chrome/browser/chrome_elf_init_win.cc File chrome/browser/chrome_elf_init_win.cc (right): https://codereview.chromium.org/300933002/diff/330001/chrome/browser/chrome_elf_init_win.cc#newcode119 chrome/browser/chrome_elf_init_win.cc:119: std::map<std::string, std::string>::iterator it ...
6 years, 6 months ago (2014-06-04 17:12:55 UTC) #12
krstnmnlsn
The CQ bit was checked by krstnmnlsn@chromium.org
6 years, 6 months ago (2014-06-04 17:52:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/krstnmnlsn@chromium.org/300933002/370001
6 years, 6 months ago (2014-06-04 17:54:26 UTC) #14
krstnmnlsn
https://codereview.chromium.org/300933002/diff/330001/chrome/browser/chrome_elf_init_win.cc File chrome/browser/chrome_elf_init_win.cc (right): https://codereview.chromium.org/300933002/diff/330001/chrome/browser/chrome_elf_init_win.cc#newcode119 chrome/browser/chrome_elf_init_win.cc:119: std::map<std::string, std::string>::iterator it = params.begin(); On 2014/06/04 17:12:56, csharp ...
6 years, 6 months ago (2014-06-04 18:11:59 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-04 21:30:30 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-04 21:37:29 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/10565)
6 years, 6 months ago (2014-06-04 21:37:30 UTC) #18
krstnmnlsn
The CQ bit was checked by krstnmnlsn@chromium.org
6 years, 6 months ago (2014-06-05 12:59:49 UTC) #19
krstnmnlsn
The CQ bit was checked by krstnmnlsn@chromium.org
6 years, 6 months ago (2014-06-05 13:00:04 UTC) #20
krstnmnlsn
6 years, 6 months ago (2014-06-05 13:00:10 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/krstnmnlsn@chromium.org/300933002/370001
6 years, 6 months ago (2014-06-05 13:00:39 UTC) #22
commit-bot: I haz the power
6 years, 6 months ago (2014-06-05 14:09:09 UTC) #23
Message was sent while issue was closed.
Change committed as 275086

Powered by Google App Engine
This is Rietveld 408576698