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

Issue 294343004: New SSL interstitial (behind Finch flag) (Closed)

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

Description

This adds the new SSL interstitial (text & layout) behind a Finch flag. Once complete, this layout will have common parts factored out so that it can be shared across other similar interstitials. (E.g., malware.) But that day is not today. For now, this is behind a Finch flag with the old interstitial running as default. The two will trade places when this version (v2) is launched. BUG=331453 TBR=thestig@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274440

Patch Set 1 #

Patch Set 2 : Working version 1.0 #

Patch Set 3 : Style fix #

Total comments: 16

Patch Set 4 : html/js fixes #

Total comments: 1

Patch Set 5 : Followed edward's suggestions #

Total comments: 6

Patch Set 6 : Hopefully fixed git, made small changes #

Patch Set 7 : Missing copyright #

Patch Set 8 : Removed spurious OVERRIDE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -4 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +7 lines, -4 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/browser/resources/ssl/overridable_v2.css View 1 2 3 4 5 6 1 chunk +75 lines, -0 lines 0 comments Download
A + chrome/browser/resources/ssl/overridable_v2.html View 1 2 3 4 5 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/resources/ssl/overridable_v2.js View 1 2 3 4 5 1 chunk +31 lines, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.cc View 1 2 3 4 5 3 chunks +51 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
felt
hi bernhard, can you please review this? thanks, felt
6 years, 7 months ago (2014-05-24 08:56:13 UTC) #1
Bernhard Bauer
https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html File chrome/browser/resources/ssl/overridable_v2.html (right): https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html#newcode2 chrome/browser/resources/ssl/overridable_v2.html:2: <html class="google" lang="en" i18n-values="dir:textDirection"> We always set lang="en"? https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html#newcode6 ...
6 years, 7 months ago (2014-05-26 10:13:20 UTC) #2
felt
https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html File chrome/browser/resources/ssl/overridable_v2.html (right): https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html#newcode2 chrome/browser/resources/ssl/overridable_v2.html:2: <html class="google" lang="en" i18n-values="dir:textDirection"> On 2014/05/26 10:13:20, Bernhard Bauer ...
6 years, 7 months ago (2014-05-27 12:25:05 UTC) #3
Bernhard Bauer
LGTM, with a suggestion below. https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html File chrome/browser/resources/ssl/overridable_v2.html (right): https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html#newcode22 chrome/browser/resources/ssl/overridable_v2.html:22: <a href="javascript:void(0)" id="details-button" On ...
6 years, 7 months ago (2014-05-27 14:13:33 UTC) #4
felt
https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html File chrome/browser/resources/ssl/overridable_v2.html (right): https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html#newcode22 chrome/browser/resources/ssl/overridable_v2.html:22: <a href="javascript:void(0)" id="details-button" On 2014/05/27 14:13:34, Bernhard Bauer wrote: ...
6 years, 6 months ago (2014-05-28 12:56:28 UTC) #5
Bernhard Bauer
https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html File chrome/browser/resources/ssl/overridable_v2.html (right): https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html#newcode22 chrome/browser/resources/ssl/overridable_v2.html:22: <a href="javascript:void(0)" id="details-button" On 2014/05/28 12:56:29, felt wrote: > ...
6 years, 6 months ago (2014-05-28 13:17:47 UTC) #6
edwardjung
I had a couple of comments on the CSS. https://codereview.chromium.org/294343004/diff/80001/chrome/browser/resources/ssl/overridable_v2.css File chrome/browser/resources/ssl/overridable_v2.css (right): https://codereview.chromium.org/294343004/diff/80001/chrome/browser/resources/ssl/overridable_v2.css#newcode14 chrome/browser/resources/ssl/overridable_v2.css:14: ...
6 years, 6 months ago (2014-05-28 13:41:27 UTC) #7
felt
https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html File chrome/browser/resources/ssl/overridable_v2.html (right): https://codereview.chromium.org/294343004/diff/40001/chrome/browser/resources/ssl/overridable_v2.html#newcode22 chrome/browser/resources/ssl/overridable_v2.html:22: <a href="javascript:void(0)" id="details-button" On 2014/05/28 13:17:47, Bernhard Bauer wrote: ...
6 years, 6 months ago (2014-06-02 17:58:46 UTC) #8
felt
palmer, can you please review the c++ portion of this? thx.
6 years, 6 months ago (2014-06-02 18:01:17 UTC) #9
felt
Something exploded in my git checkout, uploading failed. Hold on
6 years, 6 months ago (2014-06-02 18:06:37 UTC) #10
felt
On 2014/06/02 18:06:37, felt wrote: > Something exploded in my git checkout, uploading failed. Hold ...
6 years, 6 months ago (2014-06-02 18:46:28 UTC) #11
palmer
LGTM
6 years, 6 months ago (2014-06-02 19:13:45 UTC) #12
felt
The CQ bit was checked by felt@chromium.org
6 years, 6 months ago (2014-06-02 19:36:45 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/294343004/100001
6 years, 6 months ago (2014-06-02 19:38:29 UTC) #14
felt
The CQ bit was checked by felt@chromium.org
6 years, 6 months ago (2014-06-02 20:17:52 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/294343004/120001
6 years, 6 months ago (2014-06-02 20:18:28 UTC) #16
Lei Zhang
Is there any particular part you want me to review?
6 years, 6 months ago (2014-06-02 20:20:29 UTC) #17
felt
On 2014/06/02 20:20:29, Lei Zhang wrote: > Is there any particular part you want me ...
6 years, 6 months ago (2014-06-02 20:24:08 UTC) #18
Lei Zhang
lgtm
6 years, 6 months ago (2014-06-02 20:25:16 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-02 23:50:46 UTC) #20
felt
The CQ bit was checked by felt@chromium.org
6 years, 6 months ago (2014-06-02 23:58:42 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/felt@chromium.org/294343004/140001
6 years, 6 months ago (2014-06-03 00:01:29 UTC) #22
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 03:52:51 UTC) #23
commit-bot: I haz the power
6 years, 6 months ago (2014-06-03 08:57:03 UTC) #24
Message was sent while issue was closed.
Change committed as 274440

Powered by Google App Engine
This is Rietveld 408576698