EV Study: Add console message about UI downgrade |
|||||
Issue descriptionTo reduce unnecessary surprise/developer frustration with our experiment (issue 803138), we should add a message to the developer console whenever the downgrade occurs. Something along the lines of: "The SSL certificate used to load resources from <URL> meets Extended Validation criteria. For experimental reasons, this Chrome instance will display only the regular Secure indicator in the location bar." Other things to keep in mind: - There are other times when EV_SECURE gets downgraded. For example: when the certificate transparency requirement is not met. We should only show the message when the downgrade is caused by the Finch trial (this may make this blocked on landing issue 803508 ). - We should get the final string reviewed and approved by product/UX folks.
,
Jan 22 2018
,
Jan 26 2018
,
Feb 1 2018
,
Feb 12 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/3bafd2d7542c4d85c8e3f1e2047c4145c78307ea commit 3bafd2d7542c4d85c8e3f1e2047c4145c78307ea Author: Christopher Thompson <cthomp@chromium.org> Date: Mon Feb 12 18:29:48 2018 Add console messages for HTTPS UI experiment This adds console messages for each variation of the security indicator UI study ( https://crbug.com/803501 ) to reduce potential developer confusion. Bug: 803522 Change-Id: I614d7ee7fe53c1849b03dbf32f69a5ad8145c986 Reviewed-on: https://chromium-review.googlesource.com/898076 Commit-Queue: Christopher Thompson <cthomp@chromium.org> Reviewed-by: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#536137} [modify] https://crrev.com/3bafd2d7542c4d85c8e3f1e2047c4145c78307ea/chrome/browser/ssl/security_state_tab_helper.cc
,
Feb 13 2018
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by cthomp@chromium.org
, Jan 18 2018