|
Make Blacklist::IsBlacklist asynchronous (it will need to be for safe
browsing), and unravel the knots that result from it:
- Decouple it from the admin policy.
- Take the other half of blacklist logic out of ExtensionPrefs and into
Blacklist.
- Fix bug where blacklisted extensions couldn't be re-installed (let alone
re-enabled) if they get taken off the blacklist.
TBR=sky@chromium.org
BUG= 154149, 156750
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171079
Total comments: 28
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1101 lines, -361 lines) |
Patch |
 |
M |
chrome/browser/background/background_contents_service.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/admin_policy.h
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/admin_policy.cc
|
View
|
|
2 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/admin_policy_unittest.cc
|
View
|
|
3 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/blacklist.h
|
View
|
1
2
|
3 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/blacklist.cc
|
View
|
1
2
|
3 chunks |
+38 lines, -7 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/blacklist_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+145 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_blacklist_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+389 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_browsertest.h
|
View
|
1
2
3
7
8
9
10
11
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_context_menu_model_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_error_ui.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_prefs.h
|
View
|
1
2
|
3 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_prefs.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+36 lines, -47 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_prefs_unittest.cc
|
View
|
|
2 chunks |
+79 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.h
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+42 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
20 chunks |
+168 lines, -73 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+21 lines, -96 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_system.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/standard_management_policy_provider.h
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/standard_management_policy_provider.cc
|
View
|
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/standard_management_policy_provider_unittest.cc
|
View
|
1
|
2 chunks |
+1 line, -47 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/test_blacklist.h
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/test_blacklist.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/test_extension_system.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/test_extension_system.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/updater/extension_updater_unittest.cc
|
View
|
|
5 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/protector/protected_prefs_watcher_unittest.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_constants.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_set.h
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_set.cc
|
View
|
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
Total messages: 29 (0 generated)
|