diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 13:05:04 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 13:05:04 +0000 |
commit | 73cb4b07021be752288588d06978a2be0bb818f9 (patch) | |
tree | de55c293ffdfd9830025731ce3337061adbf0648 /chrome/app | |
parent | 314fb1444967b7071ac048350fe5d87f11fdc265 (diff) | |
download | chromium_src-73cb4b07021be752288588d06978a2be0bb818f9.zip chromium_src-73cb4b07021be752288588d06978a2be0bb818f9.tar.gz chromium_src-73cb4b07021be752288588d06978a2be0bb818f9.tar.bz2 |
Show these two cert errors as warnings, not errors (as requested by Ian):
CERT_STATUS_UNABLE_TO_CHECK_REVOCATION
CERT_STATUS_NO_REVOCATION_MECHANISM
Note: The Omnibox shows no_revocation_mechanism as skull and bones, but that's a separate issue.
BUG=http://crbug.com/52916
TEST=Requires server with cert errors.
Review URL: http://codereview.chromium.org/3293019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 65c061a..09b5acdb 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5481,13 +5481,20 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_EV" desc="The text of the identity section when the page is secured with an EV cert."> The identity of <ph name="ORGANIZATION">$1<ex>Google</ex></ph> at <ph name="LOCALITY">$2<ex>Mountain View, CA US</ex></ph> has been verified by <ph name="ISSUER">$3<ex>VeriSign</ex></ph>. </message> - <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default name used when we did not find a principal name."> unknown name </message> <message name="IDS_PAGE_INFO_SECURITY_TAB_INSECURE_IDENTITY" desc="The text of the identity section when the page is not secure."> The identity of this website has not been verified. </message> + + <message name="IDS_PAGE_INFO_SECURITY_TAB_UNABLE_TO_CHECK_REVOCATION" desc="The text of the identity section when we were unable to check if the certificate has been revoked."> + Unable to check whether the certificate has been revoked. + </message> + <message name="IDS_PAGE_INFO_SECURITY_TAB_NO_REVOCATION_MECHANISM" desc="The text of the identity section when there is no certificate revocation mechanism."> + The certificate does not specify a mechanism to check whether it has been revoked. + </message> + <message name="IDS_PAGE_INFO_SECURITY_TAB_CONNECTION_TITLE" desc="The name of the connection section."> Connection </message> |