DescriptionFix for scoring password autofill candidates:
components/password_manager/core/browser/password_form_manager.cc:
PasswordFormManager::ScoreResult() - added signon realm matching. This fixes
a following situation: we have passwords saved in login db for 2 websites:
"https://service1.somedomain.com/path1" and "https://service2.somedomain.com/path2",
using the same username "someusername". We display login form on
"https://service1.somedomain.com/path3" and we receive password autofill
suggestion for "https://service2.somedomain.com/path2".
BUG=363090
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267659
Patch Set 1 #
Total comments: 3
Patch Set 2 : Fixups #
Total comments: 1
Patch Set 3 : Added test #
Total comments: 2
Patch Set 4 : Fixup #
Total comments: 1
Patch Set 5 : Indexing fix #
Messages
Total messages: 21 (0 generated)
|