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

Issue 2132063002: Implement origin-based deletion for password manager's auto-signin bit. (Closed)

Created:
4 years, 5 months ago by msramek
Modified:
4 years, 5 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, gcasto+watchlist_chromium.org, markusheintz_, msramek+watch_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement origin-based deletion for password manager's auto-signin bit. BUG=589586 Committed: https://crrev.com/338c59d1485de17dd38ce8b94dc4cfb90677fa0e Cr-Commit-Position: refs/heads/master@{#404910}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments, fixed Mac. #

Patch Set 3 : Fixed PasswordStoreMac #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -100 lines) Patch
M chrome/browser/browsing_data/browsing_data_remover.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover_unittest.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x_unittest.cc View 2 chunks +12 lines, -7 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc View 1 4 chunks +15 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret_unittest.cc View 2 chunks +12 lines, -6 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac.cc View 1 2 1 chunk +27 lines, -8 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac_unittest.cc View 1 2 2 chunks +28 lines, -5 lines 0 comments Download
M chrome/browser/password_manager/password_store_proxy_mac.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_proxy_mac.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_x.h View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/password_manager/password_store_x.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/password_store_x_unittest.cc View 1 2 2 chunks +4 lines, -2 lines 1 comment Download
M components/password_manager/core/browser/login_database.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/login_database.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/login_database_unittest.cc View 2 chunks +28 lines, -17 lines 0 comments Download
M components/password_manager/core/browser/mock_password_store.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_store.h View 3 chunks +12 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/password_store.cc View 2 chunks +8 lines, -5 lines 0 comments Download
M components/password_manager/core/browser/password_store_default.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_store_default.cc View 1 1 chunk +22 lines, -8 lines 0 comments Download
M components/password_manager/core/browser/test_password_store.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/password_manager/core/browser/test_password_store.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 23 (8 generated)
msramek
Hi Václav, Please have a look! Thanks, Martin
4 years, 5 months ago (2016-07-08 17:15:58 UTC) #3
vabr (Chromium)
LGTM, this looks reasonable. Just a couple of comments below. Cheers, Vaclav https://codereview.chromium.org/2132063002/diff/20001/chrome/browser/password_manager/native_backend_gnome_x.cc File chrome/browser/password_manager/native_backend_gnome_x.cc ...
4 years, 5 months ago (2016-07-08 19:22:04 UTC) #4
msramek
I addressed your comments and added password_store_proxy_mac which I missed for obvious reasons. PTAL! https://codereview.chromium.org/2132063002/diff/20001/chrome/browser/password_manager/native_backend_gnome_x.cc ...
4 years, 5 months ago (2016-07-11 13:09:17 UTC) #5
vabr (Chromium)
Thanks, this LGTM! Vaclav
4 years, 5 months ago (2016-07-11 13:21:16 UTC) #6
msramek
I updated PasswordStoreMac (pretty much a copy-paste from PasswordStoreDefault) and its tests. The test should ...
4 years, 5 months ago (2016-07-12 13:45:51 UTC) #7
vabr (Chromium)
lgtm
4 years, 5 months ago (2016-07-12 14:21:43 UTC) #8
msramek
Thanks!
4 years, 5 months ago (2016-07-12 14:23:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2132063002/60001
4 years, 5 months ago (2016-07-12 14:24:16 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/191251)
4 years, 5 months ago (2016-07-12 17:15:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2132063002/60001
4 years, 5 months ago (2016-07-12 17:26:35 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/191499)
4 years, 5 months ago (2016-07-12 22:38:34 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2132063002/60001
4 years, 5 months ago (2016-07-12 23:32:38 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 5 months ago (2016-07-13 02:26:07 UTC) #20
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 02:27:30 UTC) #21
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 02:27:50 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/338c59d1485de17dd38ce8b94dc4cfb90677fa0e
Cr-Commit-Position: refs/heads/master@{#404910}

Powered by Google App Engine
This is Rietveld 408576698