|
|
Integrate BlacklistManager with Profile.
Now each Profile has a BlacklistManager that maintains a compiled Blacklist for that Profile.
The system does not yet pause user-initiated web requests until the blacklist system is ready. However, the code is not supposed to be ready, and is hidden behind a --enable-privacy-blacklists command-line flag.
TEST=Covered by browser_test.
BUG= 21541
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33290
Total comments: 13
Total comments: 7
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+315 lines, -229 lines) |
Patch |
 |
M |
chrome/browser/automation/automation_profile_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extensions_service.h
|
View
|
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extensions_service.cc
|
View
|
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context.h
|
View
|
1
|
5 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context.cc
|
View
|
1
2
3
4
|
8 chunks |
+18 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/privacy_blacklist/blacklist_manager.h
|
View
|
2
3
4
5
|
4 chunks |
+24 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/privacy_blacklist/blacklist_manager.cc
|
View
|
2
3
4
5
|
7 chunks |
+73 lines, -47 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/privacy_blacklist/blacklist_manager_browsertest.cc
|
View
|
1
2
3
|
3 chunks |
+56 lines, -46 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/privacy_blacklist/blacklist_manager_unittest.cc
|
View
|
2
3
4
5
6
7
8
|
11 chunks |
+39 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/privacy_blacklist/blacklist_observer.h
|
View
|
1
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/privacy_blacklist/blacklist_ui.h
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/privacy_blacklist/blacklist_ui.cc
|
View
|
|
4 chunks |
+26 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profile.h
|
View
|
1
2
3
4
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profile.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+16 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_dispatcher_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/resource_message_filter.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/notification_type.h
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/testing_profile.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|