|
|
Only check main frame and iframe URLs on Mobile, to improve page load time.
Setup a finch flag to control the resource types we check
so we can experiment with speed-vs-protection. It will
always check at least main+iframes.
Also move some of the per-platform logic down into
DatabaseManager impls to remove a number of ifdef's (part
of http://crbug.com/542795).
BUG= 542795, 495806
Committed: https://crrev.com/289e006b7542ef0cc97d57e7e4b754fcb7669c9b
Cr-Commit-Position: refs/heads/master@{#355094}
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+213 lines, -118 lines) |
Patch |
 |
M |
chrome/browser/renderer_host/safe_browsing_resource_throttle.h
|
View
|
|
2 chunks |
+3 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/safe_browsing_resource_throttle.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+14 lines, -47 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/database_manager.h
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/local_database_manager.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/local_database_manager.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/remote_database_manager.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/remote_database_manager.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+48 lines, -4 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/safe_browsing/remote_database_manager_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+98 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_service.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_service.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+1 line, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/test_database_manager.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/test_database_manager.cc
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 17 (6 generated)
|