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

Issue 896903003: [PasswordManager clean-up] Merge copies of CreatePasswordFormFromData (Closed)

Created:
5 years, 10 months ago by vabr (Chromium)
Modified:
5 years, 10 months ago
CC:
chromium-reviews, tim+watch_chromium.org, zea+watch_chromium.org, maxbogue+watch_chromium.org, pvalenzuela+watch_chromium.org, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@451018_more_scoped_vector
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[PasswordManager clean-up] Merge copies of CreatePasswordFormFromData The Mac unit-test had a separate copy of CreatePasswordFormFromData, which did almost the same as the platform-independent version. This CL merges them by replacing the platform-independent instance with the more recently updated Mac copy. It also renames the methods to make clear they are for testing only. BUG=451018 Committed: https://crrev.com/9cd9b02ab72d51bb866b79df523b435230c87be9 Cr-Commit-Position: refs/heads/master@{#315529}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Just rebased #

Patch Set 3 : Comments addressed #

Total comments: 1

Patch Set 4 : Just rebased #

Patch Set 5 : Duplicated struct removed #

Patch Set 6 : Further rebase #

Patch Set 7 : Updating renamed member variables #

Patch Set 8 : typos and missing namespace #

Patch Set 9 : More typos #

Patch Set 10 : Rebased again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -266 lines) Patch
M chrome/browser/password_manager/password_store_mac_unittest.cc View 1 2 3 4 5 6 7 8 9 22 chunks +61 lines, -106 lines 0 comments Download
M chrome/browser/password_manager/password_store_win_unittest.cc View 1 2 3 4 5 6 7 8 9 7 chunks +13 lines, -7 lines 0 comments Download
M chrome/browser/password_manager/password_store_x_unittest.cc View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/passwords_helper.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
D components/password_manager/core/browser/password_form_data.h View 1 1 chunk +0 lines, -54 lines 0 comments Download
D components/password_manager/core/browser/password_form_data.cc View 1 1 chunk +0 lines, -76 lines 0 comments Download
A + components/password_manager/core/browser/password_manager_test_utils.h View 1 2 4 chunks +11 lines, -5 lines 0 comments Download
A + components/password_manager/core/browser/password_manager_test_utils.cc View 1 2 3 4 5 6 2 chunks +16 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_store_default_unittest.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M components/password_manager/core/browser/password_store_unittest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
vabr (Chromium)
Hi Balázs, Could you please have a look? This is not urgent, and is based ...
5 years, 10 months ago (2015-02-04 10:26:05 UTC) #2
engedy
LGTM % tiny tiny comments. Thanks for the cleanup. https://codereview.chromium.org/896903003/diff/1/components/password_manager/core/browser/password_manager_test_utils.cc File components/password_manager/core/browser/password_manager_test_utils.cc (right): https://codereview.chromium.org/896903003/diff/1/components/password_manager/core/browser/password_manager_test_utils.cc#newcode23 components/password_manager/core/browser/password_manager_test_utils.cc:23: ...
5 years, 10 months ago (2015-02-04 13:33:09 UTC) #3
vabr (Chromium)
Thanks, Balázs. Please have a look at how I addressed your comments. It spawned into ...
5 years, 10 months ago (2015-02-04 16:13:06 UTC) #5
engedy
LGTM++, thanks! https://codereview.chromium.org/896903003/diff/1/components/password_manager/core/browser/password_manager_test_utils.cc File components/password_manager/core/browser/password_manager_test_utils.cc (right): https://codereview.chromium.org/896903003/diff/1/components/password_manager/core/browser/password_manager_test_utils.cc#newcode23 components/password_manager/core/browser/password_manager_test_utils.cc:23: form->date_synced = form->date_created + base::TimeDelta::FromDays(1); On 2015/02/04 ...
5 years, 10 months ago (2015-02-04 16:18:31 UTC) #6
vabr (Chromium)
Hi Balázs, No need to re-review yet, I will ping you once https://codereview.chromium.org/866983003/ lands and ...
5 years, 10 months ago (2015-02-06 13:21:35 UTC) #8
vabr (Chromium)
Hi Balázs, I landed the blocking CL, so this one is ready to go. Since ...
5 years, 10 months ago (2015-02-10 08:42:43 UTC) #9
engedy
Still LGTM, thanks!
5 years, 10 months ago (2015-02-10 08:54:23 UTC) #10
vabr (Chromium)
Thanks, Balázs. Drew, Could you please rubber=stamp chrome/browser/sync/test/integration/* ? Cheers, Vaclav
5 years, 10 months ago (2015-02-10 09:05:53 UTC) #12
Andrew T Wilson (Slow)
sync lgtm
5 years, 10 months ago (2015-02-10 09:40:24 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/896903003/180001
5 years, 10 months ago (2015-02-10 09:51:18 UTC) #15
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 10 months ago (2015-02-10 09:54:18 UTC) #16
commit-bot: I haz the power
5 years, 10 months ago (2015-02-10 09:54:53 UTC) #17
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/9cd9b02ab72d51bb866b79df523b435230c87be9
Cr-Commit-Position: refs/heads/master@{#315529}

Powered by Google App Engine
This is Rietveld 408576698