Chromium Code Reviews
DescriptionDo not hide the "Login Not Secure" warning on keystrokes
The AutofillAgent::ShowNotSecureWarning function called HidePopup()
unnecessarily each time it was called. This caused the "Login Not
Secure" popup message to hide and reshow each time the user typed
a key.
Removing this call fixes the problem, and the code still behaves
correctly in the event that autofill suggestions are available or
the password generation popup is showing.
BUG=685769
TEST=From an empty profile, visit a HTTP page that collects passwords
(e.g. http://webdbg.com/test/forms/password.htm) and type in the name
or password fields. Observe the "Login Not Secure" warning message; it
should not flicker as characters are typed.
Review-Url: https://codereview.chromium.org/2666873004
Cr-Commit-Position: refs/heads/master@{#447575}
Committed: https://chromium.googlesource.com/chromium/src/+/3249c30a2d284c39241d2e7371656fe79c825669
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|
|||||||||||||||||||