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

Issue 337025: Design changes in browser/privacy_blacklist needed to integrate (Closed)

Created:
11 years, 1 month ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman, brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Design changes in browser/privacy_blacklist needed to integrate privacy blacklists with extensions. - change I/O routines interface to be more clear - distinguish between transient and permanent blacklists - remove obsolete code (pbl_tool and blacklist error dialog) BlacklistManager will be responsible for recompiling the persistent blacklists. Errors will be reported via infobars. TEST=Covered by unit_tests. BUG=21541 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30449

Patch Set 1 #

Total comments: 14

Patch Set 2 : fixes #

Total comments: 4

Patch Set 3 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+513 lines, -774 lines) Patch
M chrome/browser/browser_main.cc View 1 2 3 chunks +0 lines, -15 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist.h View 1 9 chunks +49 lines, -35 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist.cc View 1 4 chunks +17 lines, -60 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_io.h View 1 1 chunk +14 lines, -37 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_io.cc View 1 2 4 chunks +135 lines, -74 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_io_unittest.cc View 1 2 chunks +23 lines, -68 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_manager.h View 1 2 5 chunks +13 lines, -15 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_manager.cc View 1 2 6 chunks +93 lines, -58 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_manager_unittest.cc View 1 2 7 chunks +112 lines, -150 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_unittest.cc View 1 2 chunks +34 lines, -29 lines 0 comments Download
M chrome/browser/profile.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profile.cc View 1 2 4 chunks +6 lines, -5 lines 0 comments Download
D chrome/browser/views/blacklist_error_dialog.h View 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/browser/views/blacklist_error_dialog.cc View 1 chunk +0 lines, -76 lines 0 comments Download
M chrome/chrome.gyp View 1 2 2 chunks +0 lines, -25 lines 0 comments Download
M chrome/common/notification_type.h View 2 chunks +16 lines, -5 lines 0 comments Download
D chrome/tools/pbl_tool/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/tools/pbl_tool/pbl_tool.cc View 1 chunk +0 lines, -58 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Paweł Hajdan Jr.
Please review. I can explain the rationale for the changes if needed. The short story ...
11 years, 1 month ago (2009-10-26 18:03:10 UTC) #1
Aaron Boodman
Seems OK to me. I did not review the parsing code in detail as it ...
11 years, 1 month ago (2009-10-26 21:18:49 UTC) #2
Paweł Hajdan Jr.
Patch updated.
11 years, 1 month ago (2009-10-27 17:26:19 UTC) #3
brettw
http://codereview.chromium.org/337025/diff/5001/2006 File chrome/browser/privacy_blacklist/blacklist_io.cc (right): http://codereview.chromium.org/337025/diff/5001/2006#newcode188 Line 188: // Read the providers Check that your comments ...
11 years, 1 month ago (2009-10-27 20:30:22 UTC) #4
Paweł Hajdan Jr.
Patch updated, please review.
11 years, 1 month ago (2009-10-28 16:28:31 UTC) #5
brettw
LGTM
11 years, 1 month ago (2009-10-28 17:49:11 UTC) #6
Aaron Boodman
11 years, 1 month ago (2009-10-28 20:54:07 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698