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

Issue 1859453002: components/autofill: scoped_ptr -> unique_ptr (Closed)

Created:
4 years, 8 months ago by vabr (Chromium)
Modified:
4 years, 8 months ago
Reviewers:
Mathieu
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, mkwst+moarreviews-renderer_chromium.org, rouslan+autofill_chromium.org, jam, vabr+watchlistpasswordmanager_chromium.org, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org, bondd+autofillwatch_chromium.org, darin-cc_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, jshin+watch_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

components/autofill: scoped_ptr -> unique_ptr In response to https://groups.google.com/a/chromium.org/d/msg/chromium-dev/roY78iTblYc/6juu-QucCgAJ, which I hope was not an April Fool's joke. :) BUG=600221 Committed: https://crrev.com/0233748dd66fe1517f6a336b559152f2991771c8 Cr-Commit-Position: refs/heads/master@{#384914}

Patch Set 1 #

Patch Set 2 : Rebase on password_manager changes #

Total comments: 40

Patch Set 3 : Just rebased #

Patch Set 4 : Remove unused #include <memory> #

Patch Set 5 : Just rebased on the other CL for autofill code #

Patch Set 6 : Comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+729 lines, -684 lines) Patch
M chrome/browser/autofill/autofill_save_card_infobar_delegate_mobile_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M components/autofill/content/browser/content_autofill_driver.h View 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/content_autofill_driver_factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver_factory.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M components/autofill/content/browser/content_autofill_driver_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M components/autofill/content/browser/request_autocomplete_manager_unittest.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M components/autofill/content/browser/risk/fingerprint.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/content/browser/risk/fingerprint.cc View 9 chunks +10 lines, -10 lines 0 comments Download
M components/autofill/content/browser/risk/fingerprint_browsertest.cc View 1 2 3 4 5 3 chunks +4 lines, -2 lines 0 comments Download
M components/autofill/content/browser/wallet/full_wallet.h View 5 chunks +14 lines, -14 lines 0 comments Download
M components/autofill/content/browser/wallet/full_wallet.cc View 2 chunks +10 lines, -11 lines 0 comments Download
M components/autofill/content/browser/wallet/full_wallet_unittest.cc View 2 chunks +8 lines, -7 lines 0 comments Download
M components/autofill/content/browser/wallet/payments_client_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_address.h View 3 chunks +6 lines, -6 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_address.cc View 3 chunks +17 lines, -26 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_address_unittest.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_test_util.h View 2 chunks +8 lines, -8 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_test_util.cc View 2 chunks +41 lines, -51 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.h View 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 10 chunks +14 lines, -14 lines 0 comments Download
M components/autofill/content/renderer/password_form_conversion_utils.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/password_form_conversion_utils.cc View 1 2 3 4 5 4 chunks +9 lines, -10 lines 0 comments Download
M components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc View 28 chunks +28 lines, -28 lines 0 comments Download
M components/autofill/content/renderer/password_generation_agent.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/password_generation_agent.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/core/browser/address_field.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/address_field.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/core/browser/address_field_unittest.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M components/autofill/core/browser/address_i18n.h View 2 chunks +6 lines, -5 lines 0 comments Download
M components/autofill/core/browser/address_i18n.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M components/autofill/core/browser/address_i18n_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/autocomplete_history_manager_unittest.cc View 4 chunks +10 lines, -14 lines 0 comments Download
M components/autofill/core/browser/autofill_client.h View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_download_manager_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_external_delegate_unittest.cc View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.h View 8 chunks +11 lines, -10 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 8 chunks +11 lines, -11 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 5 chunks +8 lines, -7 lines 0 comments Download
M components/autofill/core/browser/autofill_merge_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_metrics_unittest.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M components/autofill/core/browser/autofill_profile.cc View 1 2 3 4 5 4 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/core/browser/autofill_profile_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h View 2 chunks +3 lines, -2 lines 0 comments Download
M components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autofill_save_card_infobar_mobile.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/core/browser/autofill_test_utils.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/autofill_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autofill_xml_parser_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M components/autofill/core/browser/country_names.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/core/browser/country_names.cc View 6 chunks +9 lines, -7 lines 0 comments Download
M components/autofill/core/browser/credit_card_field.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/credit_card_field.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/core/browser/credit_card_field_unittest.cc View 2 chunks +10 lines, -7 lines 0 comments Download
M components/autofill/core/browser/crypto/rc4_decryptor.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/email_field.h View 1 chunk +3 lines, -2 lines 0 comments Download
M components/autofill/core/browser/email_field.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M components/autofill/core/browser/form_field.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/form_field.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/form_structure.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/form_structure.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/form_structure_unittest.cc View 42 chunks +44 lines, -43 lines 0 comments Download
M components/autofill/core/browser/legal_message_line.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/legal_message_line_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/name_field.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/name_field.cc View 9 chunks +17 lines, -15 lines 0 comments Download
M components/autofill/core/browser/name_field_unittest.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M components/autofill/core/browser/payments/payments_client.h View 3 chunks +6 lines, -5 lines 0 comments Download
M components/autofill/core/browser/payments/payments_client.cc View 14 chunks +26 lines, -22 lines 0 comments Download
M components/autofill/core/browser/payments/payments_request.h View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M components/autofill/core/browser/personal_data_manager.h View 4 chunks +4 lines, -5 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager_unittest.cc View 28 chunks +34 lines, -33 lines 0 comments Download
M components/autofill/core/browser/phone_field.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/phone_field.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/core/browser/phone_field_unittest.cc View 3 chunks +9 lines, -6 lines 0 comments Download
M components/autofill/core/browser/phone_number_i18n.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/phone_number_i18n.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/test_autofill_client.h View 4 chunks +9 lines, -7 lines 0 comments Download
M components/autofill/core/browser/test_autofill_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/ui/card_unmask_prompt_controller_impl_unittest.cc View 1 2 3 4 5 2 chunks +6 lines, -4 lines 0 comments Download
M components/autofill/core/browser/webdata/autocomplete_syncable_service.h View 3 chunks +5 lines, -5 lines 0 comments Download
M components/autofill/core/browser/webdata/autocomplete_syncable_service.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/webdata/autofill_profile_syncable_service.h View 1 2 3 4 5 3 chunks +5 lines, -4 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc View 6 chunks +14 lines, -11 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_table.h View 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_table.cc View 12 chunks +17 lines, -14 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_table_unittest.cc View 10 chunks +11 lines, -11 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service.h View 4 chunks +8 lines, -7 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service.cc View 11 chunks +23 lines, -16 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service_unittest.cc View 5 chunks +15 lines, -11 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_wallet_syncable_service.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_wallet_syncable_service.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_webdata.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h View 5 chunks +9 lines, -8 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc View 6 chunks +37 lines, -38 lines 0 comments Download
M components/autofill/core/browser/webdata/web_data_service_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M components/autofill/core/common/autofill_l10n_util.h View 3 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/core/common/autofill_l10n_util.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/core/common/autofill_regexes.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/core/common/password_form.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/common/password_form_fill_data.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M components/autofill/core/common/password_form_fill_data_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M components/autofill/core/common/save_password_progress_logger_unittest.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (5 generated)
vabr (Chromium)
Hello Mathieu, PTAL. Thank you! Vaclav
4 years, 8 months ago (2016-04-04 01:14:25 UTC) #2
vabr (Chromium)
Hi Mathieu, Inspired by your other review, I removed unused #include <memory> where I found ...
4 years, 8 months ago (2016-04-04 13:34:51 UTC) #4
Mathieu
Oh noes! You rebased from under me. I guess there are 3 big questions: 1) ...
4 years, 8 months ago (2016-04-04 13:36:17 UTC) #5
vabr (Chromium)
Thanks, Mathieu, for the very helpful and careful review! Please have a look at my ...
4 years, 8 months ago (2016-04-04 14:29:05 UTC) #6
Mathieu
Thanks, I agree with your principles, and I'm glad we were able to clean up ...
4 years, 8 months ago (2016-04-04 14:38:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859453002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859453002/100001
4 years, 8 months ago (2016-04-04 14:38:37 UTC) #9
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago (2016-04-04 15:39:18 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-04 15:41:06 UTC) #13
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/0233748dd66fe1517f6a336b559152f2991771c8
Cr-Commit-Position: refs/heads/master@{#384914}

Powered by Google App Engine
This is Rietveld 408576698