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

Issue 664503006: Implementation of the full clock interstitial. (Closed)

Created:
6 years, 2 months ago by lgarron
Modified:
6 years, 2 months ago
Reviewers:
palmer, Bernhard Bauer, felt
CC:
chromium-reviews, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Implementation of the full clock interstitial. This also adds support for launching the Unity date and time panel (needed for Ubuntu 14.04). The "Update date and time" button doesn't do anything right now on iOS. We will refine the iOS behaviour in a separate CL. BUG=420813 Committed: https://crrev.com/9292093c4528d728d92808181dff9fb97a0036c0 Cr-Commit-Position: refs/heads/master@{#301205}

Patch Set 1 : #

Total comments: 14

Patch Set 2 : Reuse IDS_SSL_NONOVERRIDABLE_RELOAD_BUTTON for SSL clock error (+ small style changes). #

Total comments: 4

Patch Set 3 : More style changes based on comments. #

Patch Set 4 : Prevent "danger" override on clock interstitial. #

Total comments: 5

Patch Set 5 : Improve comments for danger_overridable_. #

Patch Set 6 : Changed comment wrapping for Chris. :-) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -140 lines) Patch
M chrome/app/chromium_strings.grd View 1 2 3 4 5 1 chunk +0 lines, -24 lines 0 comments Download
M chrome/app/generated_resources.grd View 2 chunks +22 lines, -1 line 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 4 5 1 chunk +0 lines, -23 lines 0 comments Download
M chrome/browser/resources/security_warnings/interstitial_v2.css View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/security_warnings/interstitial_v2.js View 1 3 chunks +16 lines, -15 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.h View 1 2 3 4 1 chunk +8 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.cc View 1 2 3 4 5 4 chunks +106 lines, -75 lines 0 comments Download

Messages

Total messages: 34 (11 generated)
lgarron
This CL finishes up palmer@'s work on the clock interstitial, and turns it into a ...
6 years, 2 months ago (2014-10-22 22:18:34 UTC) #3
palmer
Apparently, you can now launch the date and time applet in iOS 8: http://stackoverflow.com/questions/23824054/how-to-open-settings-programmatically-like-in-facebook-app
6 years, 2 months ago (2014-10-22 23:54:13 UTC) #5
lgarron
Yeah, I saw, and I was going to look into it. The post only indicates ...
6 years, 2 months ago (2014-10-22 23:59:35 UTC) #6
lgarron
bauerb: Would you please the review the files in chrome/browser/resources/security_warnings/ ?
6 years, 2 months ago (2014-10-23 01:18:49 UTC) #8
felt
https://codereview.chromium.org/664503006/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/664503006/diff/40001/chrome/app/generated_resources.grd#newcode9636 chrome/app/generated_resources.grd:9636: + Reload can you combine this with IDS_SSL_NONOVERRIDABLE_RELOAD_BUTTON? https://codereview.chromium.org/664503006/diff/40001/chrome/browser/resources/security_warnings/interstitial_v2.js ...
6 years, 2 months ago (2014-10-23 01:54:11 UTC) #10
lgarron
https://codereview.chromium.org/664503006/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/664503006/diff/40001/chrome/app/generated_resources.grd#newcode9636 chrome/app/generated_resources.grd:9636: + Reload On 2014/10/23 01:54:10, felt wrote: > can ...
6 years, 2 months ago (2014-10-23 03:02:04 UTC) #11
felt
https://codereview.chromium.org/664503006/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/664503006/diff/40001/chrome/app/generated_resources.grd#newcode9636 chrome/app/generated_resources.grd:9636: + Reload On 2014/10/23 03:02:04, lgarron wrote: > On ...
6 years, 2 months ago (2014-10-23 05:26:23 UTC) #12
felt
bauerb@ or palmer@, do you know if Lucas will be able to land the images ...
6 years, 2 months ago (2014-10-23 05:37:20 UTC) #13
Bernhard Bauer
LGTM I'm not sure if the CQ can deal with binary files at all, as ...
6 years, 2 months ago (2014-10-23 08:42:14 UTC) #14
lgarron
https://codereview.chromium.org/664503006/diff/40001/chrome/browser/resources/security_warnings/interstitial_v2.js File chrome/browser/resources/security_warnings/interstitial_v2.js (right): https://codereview.chromium.org/664503006/diff/40001/chrome/browser/resources/security_warnings/interstitial_v2.js#newcode72 chrome/browser/resources/security_warnings/interstitial_v2.js:72: var bodyClass = badClock ? 'bad-clock' : 'ssl'; On ...
6 years, 2 months ago (2014-10-23 19:37:45 UTC) #15
felt
https://codereview.chromium.org/664503006/diff/40001/chrome/browser/ssl/ssl_blocking_page.cc File chrome/browser/ssl/ssl_blocking_page.cc (right): https://codereview.chromium.org/664503006/diff/40001/chrome/browser/ssl/ssl_blocking_page.cc#newcode583 chrome/browser/ssl/ssl_blocking_page.cc:583: case CMD_PROCEED: { On 2014/10/23 19:37:44, lgarron wrote: > ...
6 years, 2 months ago (2014-10-23 20:48:57 UTC) #17
felt
6 years, 2 months ago (2014-10-23 20:48:59 UTC) #18
lgarron
Added a bool to prevent overriding the SSL clock interstitial by typing "danger".
6 years, 2 months ago (2014-10-23 21:46:07 UTC) #21
felt
nits https://codereview.chromium.org/664503006/diff/160001/chrome/browser/ssl/ssl_blocking_page.cc File chrome/browser/ssl/ssl_blocking_page.cc (right): https://codereview.chromium.org/664503006/diff/160001/chrome/browser/ssl/ssl_blocking_page.cc#newcode377 chrome/browser/ssl/ssl_blocking_page.cc:377: danger_overridable_ = true; you should do this in ...
6 years, 2 months ago (2014-10-23 23:19:03 UTC) #22
palmer
LGTM mod nits https://codereview.chromium.org/664503006/diff/160001/chrome/browser/ssl/ssl_blocking_page.cc File chrome/browser/ssl/ssl_blocking_page.cc (right): https://codereview.chromium.org/664503006/diff/160001/chrome/browser/ssl/ssl_blocking_page.cc#newcode467 chrome/browser/ssl/ssl_blocking_page.cc:467: // but we're not using them. ...
6 years, 2 months ago (2014-10-24 00:40:48 UTC) #23
felt
lgtm
6 years, 2 months ago (2014-10-24 01:47:28 UTC) #24
felt
On 2014/10/24 01:47:28, felt wrote: > lgtm P.S. I'll land the images for you either ...
6 years, 2 months ago (2014-10-24 01:47:45 UTC) #25
felt
On 2014/10/24 01:47:45, felt wrote: > On 2014/10/24 01:47:28, felt wrote: > > lgtm > ...
6 years, 2 months ago (2014-10-24 05:16:37 UTC) #26
lgarron
https://codereview.chromium.org/664503006/diff/160001/chrome/browser/ssl/ssl_blocking_page.cc File chrome/browser/ssl/ssl_blocking_page.cc (right): https://codereview.chromium.org/664503006/diff/160001/chrome/browser/ssl/ssl_blocking_page.cc#newcode467 chrome/browser/ssl/ssl_blocking_page.cc:467: // but we're not using them. So we send ...
6 years, 2 months ago (2014-10-24 08:00:27 UTC) #27
palmer
> I'd be happy to format my comments properly, but I don't really understand what ...
6 years, 2 months ago (2014-10-24 18:56:32 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/664503006/200001
6 years, 2 months ago (2014-10-24 20:14:08 UTC) #32
commit-bot: I haz the power
Committed patchset #6 (id:200001)
6 years, 2 months ago (2014-10-24 22:09:52 UTC) #33
commit-bot: I haz the power
6 years, 2 months ago (2014-10-24 22:10:21 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/9292093c4528d728d92808181dff9fb97a0036c0
Cr-Commit-Position: refs/heads/master@{#301205}

Powered by Google App Engine
This is Rietveld 408576698