|
This is one of several CLs to componentize SafeBrowsingBlockingPage.
(1) Create SafeBrowsingErrorUI in security_interstitials component. Move
display and command handling logic from SafeBrowsingBlockingPage to
SafeBrowsingErrorUI.
(2) Move all SB interstitial related strings from
c/a/generated_reources.grd to
components/security_interstitials_strings.grdp
(3) Deprecate all interstitial related rappor metrics, since nobody is
using them.
BUG= 666100
Committed: https://crrev.com/68ea739f83af7661f140802bd8941a577f02eb30
Cr-Commit-Position: refs/heads/master@{#439163}
Total comments: 10
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+588 lines, -578 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
|
1 chunk |
+0 lines, -80 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/interstitials/chrome_controller_client.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/interstitials/chrome_controller_client.cc
|
View
|
1
2
3
|
3 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/interstitials/chrome_metrics_helper.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/interstitials/chrome_metrics_helper.cc
|
View
|
1
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page.h
|
View
|
1
2
3
4
|
8 chunks |
+13 lines, -30 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
View
|
1
2
3
4
|
13 chunks |
+36 lines, -342 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ssl/cert_report_helper.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ssl/ssl_blocking_page.cc
|
View
|
1
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/security_interstitials/core/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/security_interstitials/core/controller_client.h
|
View
|
1
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/security_interstitials/core/metrics_helper.h
|
View
|
1
2
3
4
|
4 chunks |
+5 lines, -30 lines |
0 comments
|
Download
|
 |
M |
components/security_interstitials/core/metrics_helper.cc
|
View
|
1
2
3
|
5 chunks |
+5 lines, -57 lines |
0 comments
|
Download
|
 |
A |
components/security_interstitials/core/safe_browsing_error_ui.h
|
View
|
1
2
3
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/security_interstitials/core/safe_browsing_error_ui.cc
|
View
|
1
2
3
|
1 chunk |
+315 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/security_interstitials_strings.grdp
|
View
|
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/interstitials/ios_chrome_controller_client.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/interstitials/ios_chrome_controller_client.mm
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/interstitials/ios_chrome_metrics_helper.mm
|
View
|
1
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/ssl/ios_ssl_blocking_page.mm
|
View
|
1
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/rappor/rappor.xml
|
View
|
1
|
4 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
Total messages: 36 (24 generated)
|