|
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
Total comments: 14
Total comments: 4
|
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
|
Total messages: 7 (0 generated)
|