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

Issue 1072913003: Fix "security certificate expired 0 day(s) ago" bug (Closed)

Created:
5 years, 8 months ago by fahl
Modified:
5 years, 8 months ago
Reviewers:
lgarron, felt
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix "security certificate expired 0 day(s) ago" bug Make sure the expiration value of an SSL certificate is correctly displayed in an interstitial. BUG=476758 Committed: https://crrev.com/0757a44c1e8bd955c145941aef8ba30ee43bc781 Cr-Commit-Position: refs/heads/master@{#326718}

Patch Set 1 : Correctly display the expiration value of a certificate with an invalid date. #

Total comments: 1

Patch Set 2 : Fix include order. #

Patch Set 3 : Fix merge conflict #

Patch Set 4 : Remove std::ceil #

Total comments: 6

Patch Set 5 : Felt comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M chrome/browser/ssl/ssl_error_info.cc View 1 2 3 4 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 35 (14 generated)
fahl
5 years, 8 months ago (2015-04-21 00:14:58 UTC) #3
felt
On 2015/04/21 00:14:58, fahl wrote: You should give this CL a real subject line :)
5 years, 8 months ago (2015-04-21 02:21:18 UTC) #4
fahl
On 2015/04/21 02:21:18, felt wrote: > On 2015/04/21 00:14:58, fahl wrote: > > You should ...
5 years, 8 months ago (2015-04-21 02:22:55 UTC) #5
lgarron
On 2015/04/21 at 00:14:58, fahl wrote: > LGTM. (I was conflicted about whether something expiring ...
5 years, 8 months ago (2015-04-21 02:23:45 UTC) #6
felt
On 2015/04/21 02:22:55, fahl wrote: > On 2015/04/21 02:21:18, felt wrote: > > On 2015/04/21 ...
5 years, 8 months ago (2015-04-21 02:31:42 UTC) #7
lgarron
On 2015/04/21 at 02:31:42, felt wrote: > On 2015/04/21 02:22:55, fahl wrote: > > On ...
5 years, 8 months ago (2015-04-21 02:38:07 UTC) #8
felt
On 2015/04/21 02:38:07, lgarron wrote: > On 2015/04/21 at 02:31:42, felt wrote: > > On ...
5 years, 8 months ago (2015-04-21 02:43:45 UTC) #9
fahl
On 2015/04/21 02:43:45, felt wrote: > On 2015/04/21 02:38:07, lgarron wrote: > > On 2015/04/21 ...
5 years, 8 months ago (2015-04-21 02:45:34 UTC) #10
felt
lgtm % nit https://codereview.chromium.org/1072913003/diff/20001/chrome/browser/ssl/ssl_error_info.cc File chrome/browser/ssl/ssl_error_info.cc (right): https://codereview.chromium.org/1072913003/diff/20001/chrome/browser/ssl/ssl_error_info.cc#newcode4 chrome/browser/ssl/ssl_error_info.cc:4: #include <cmath> please fix include order: ...
5 years, 8 months ago (2015-04-21 02:47:08 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1072913003/40001
5 years, 8 months ago (2015-04-21 03:48:43 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/44594) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 8 months ago (2015-04-21 03:53:31 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1072913003/60001
5 years, 8 months ago (2015-04-23 00:47:50 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/9073)
5 years, 8 months ago (2015-04-23 01:52:35 UTC) #21
fahl
On 2015/04/23 01:52:35, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 8 months ago (2015-04-23 18:30:20 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1072913003/100001
5 years, 8 months ago (2015-04-23 23:26:45 UTC) #26
felt
https://codereview.chromium.org/1072913003/diff/100001/chrome/browser/ssl/ssl_error_info.cc File chrome/browser/ssl/ssl_error_info.cc (right): https://codereview.chromium.org/1072913003/diff/100001/chrome/browser/ssl/ssl_error_info.cc#newcode8 chrome/browser/ssl/ssl_error_info.cc:8: #include "chrome/browser/ssl/ssl_error_info.h" please undo this header reordering -- if ...
5 years, 8 months ago (2015-04-24 00:19:24 UTC) #27
fahl
https://codereview.chromium.org/1072913003/diff/100001/chrome/browser/ssl/ssl_error_info.cc File chrome/browser/ssl/ssl_error_info.cc (right): https://codereview.chromium.org/1072913003/diff/100001/chrome/browser/ssl/ssl_error_info.cc#newcode8 chrome/browser/ssl/ssl_error_info.cc:8: #include "chrome/browser/ssl/ssl_error_info.h" On 2015/04/24 00:19:24, felt wrote: > please ...
5 years, 8 months ago (2015-04-24 00:30:10 UTC) #29
felt
lgtm f'real now
5 years, 8 months ago (2015-04-24 00:34:27 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1072913003/120001
5 years, 8 months ago (2015-04-24 00:34:58 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:120001)
5 years, 8 months ago (2015-04-24 01:43:18 UTC) #34
commit-bot: I haz the power
5 years, 8 months ago (2015-04-24 01:44:12 UTC) #35
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0757a44c1e8bd955c145941aef8ba30ee43bc781
Cr-Commit-Position: refs/heads/master@{#326718}

Powered by Google App Engine
This is Rietveld 408576698