DescriptionCredential Manager: Switch 'request()' to GetAutofillableLogins().
This patch changes the CredentialManagerDispatcher implementation of
'request()' to grab all the credentials from the PasswordStore, rather
than just those that match the origin of the currently committed
WebContents. This change is the first step towards supporting federations.
Rather than doing multiple requests to the PasswordStore for the current
origin, and each of the federation origins, we'll grab everything, and
filter the result list before handing it back to the UI for display.
BUG=400674
Committed: https://crrev.com/7d06c95de96bac42e426e11cb7119ee3341e3df0
Cr-Commit-Position: refs/heads/master@{#308362}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Feedback. #
Total comments: 3
Patch Set 3 : ScopedVector #
Messages
Total messages: 10 (3 generated)
|