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

Issue 159199: Load Multiple Blacklists... (Closed)

Created:
11 years, 5 months ago by idanan
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google), M-A Ruel
Visibility:
Public.

Description

Load Multiple Blacklists Add the ability to load multiple text blacklists into the binary blacklist representation. NOTE: Included Binary file means this change expects to fail on the trybots in blacklist_io_test.cc:103. All other checks must pass. BUG=16932 TEST=BlacklistIO* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21841

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -38 lines) Patch
M chrome/browser/privacy_blacklist/blacklist.h View 1 chunk +13 lines, -16 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist.cc View 2 3 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_io.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_io_unittest.cc View 1 2 3 2 chunks +67 lines, -9 lines 0 comments Download
A chrome/test/data/blacklist_samples/annoying_ads.pbl View 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/test/data/blacklist_samples/block_flash.pbl View 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/test/data/blacklist_samples/combine3.pbr View Binary file 0 comments Download
A chrome/test/data/blacklist_samples/session_cookies.pbl View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/tools/pbl_tool/pbl_tool.cc View 1 2 3 2 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
idanan
11 years, 5 months ago (2009-07-23 19:56:20 UTC) #1
brettw
http://codereview.chromium.org/159199/diff/18/2007 File chrome/browser/privacy_blacklist/blacklist.cc (right): http://codereview.chromium.org/159199/diff/18/2007#newcode29 Line 29: const unsigned int Blacklist::kBlockAll; We normally define the ...
11 years, 5 months ago (2009-07-23 23:26:59 UTC) #2
idanan
Thanks for the quick review. - itai http://codereview.chromium.org/159199/diff/18/2007 File chrome/browser/privacy_blacklist/blacklist.cc (right): http://codereview.chromium.org/159199/diff/18/2007#newcode29 Line 29: const ...
11 years, 5 months ago (2009-07-24 14:52:15 UTC) #3
brettw
http://codereview.chromium.org/159199/diff/18/2007 File chrome/browser/privacy_blacklist/blacklist.cc (right): http://codereview.chromium.org/159199/diff/18/2007#newcode29 Line 29: const unsigned int Blacklist::kBlockAll; I have a hard ...
11 years, 5 months ago (2009-07-24 16:07:22 UTC) #4
idanan_google.com
Well, yes. It can affect performance. Of course, the impact depends on usage but the ...
11 years, 5 months ago (2009-07-24 17:09:13 UTC) #5
brettw
11 years, 5 months ago (2009-07-24 19:47:07 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698