Chromium Code Reviews
DescriptionPrefer the exact match over prefix match for the password manager filling.
This CL addresses the following issue in username prefix matching:
In the rare case the user saved two credentials:
username / password1
username@example.com / password2
it may now happen that Chrome autofills password2 for username, creating
an incompatible mix.
We need to ensure that the exact match is always preferred.
BUG=543435
Patch Set 1 #
Total comments: 1
Patch Set 2 : Prefer the exact match over prefix match. #
Total comments: 1
Depends on Patchset: Messages
Total messages: 10 (5 generated)
|
||||||||||||||||||||||||||||