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

Issue 8856010: Remove the wording that suggests it is possible to proceed after fatal SSL error. (Closed)

Created:
9 years ago by palmer
Modified:
9 years ago
CC:
chromium-reviews, tmccoy, jeffreyc, Peter Kasting
Visibility:
Public.

Description

Remove the wording that suggests it is possible to proceed after fatal SSL error. But in cases where the error is not fatal and is overridable, add a string saying you should not proceed. Now, all the messages that say "You should not proceed..." use the same wording. This makes our message more clear. Fix a "gcl lint" problem (DCHECK --> DCHECK_LT) while I'm here. BUG=106254 TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114744

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 1

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 12

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -17 lines) Patch
M chrome/app/chromium_strings.grd View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 5 chunks +9 lines, -6 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/resources/ssl_roadblock.html View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
palmer
Travis and Jeffrey: Any idea who is a good reviewer? There is no chrome/app/OWNERS or ...
9 years ago (2011-12-07 20:38:55 UTC) #1
palmer
Adding some SSL-related people in case they can review or know anyone who can.
9 years ago (2011-12-07 20:50:23 UTC) #2
jeffreyc
Should we consider adding a sentence that simply says something like, "Unfortunately, you cannot proceed" ...
9 years ago (2011-12-07 21:41:32 UTC) #3
palmer
rsleevi pointed out that the error is not always fatal. It is only fatal for ...
9 years ago (2011-12-07 23:16:16 UTC) #4
wtc
Review comments on Patch Set 3: http://codereview.chromium.org/8856010/diff/9001/chrome/browser/ssl/ssl_blocking_page.cc File chrome/browser/ssl/ssl_blocking_page.cc (right): http://codereview.chromium.org/8856010/diff/9001/chrome/browser/ssl/ssl_blocking_page.cc#newcode97 chrome/browser/ssl/ssl_blocking_page.cc:97: l10n_util::GetStringUTF16(IDS_SSL_BLOCKING_PAGE_SHOULD_NOT_PROCEED)); Many of ...
9 years ago (2011-12-08 00:35:36 UTC) #5
Ryan Sleevi
http://codereview.chromium.org/8856010/diff/9001/chrome/browser/ssl/ssl_blocking_page.cc File chrome/browser/ssl/ssl_blocking_page.cc (right): http://codereview.chromium.org/8856010/diff/9001/chrome/browser/ssl/ssl_blocking_page.cc#newcode97 chrome/browser/ssl/ssl_blocking_page.cc:97: l10n_util::GetStringUTF16(IDS_SSL_BLOCKING_PAGE_SHOULD_NOT_PROCEED)); On 2011/12/08 00:35:37, wtc wrote: > > Many ...
9 years ago (2011-12-08 00:45:11 UTC) #6
palmer
> Many of the certificate error messages have some sort of > "you should not ...
9 years ago (2011-12-08 19:37:15 UTC) #7
palmer
> Should this logic be pushed into SSLErrorInfo::CreateError? You could add a boolean to SLErrorInfo::CreateError's ...
9 years ago (2011-12-08 19:56:28 UTC) #8
wtc
On 2011/12/08 19:37:15, Chris P. wrote: > > Many of the certificate error messages have ...
9 years ago (2011-12-08 21:45:48 UTC) #9
palmer
Took rsleevi's suggestion and put the IDS_SSL_BLOCKING_PAGE_SHOULD_NOT_PROCEED text back in the main description. Spoke with ...
9 years ago (2011-12-08 23:38:58 UTC) #10
Ryan Sleevi
I do think it's valuable to fix the issues you brought up, but have no ...
9 years ago (2011-12-11 21:18:34 UTC) #11
palmer
> http://codereview.chromium.org/8856010/diff/10004/chrome/browser/ssl/ssl_blocking_page.cc#newcode94 > chrome/browser/ssl/ssl_blocking_page.cc:94: error_info.details() + > ASCIIToUTF16(" ") + > I didn't think it ...
9 years ago (2011-12-14 01:52:27 UTC) #12
palmer
Adding pkasting FYI and in case you want to review.
9 years ago (2011-12-14 01:53:32 UTC) #13
commit-bot: I haz the power
No LGTM from valid reviewers yet.
9 years ago (2011-12-15 00:57:18 UTC) #14
Ryan Sleevi
Thanks - I think this is a much cleaner approach, and it unifies all of ...
9 years ago (2011-12-15 01:50:03 UTC) #15
palmer
http://codereview.chromium.org/8856010/diff/26001/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): http://codereview.chromium.org/8856010/diff/26001/chrome/app/chromium_strings.grd#newcode193 chrome/app/chromium_strings.grd:193: In this case, the address listed in the certificate ...
9 years ago (2011-12-15 02:17:41 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/palmer@chromium.org/8856010/28004
9 years ago (2011-12-15 18:30:31 UTC) #17
commit-bot: I haz the power
Presubmit check for 8856010-28004 failed and returned exit status 1. Running presubmit commit checks ...
9 years ago (2011-12-15 18:30:36 UTC) #18
palmer
9 years ago (2011-12-15 23:55:36 UTC) #19
Evan Stade
lgtm
9 years ago (2011-12-16 00:15:51 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/palmer@chromium.org/8856010/28004
9 years ago (2011-12-16 00:19:34 UTC) #21
commit-bot: I haz the power
9 years ago (2011-12-16 01:28:05 UTC) #22
Change committed as 114744

Powered by Google App Engine
This is Rietveld 408576698