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

Issue 1192963002: Implement PasswordStoreProxyMac and SimplePasswordStoreMac. (Closed)

Created:
5 years, 6 months ago by vasilii
Modified:
5 years, 6 months ago
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlist_chromium.org, 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

Implement PasswordStoreProxyMac and SimplePasswordStoreMac. They aren't instantiated yet in the code base. SimplePasswordStoreMac is a PasswordStore implementation on Mac in the future. PasswordStoreProxyMac is a proxy used for migration from PasswordStoreMac to SimplePasswordStoreMac. BUG=466638 Committed: https://crrev.com/19209e174a4249faac3f6ee9051399f5b8639515 Cr-Commit-Position: refs/heads/master@{#335502}

Patch Set 1 #

Total comments: 6

Patch Set 2 : fix tests #

Total comments: 6

Patch Set 3 : addressed the comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+397 lines, -2 lines) Patch
A chrome/browser/password_manager/password_store_proxy_mac.h View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
A chrome/browser/password_manager/password_store_proxy_mac.cc View 1 chunk +118 lines, -0 lines 0 comments Download
A chrome/browser/password_manager/simple_password_store_mac.h View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/password_manager/simple_password_store_mac.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/browser/password_manager/simple_password_store_mac_unittest.cc View 1 chunk +113 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 2 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/core/browser/password_store.h View 2 chunks +4 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_store_default.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_store_default.cc View 1 3 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
vasilii
Hi Garrett, please review the CL.
5 years, 6 months ago (2015-06-19 19:42:08 UTC) #2
vabr (Chromium)
LGTM with some comments. Cheers, Vaclav https://codereview.chromium.org/1192963002/diff/1/chrome/browser/password_manager/password_store_proxy_mac.cc File chrome/browser/password_manager/password_store_proxy_mac.cc (right): https://codereview.chromium.org/1192963002/diff/1/chrome/browser/password_manager/password_store_proxy_mac.cc#newcode36 chrome/browser/password_manager/password_store_proxy_mac.cc:36: if (password_store_mac_) Why ...
5 years, 6 months ago (2015-06-19 20:19:09 UTC) #4
Garrett Casto
LGTM I'm not going to hold this up since it clearly a work in progress, ...
5 years, 6 months ago (2015-06-22 08:24:08 UTC) #5
vasilii
SimplePasswordStoreMac is different from PasswordStoreDefault in Init() method. SimplePasswordStoreMac::Init() is noop as the database and ...
5 years, 6 months ago (2015-06-22 13:34:17 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1192963002/40001
5 years, 6 months ago (2015-06-22 13:34:57 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/30527)
5 years, 6 months ago (2015-06-22 14:16:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1192963002/40001
5 years, 6 months ago (2015-06-22 14:25:51 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-22 15:01:31 UTC) #14
commit-bot: I haz the power
5 years, 6 months ago (2015-06-22 15:02:24 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/19209e174a4249faac3f6ee9051399f5b8639515
Cr-Commit-Position: refs/heads/master@{#335502}

Powered by Google App Engine
This is Rietveld 408576698