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

Issue 902843002: Credential Manager: Wire `notifySignedOut` to the PasswordStore. (Closed)

Created:
5 years, 10 months ago by Mike West
Modified:
5 years, 10 months ago
CC:
chromium-reviews, darin-cc_chromium.org, gcasto+watchlist_chromium.org, jam, markusheintz_, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Credential Manager: Wire `notifySignedOut` to the PasswordStore. When `notifySignedOut` is called, we need to ensure that we stop automagically providing a user's credentials to the website that triggered the notification. This CL does that in the brute-force way that we all know and love: grab all forms, walk through each and set a flag for matching origins. BUG=450581 Committed: https://crrev.com/05f2ff8ae2b920a989372b5c4ae0e5a908a2c880 Cr-Commit-Position: refs/heads/master@{#315016}

Patch Set 1 #

Total comments: 2

Patch Set 2 : vabr@ feedback. #

Total comments: 2

Patch Set 3 : ASAN. #

Total comments: 4

Patch Set 4 : feedback. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -1 line) Patch
M chrome/browser/browsing_data/browsing_data_remover.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M components/password_manager/content/browser/credential_manager_dispatcher.h View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download
M components/password_manager/content/browser/credential_manager_dispatcher.cc View 1 2 3 6 chunks +81 lines, -1 line 2 comments Download

Messages

Total messages: 18 (7 generated)
Mike West
vabr@, vasilii@, mind taking a look?
5 years, 10 months ago (2015-02-05 09:55:01 UTC) #2
vabr (Chromium)
LGTM with comments. I also did not fully understand your two TODOs. Which might be ...
5 years, 10 months ago (2015-02-05 10:27:10 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/902843002/20001
5 years, 10 months ago (2015-02-05 13:51:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/902843002/40001
5 years, 10 months ago (2015-02-05 14:05:46 UTC) #9
vabr (Chromium)
https://codereview.chromium.org/902843002/diff/20001/components/password_manager/content/browser/credential_manager_dispatcher.cc File components/password_manager/content/browser/credential_manager_dispatcher.cc (right): https://codereview.chromium.org/902843002/diff/20001/components/password_manager/content/browser/credential_manager_dispatcher.cc#newcode130 components/password_manager/content/browser/credential_manager_dispatcher.cc:130: CredentialManagerDispatcher::PendingSignedOutTask( CredentialManagerDispatcher::PendingSignedOutTask::PendingSignedOutTask https://codereview.chromium.org/902843002/diff/20001/components/password_manager/content/browser/credential_manager_dispatcher.cc#newcode139 components/password_manager/content/browser/credential_manager_dispatcher.cc:139: const std::vector<autofill::PasswordForm*>& results) { Also, ...
5 years, 10 months ago (2015-02-05 14:06:48 UTC) #10
vabr (Chromium)
I see I came too late. :) One more nit, though. https://codereview.chromium.org/902843002/diff/40001/components/password_manager/content/browser/credential_manager_dispatcher.cc File components/password_manager/content/browser/credential_manager_dispatcher.cc (right): ...
5 years, 10 months ago (2015-02-05 14:08:41 UTC) #11
vasilii
https://codereview.chromium.org/902843002/diff/40001/components/password_manager/content/browser/credential_manager_dispatcher.cc File components/password_manager/content/browser/credential_manager_dispatcher.cc (right): https://codereview.chromium.org/902843002/diff/40001/components/password_manager/content/browser/credential_manager_dispatcher.cc#newcode112 components/password_manager/content/browser/credential_manager_dispatcher.cc:112: PendingSignedOutTask(CredentialManagerDispatcher* const dispatcher, 'const' doesn't make a lot of ...
5 years, 10 months ago (2015-02-05 14:49:31 UTC) #12
vabr (Chromium)
This LGTM. I was trying to think of any further potential collisions (in addition to ...
5 years, 10 months ago (2015-02-06 08:32:32 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/902843002/60001
5 years, 10 months ago (2015-02-06 12:47:25 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-06 12:51:34 UTC) #17
commit-bot: I haz the power
5 years, 10 months ago (2015-02-06 12:52:35 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/05f2ff8ae2b920a989372b5c4ae0e5a908a2c880
Cr-Commit-Position: refs/heads/master@{#315016}

Powered by Google App Engine
This is Rietveld 408576698