Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Issue 480393002: Move the security interstitials into a single folder (Closed)

Created:
6 years, 4 months ago by felt
Modified:
6 years, 4 months ago
CC:
chromium-reviews, arv+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Move the security interstitials into a single folder This moves the Safe Browsing and SSL interstitial HTML/JS into a single new folder: chrome/browser/resources/security_warnings/. It also moves some common code out of the SSL-related JS file and into the general interstitial JS file. BUG=402540 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291270

Patch Set 1 #

Patch Set 2 : Working #

Total comments: 6

Patch Set 3 : Changes for dbeam #

Total comments: 4

Patch Set 4 : Added comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -470 lines) Patch
M chrome/browser/browser_resources.grd View 1 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/resources/safe_browsing/images/1x/stop_sign.png View Binary file 0 comments Download
D chrome/browser/resources/safe_browsing/images/2x/stop_sign.png View Binary file 0 comments Download
D chrome/browser/resources/safe_browsing/safe_browsing_v3.js View 1 chunk +0 lines, -35 lines 0 comments Download
A + chrome/browser/resources/security_warnings/images/1x/brokenssl_red.png View Binary file 0 comments Download
A + chrome/browser/resources/security_warnings/images/1x/stop_sign.png View Binary file 0 comments Download
A + chrome/browser/resources/security_warnings/images/2x/brokenssl_red.png View Binary file 0 comments Download
A + chrome/browser/resources/security_warnings/images/2x/stop_sign.png View Binary file 0 comments Download
A + chrome/browser/resources/security_warnings/interstitial_v2.css View 1 2 chunks +2 lines, -8 lines 0 comments Download
A + chrome/browser/resources/security_warnings/interstitial_v2.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/browser/resources/security_warnings/interstitial_v2.js View 1 2 3 2 chunks +28 lines, -0 lines 0 comments Download
A + chrome/browser/resources/security_warnings/safe_browsing.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/browser/resources/security_warnings/ssl.js View 1 1 chunk +11 lines, -0 lines 0 comments Download
D chrome/browser/resources/ssl/images/1x/brokenssl_red.png View Binary file 0 comments Download
D chrome/browser/resources/ssl/images/2x/brokenssl_red.png View Binary file 0 comments Download
D chrome/browser/resources/ssl/interstitial_v2.css View 1 chunk +0 lines, -261 lines 0 comments Download
D chrome/browser/resources/ssl/interstitial_v2.html View 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/browser/resources/ssl/interstitial_v2.js View 1 chunk +0 lines, -75 lines 0 comments Download
D chrome/browser/resources/ssl/ssl_errors_common.js View 1 chunk +0 lines, -46 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
felt
Dan, please take a look at the latest installment of the security cleanup series
6 years, 4 months ago (2014-08-19 02:55:06 UTC) #1
Dan Beam
https://codereview.chromium.org/480393002/diff/20001/chrome/browser/resources/security_warnings/interstitial_v2.js File chrome/browser/resources/security_warnings/interstitial_v2.js (right): https://codereview.chromium.org/480393002/diff/20001/chrome/browser/resources/security_warnings/interstitial_v2.js#newcode13 chrome/browser/resources/security_warnings/interstitial_v2.js:13: } ^ why is this needed? wasn't this already ...
6 years, 4 months ago (2014-08-19 03:06:11 UTC) #2
felt
https://codereview.chromium.org/480393002/diff/20001/chrome/browser/resources/security_warnings/interstitial_v2.js File chrome/browser/resources/security_warnings/interstitial_v2.js (right): https://codereview.chromium.org/480393002/diff/20001/chrome/browser/resources/security_warnings/interstitial_v2.js#newcode13 chrome/browser/resources/security_warnings/interstitial_v2.js:13: } On 2014/08/19 03:06:11, Dan Beam wrote: > ^ ...
6 years, 4 months ago (2014-08-19 03:24:07 UTC) #3
Dan Beam
lgtm https://codereview.chromium.org/480393002/diff/40001/chrome/browser/resources/security_warnings/interstitial_v2.js File chrome/browser/resources/security_warnings/interstitial_v2.js (right): https://codereview.chromium.org/480393002/diff/40001/chrome/browser/resources/security_warnings/interstitial_v2.js#newcode11 chrome/browser/resources/security_warnings/interstitial_v2.js:11: // A convenience method for sending commands to ...
6 years, 4 months ago (2014-08-19 16:55:10 UTC) #4
felt
https://codereview.chromium.org/480393002/diff/40001/chrome/browser/resources/security_warnings/interstitial_v2.js File chrome/browser/resources/security_warnings/interstitial_v2.js (right): https://codereview.chromium.org/480393002/diff/40001/chrome/browser/resources/security_warnings/interstitial_v2.js#newcode11 chrome/browser/resources/security_warnings/interstitial_v2.js:11: // A convenience method for sending commands to the ...
6 years, 4 months ago (2014-08-19 21:04:51 UTC) #5
felt
Can I get OWNERS reviews please? jhawkins - c/b/browser_resources.grd palmer - c/b/ssl/ssl_blocking_page.cc mattm - c/b/safe_browsing/safe_browsing_blocking_page.cc ...
6 years, 4 months ago (2014-08-19 21:06:36 UTC) #6
palmer
LGTM
6 years, 4 months ago (2014-08-19 21:08:14 UTC) #7
mattm
lgtm
6 years, 4 months ago (2014-08-19 21:12:57 UTC) #8
felt
jhawkins - ping
6 years, 4 months ago (2014-08-21 13:18:35 UTC) #9
felt
sky - can i have an owners review for browser_resources.grd please?
6 years, 4 months ago (2014-08-21 17:48:25 UTC) #10
sky
.grd LGTM
6 years, 4 months ago (2014-08-21 19:52:16 UTC) #11
felt
The CQ bit was checked by felt@chromium.org
6 years, 4 months ago (2014-08-21 20:57:43 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/480393002/60001
6 years, 4 months ago (2014-08-21 21:06:36 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-21 22:14:47 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 22:24:34 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/8199)
6 years, 4 months ago (2014-08-21 22:24:35 UTC) #16
felt
The CQ bit was checked by felt@chromium.org
6 years, 4 months ago (2014-08-21 23:42:45 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/480393002/60001
6 years, 4 months ago (2014-08-21 23:43:59 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-21 23:50:47 UTC) #19
commit-bot: I haz the power
6 years, 4 months ago (2014-08-22 00:31:26 UTC) #20
Message was sent while issue was closed.
Committed patchset #4 (60001) as 291270

Powered by Google App Engine
This is Rietveld 408576698