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

Issue 139443004: Password sync refactoring: implemented ProcessSyncChanges() and GetAllSyncData() (Closed)

Created:
6 years, 10 months ago by vasilii
Modified:
6 years, 10 months ago
CC:
chromium-reviews, Patrick Dubroy
Visibility:
Public.

Description

Password sync refactoring: implemented ProcessSyncChanges() and GetAllSyncData() BUG=95758 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250944

Patch Set 1 #

Total comments: 46

Patch Set 2 : Addressed comments #

Total comments: 9

Patch Set 3 : Fixed test crash + comments #

Patch Set 4 : Added DCHECK() into ProcessSyncChanges() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+405 lines, -113 lines) Patch
M chrome/browser/password_manager/password_syncable_service.h View 1 2 1 chunk +11 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_syncable_service.cc View 1 2 3 8 chunks +142 lines, -43 lines 0 comments Download
M chrome/browser/password_manager/password_syncable_service_unittest.cc View 1 2 3 13 chunks +252 lines, -68 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
vasilii
Hi guys, please review this CL.
6 years, 10 months ago (2014-02-07 15:21:21 UTC) #1
Nicolas Zea
https://codereview.chromium.org/139443004/diff/1/chrome/browser/password_manager/password_syncable_service.cc File chrome/browser/password_manager/password_syncable_service.cc (right): https://codereview.chromium.org/139443004/diff/1/chrome/browser/password_manager/password_syncable_service.cc#newcode211 chrome/browser/password_manager/password_syncable_service.cc:211: if (ReadFromPasswordStore(&password_db_entries, It seems expensive to read all passwords ...
6 years, 10 months ago (2014-02-07 21:16:46 UTC) #2
Ilya Sherman
Thanks for picking up this work! Apologies for not replying to your other code review ...
6 years, 10 months ago (2014-02-07 22:56:35 UTC) #3
vasilii
https://codereview.chromium.org/139443004/diff/1/chrome/browser/password_manager/password_syncable_service.cc File chrome/browser/password_manager/password_syncable_service.cc (left): https://codereview.chromium.org/139443004/diff/1/chrome/browser/password_manager/password_syncable_service.cc#oldcode136 chrome/browser/password_manager/password_syncable_service.cc:136: // removed and this list will only contain entries ...
6 years, 10 months ago (2014-02-10 19:06:49 UTC) #4
Ilya Sherman
Thanks, LGTM with the remaining comments/nits addressed. https://codereview.chromium.org/139443004/diff/1/chrome/browser/password_manager/password_syncable_service.cc File chrome/browser/password_manager/password_syncable_service.cc (right): https://codereview.chromium.org/139443004/diff/1/chrome/browser/password_manager/password_syncable_service.cc#newcode276 chrome/browser/password_manager/password_syncable_service.cc:276: !password_store_->FillBlacklistLogins(&password_entries->get())) { ...
6 years, 10 months ago (2014-02-11 07:59:45 UTC) #5
vasilii
https://codereview.chromium.org/139443004/diff/1/chrome/browser/password_manager/password_syncable_service_unittest.cc File chrome/browser/password_manager/password_syncable_service_unittest.cc (right): https://codereview.chromium.org/139443004/diff/1/chrome/browser/password_manager/password_syncable_service_unittest.cc#newcode282 chrome/browser/password_manager/password_syncable_service_unittest.cc:282: scoped_ptr<MockPasswordSyncableService>& service() { On 2014/02/11 07:59:45, Ilya Sherman (catching ...
6 years, 10 months ago (2014-02-11 12:23:33 UTC) #6
Nicolas Zea
lgtm
6 years, 10 months ago (2014-02-11 19:40:16 UTC) #7
Ilya Sherman
https://codereview.chromium.org/139443004/diff/140001/chrome/browser/password_manager/password_syncable_service.cc File chrome/browser/password_manager/password_syncable_service.cc (right): https://codereview.chromium.org/139443004/diff/140001/chrome/browser/password_manager/password_syncable_service.cc#newcode236 chrome/browser/password_manager/password_syncable_service.cc:236: &sync_changes); On 2014/02/11 12:23:33, vasilii wrote: > On 2014/02/11 ...
6 years, 10 months ago (2014-02-11 21:58:24 UTC) #8
vasilii
https://codereview.chromium.org/139443004/diff/140001/chrome/browser/password_manager/password_syncable_service.cc File chrome/browser/password_manager/password_syncable_service.cc (right): https://codereview.chromium.org/139443004/diff/140001/chrome/browser/password_manager/password_syncable_service.cc#newcode236 chrome/browser/password_manager/password_syncable_service.cc:236: &sync_changes); On 2014/02/11 21:58:25, Ilya Sherman wrote: > On ...
6 years, 10 months ago (2014-02-12 13:27:12 UTC) #9
vasilii
The CQ bit was checked by vasilii@chromium.org
6 years, 10 months ago (2014-02-12 13:27:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vasilii@chromium.org/139443004/360001
6 years, 10 months ago (2014-02-12 13:27:33 UTC) #11
Ilya Sherman
https://codereview.chromium.org/139443004/diff/140001/chrome/browser/password_manager/password_syncable_service.cc File chrome/browser/password_manager/password_syncable_service.cc (right): https://codereview.chromium.org/139443004/diff/140001/chrome/browser/password_manager/password_syncable_service.cc#newcode236 chrome/browser/password_manager/password_syncable_service.cc:236: &sync_changes); On 2014/02/12 13:27:12, vasilii wrote: > On 2014/02/11 ...
6 years, 10 months ago (2014-02-12 22:58:50 UTC) #12
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 04:25:18 UTC) #13
Message was sent while issue was closed.
Change committed as 250944

Powered by Google App Engine
This is Rietveld 408576698