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

Issue 2609703002: Remove ScopedVector from autofill. (Closed)

Created:
3 years, 11 months ago by Avi (use Gerrit)
Modified:
3 years, 11 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, vabr+watchlistpasswordmanager_chromium.org, rouslan+autofill_chromium.org, jam, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, mathp+autofillwatch_chromium.org, darin-cc_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 autofill. BUG=554289 Committed: https://crrev.com/68dd9fba0f5faed2f28faeecbfd2b1ce6cc2d14d Cr-Commit-Position: refs/heads/master@{#441134}

Patch Set 1 #

Patch Set 2 : ios #

Total comments: 2

Patch Set 3 : drop the using #

Unified diffs Side-by-side diffs Delta from patch set Stats (+621 lines, -591 lines) Patch
M chrome/browser/autofill/form_structure_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M components/autofill/core/browser/address_field_unittest.cc View 13 chunks +40 lines, -29 lines 0 comments Download
M components/autofill/core/browser/autofill_download_manager_unittest.cc View 19 chunks +52 lines, -40 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M components/autofill/core/browser/autofill_profile_unittest.cc View 25 chunks +187 lines, -286 lines 0 comments Download
M components/autofill/core/browser/autofill_scanner.h View 4 chunks +10 lines, -2 lines 0 comments Download
M components/autofill/core/browser/autofill_scanner.cc View 3 chunks +18 lines, -6 lines 0 comments Download
M components/autofill/core/browser/credit_card_field_unittest.cc View 20 chunks +108 lines, -63 lines 0 comments Download
M components/autofill/core/browser/form_field.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/form_field.cc View 3 chunks +14 lines, -17 lines 0 comments Download
M components/autofill/core/browser/form_field_unittest.cc View 3 chunks +18 lines, -11 lines 0 comments Download
M components/autofill/core/browser/form_structure.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M components/autofill/core/browser/form_structure.cc View 22 chunks +24 lines, -23 lines 0 comments Download
M components/autofill/core/browser/name_field_unittest.cc View 12 chunks +65 lines, -39 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/core/browser/phone_field_unittest.cc View 9 chunks +41 lines, -26 lines 0 comments Download
M components/password_manager/core/browser/browser_save_password_progress_logger.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/password_form_manager_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M components/password_manager/core/browser/password_generation_manager.cc View 1 chunk +3 lines, -7 lines 0 comments Download
M components/password_manager/core/browser/password_manager.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M ios/chrome/browser/autofill/autofill_agent.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/autofill/autofill_controller_unittest.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/autofill/form_structure_browsertest.mm View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 29 (18 generated)
Avi (use Gerrit)
To any reviewer in the office.
3 years, 11 months ago (2016-12-31 22:34:55 UTC) #8
Avi (use Gerrit)
3 years, 11 months ago (2017-01-01 16:07:44 UTC) #12
vabr (Chromium)
Thanks and LGTM! Please be aware of an overlapping/conflicting https://codereview.chromium.org/2611453002/. Cheers, Vaclav https://codereview.chromium.org/2609703002/diff/20001/components/autofill/core/browser/form_structure.h File components/autofill/core/browser/form_structure.h ...
3 years, 11 months ago (2017-01-02 08:30:21 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/2609703002/40001
3 years, 11 months ago (2017-01-02 20:30:22 UTC) #16
Avi (use Gerrit)
https://codereview.chromium.org/2609703002/diff/20001/components/autofill/core/browser/form_structure.h File components/autofill/core/browser/form_structure.h (right): https://codereview.chromium.org/2609703002/diff/20001/components/autofill/core/browser/form_structure.h#newcode49 components/autofill/core/browser/form_structure.h:49: using FieldsVector = std::vector<std::unique_ptr<AutofillField>>; On 2017/01/02 08:30:21, vabr (mostly ...
3 years, 11 months ago (2017-01-02 20:32:03 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/333773)
3 years, 11 months ago (2017-01-02 20:36:14 UTC) #19
Avi (use Gerrit)
To any iOS owner in the house.
3 years, 11 months ago (2017-01-02 20:52:36 UTC) #21
rohitrao (ping after 24h)
ios/ LGTM
3 years, 11 months ago (2017-01-03 14:02:39 UTC) #22
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/2609703002/40001
3 years, 11 months ago (2017-01-03 16:32:42 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
3 years, 11 months ago (2017-01-03 16:38:43 UTC) #27
commit-bot: I haz the power
3 years, 11 months ago (2017-01-03 16:40:48 UTC) #29
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/68dd9fba0f5faed2f28faeecbfd2b1ce6cc2d14d
Cr-Commit-Position: refs/heads/master@{#441134}

Powered by Google App Engine
This is Rietveld 408576698