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

Issue 2565173002: Remove ScopedVector from PasswordStoreX (Closed)

Created:
4 years ago by vabr (Chromium)
Modified:
4 years ago
Reviewers:
vasilii, dvadym
CC:
chromium-reviews, vabr+watchlistpasswordmanager_chromium.org, rouslan+autofill_chromium.org, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org, mathp+autofillwatch_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove ScopedVector from PasswordStoreX BUG=555132 Committed: https://crrev.com/8a03095c9cc3ee8161084443acc6ea340c1b8490 Cr-Commit-Position: refs/heads/master@{#438087}

Patch Set 1 #

Patch Set 2 : Fix libsecret unittest compilation #

Total comments: 5

Patch Set 3 : back_inserter, no =nullptr, drop autofill:: #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -301 lines) Patch
M chrome/browser/password_manager/native_backend_gnome_x.h View 3 chunks +14 lines, -10 lines 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x.cc View 15 chunks +36 lines, -30 lines 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x.h View 4 chunks +21 lines, -16 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x.cc View 1 2 21 chunks +72 lines, -72 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc View 17 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret.h View 5 chunks +16 lines, -11 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret.cc View 12 chunks +29 lines, -30 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret_unittest.cc View 1 32 chunks +49 lines, -51 lines 0 comments Download
M chrome/browser/password_manager/password_store_x.h View 2 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/password_manager/password_store_x.cc View 4 chunks +6 lines, -18 lines 0 comments Download
M chrome/browser/password_manager/password_store_x_unittest.cc View 3 chunks +17 lines, -15 lines 0 comments Download
M components/autofill/core/common/password_form.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/autofill/core/common/password_form.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_manager_util.h View 2 chunks +2 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/password_manager_util.cc View 1 2 2 chunks +10 lines, -12 lines 0 comments Download

Messages

Total messages: 26 (17 generated)
vabr (Chromium)
Hi Vadym, Please review. Thanks! Vaclav
4 years ago (2016-12-12 06:58:25 UTC) #10
vabr (Chromium)
Hi Vasilii, Vadym is likely not able to review this CL today. If you find ...
4 years ago (2016-12-12 11:19:27 UTC) #12
vasilii
lgtm https://codereview.chromium.org/2565173002/diff/20001/chrome/browser/password_manager/native_backend_kwallet_x.cc File chrome/browser/password_manager/native_backend_kwallet_x.cc (right): https://codereview.chromium.org/2565173002/diff/20001/chrome/browser/password_manager/native_backend_kwallet_x.cc#newcode669 chrome/browser/password_manager/native_backend_kwallet_x.cc:669: std::inserter(*forms, forms->end())); back_inserter? https://codereview.chromium.org/2565173002/diff/20001/components/password_manager/core/browser/password_manager_util.cc File components/password_manager/core/browser/password_manager_util.cc (right): https://codereview.chromium.org/2565173002/diff/20001/components/password_manager/core/browser/password_manager_util.cc#newcode57 ...
4 years ago (2016-12-12 18:10:57 UTC) #13
vabr (Chromium)
Thank you, Vasilii! Vaclav https://codereview.chromium.org/2565173002/diff/20001/chrome/browser/password_manager/native_backend_kwallet_x.cc File chrome/browser/password_manager/native_backend_kwallet_x.cc (right): https://codereview.chromium.org/2565173002/diff/20001/chrome/browser/password_manager/native_backend_kwallet_x.cc#newcode669 chrome/browser/password_manager/native_backend_kwallet_x.cc:669: std::inserter(*forms, forms->end())); On 2016/12/12 18:10:57, ...
4 years ago (2016-12-12 18:34:26 UTC) #14
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/2565173002/40001
4 years ago (2016-12-12 18:35:12 UTC) #17
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/277989)
4 years ago (2016-12-13 01:46:36 UTC) #19
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/2565173002/40001
4 years ago (2016-12-13 06:12:13 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-13 06:55:51 UTC) #24
commit-bot: I haz the power
4 years ago (2016-12-13 06:58:59 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8a03095c9cc3ee8161084443acc6ea340c1b8490
Cr-Commit-Position: refs/heads/master@{#438087}

Powered by Google App Engine
This is Rietveld 408576698