diff options
author | estark <estark@chromium.org> | 2015-08-05 14:41:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-05 21:42:09 +0000 |
commit | 36948bedd1ef1a0bae9def25052fb715398b0cc9 (patch) | |
tree | eecd3a1a3e8975a27b486fe915dcf96315a46a88 /chrome/app | |
parent | 0805a91004c4fc262233e4a0eb61ad575a96c06d (diff) | |
download | chromium_src-36948bedd1ef1a0bae9def25052fb715398b0cc9.zip chromium_src-36948bedd1ef1a0bae9def25052fb715398b0cc9.tar.gz chromium_src-36948bedd1ef1a0bae9def25052fb715398b0cc9.tar.bz2 |
Add "secure explanations" to SecurityStyleExplanations
This CL adds a field to SecurityStyleExplanations to explain the page's
secure properties: namely, if it has a valid certificate and has all
secure subresources (no mixed content), then these properties are
explained in |secure_explanations|.
BUG=484387
Review URL: https://codereview.chromium.org/1270273002
Cr-Commit-Position: refs/heads/master@{#341981}
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index eda434f..d47b7d3 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -15850,12 +15850,24 @@ After you create a new supervised user, you can manage their settings at any tim <message name="IDS_ACTIVE_MIXED_CONTENT_DESCRIPTION" desc="Description of a security problem where site ran active mixed content."> You have recently allowed insecure content (such as scripts or iframes) to run on this site. </message> + <message name="IDS_NO_MIXED_CONTENT" desc="Summary phrase for a site that does not have any mixed content."> + Secure Resources + </message> + <message name="IDS_NO_MIXED_CONTENT_DESCRIPTION" desc="Description of a site that does not have any mixed content."> + All resources on this page are served securely. + </message> <message name="IDS_CERTIFICATE_CHAIN_ERROR" desc="Summary phrase for a security problem with the site's certificate."> Certificate Error </message> <message name="IDS_CERTIFICATE_CHAIN_ERROR_DESCRIPTION_FORMAT" desc="Description of a security problem with the site's certificate."> There are issues with the site's certificate chain (<ph name="CERT_ERROR_DESCRIPTION">$1<ex>net::ERR_CERT_AUTHORITY_INVALID</ex></ph>). </message> + <message name="IDS_VALID_SERVER_CERTIFICATE" desc="Summary phrase for a site that has a valid server certificate."> + Valid Certificate + </message> + <message name="IDS_VALID_SERVER_CERTIFICATE_DESCRIPTION" desc="Description of a site that has a valid server certificate."> + The connection to this site is using a valid, trusted server certificate. + </message> <message name="IDS_SAVE_PASSWORD_TITLE" desc="The title of the save password bubble when a password can be saved."> Do you want <ph name="PASSWORD_MANAGER_BRAND">$1<ex>Google Chrome</ex></ph> to save your password for <ph name="ORIGIN">$2<ex>example.com</ex></ph>? </message> |