|
Collect threat details for phishing and UwS, and send ClientSafeBrowsingReportRequest to backend.
Also, merge chrome/browser/safe_browsing/report.proto into chrome/common/safe_browsing/csd.proto for easy reusing code.
All *.gypi or BUILD.gn files are because of file renaming and merge of protos.
Somehow, "git mv" does not work on renaming malware_dom_detail.h to threat_dom_detail.h. Only change in these two files is s/malware/threat
BUG= 547144
Committed: https://crrev.com/eed304432289a78787fa4c595bf1aae1686b746a
Cr-Commit-Position: refs/heads/master@{#358637}
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+445 lines, -656 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/report.proto
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -99 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
View
|
1
2
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
View
|
1
2
3
4
|
4 chunks |
+16 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
|
View
|
1
2
|
5 chunks |
+18 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/threat_details.h
|
View
|
1
2
3
4
5
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/threat_details.cc
|
View
|
1
2
3
4
5
6
|
15 chunks |
+50 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/threat_details_cache.h
|
View
|
1
2
3
4
5
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/threat_details_cache.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/threat_details_unittest.cc
|
View
|
1
2
3
4
5
|
28 chunks |
+109 lines, -88 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+1 line, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_chromeos.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_ui.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_renderer.gypi
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/safe_browsing/csd.proto
|
View
|
1
2
3
4
5
6
|
2 chunks |
+107 lines, -3 lines |
2 comments
|
Download
|
 |
M |
chrome/common/safe_browsing/safebrowsing_messages.h
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/chrome_content_renderer_client.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/safe_browsing/malware_dom_details.h
|
View
|
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/safe_browsing/malware_dom_details.cc
|
View
|
|
1 chunk |
+0 lines, -121 lines |
0 comments
|
Download
|
 |
D |
chrome/renderer/safe_browsing/malware_dom_details_browsertest.cc
|
View
|
|
1 chunk |
+0 lines, -130 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/safe_browsing/threat_dom_details.h
|
View
|
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/safe_browsing/threat_dom_details.cc
|
View
|
|
5 chunks |
+22 lines, -24 lines |
0 comments
|
Download
|
 |
A + |
chrome/renderer/safe_browsing/threat_dom_details_browsertest.cc
|
View
|
|
3 chunks |
+25 lines, -24 lines |
0 comments
|
Download
|
Total messages: 27 (11 generated)
|