Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Issue 615383002: Credential Manager: Return the first valid item from the PasswordStore. (Closed)

Created:
6 years, 2 months ago by Mike West
Modified:
6 years, 2 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, darin-cc_chromium.org, gcasto+watchlist_chromium.org, jam, mkwst+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Credential Manager: Return the first valid item from the PasswordStore. This patch completes the initial, dead simple, pretty dumb implementation of '.request()'. We poke at the PasswordStore for the origin currently committed in the RenderViewHost's main frame, and if we get anything at all, we return it. We can't expose this implementation to the web for obvious reasons. But it's pefectly wonderful for testing. ------------------------------------------------------------------------ This is a re-land of https://codereview.chromium.org/613143003/, which was reverted due to LSAN issues caused by not properly taking ownership of PasswordForm objects returned from PasswordStore::GetLogins. ------------------------------------------------------------------------ BUG=400674 R=vabr@chromium.org Committed: https://crrev.com/124fe9402f30fd855c3673f77af176e3e97b7592 Cr-Commit-Position: refs/heads/master@{#297619}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -11 lines) Patch
M components/password_manager/content/browser/content_credential_manager_dispatcher.cc View 3 chunks +22 lines, -9 lines 0 comments Download
M components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc View 5 chunks +31 lines, -2 lines 0 comments Download
M components/password_manager/content/common/credential_manager_types.h View 2 chunks +5 lines, -0 lines 0 comments Download
M components/password_manager/content/common/credential_manager_types.cc View 2 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Mike West
vabr@ can you take a quick look at this? The only difference from the patch ...
6 years, 2 months ago (2014-10-01 07:40:09 UTC) #1
vabr (Chromium)
On 2014/10/01 07:40:09, Mike West wrote: > vabr@ can you take a quick look at ...
6 years, 2 months ago (2014-10-01 09:52:22 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/615383002/1
6 years, 2 months ago (2014-10-01 09:54:48 UTC) #4
commit-bot: I haz the power
Committed patchset #1 (id:1) as 2020c1c53cbdd58cfc87db8addc45f1ed1d6cdae
6 years, 2 months ago (2014-10-01 09:58:40 UTC) #5
commit-bot: I haz the power
6 years, 2 months ago (2014-10-01 09:59:16 UTC) #6
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/124fe9402f30fd855c3673f77af176e3e97b7592
Cr-Commit-Position: refs/heads/master@{#297619}

Powered by Google App Engine
This is Rietveld 408576698