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

Issue 11360055: [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfo (Closed)

Created:
8 years, 1 month ago by Ilya Sherman
Modified:
8 years, 1 month ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, Ilya Sherman, browser-components-watch_chromium.org, dyu1, tfarina
Visibility:
Public.

Description

[Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfo This is part 1 of a multi-CL change to always read the application locale from an appropriate thread in the Autofill code. The next CL will rename GetCanonicalizedInfo and SetCanonicalizedInfo to GetInfo and SetInfo, and add a |locale| parameter to these methods. Subsequent CLs will migrate all Autofill code that currently access the locale to always access it from the UI thread. BUG=100845 TEST=none (pure refactoring) TBR=dhollowa@chromium.org, akalin@chromium.org, bauerb@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167072

Patch Set 1 #

Patch Set 2 : Added comments to form_group.h #

Patch Set 3 : Fix names in more tests #

Total comments: 14

Patch Set 4 : De-nitting + rebase #

Patch Set 5 : Rebase harder #

Unified diffs Side-by-side diffs Delta from patch set Stats (+708 lines, -592 lines) Patch
M chrome/browser/autofill/address.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/autofill/address.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/address_unittest.cc View 2 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/autofill/autofill_browsertest.cc View 10 chunks +151 lines, -93 lines 0 comments Download
M chrome/browser/autofill/autofill_common_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_ie_toolbar_import_win.cc View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/autofill/autofill_ie_toolbar_import_win_unittest.cc View 1 chunk +20 lines, -18 lines 0 comments Download
M chrome/browser/autofill/autofill_manager_unittest.cc View 1 2 3 4 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/autofill/autofill_profile.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/autofill/autofill_profile.cc View 1 2 3 13 chunks +38 lines, -33 lines 0 comments Download
M chrome/browser/autofill/autofill_profile_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/autofill/contact_info.h View 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/autofill/contact_info.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/autofill/contact_info_unittest.cc View 1 chunk +69 lines, -70 lines 0 comments Download
M chrome/browser/autofill/credit_card.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/autofill/credit_card.cc View 1 2 3 5 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/autofill/credit_card_unittest.cc View 1 2 3 4 2 chunks +20 lines, -20 lines 0 comments Download
M chrome/browser/autofill/form_group.h View 1 1 chunk +9 lines, -5 lines 0 comments Download
M chrome/browser/autofill/form_group.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager_mac.mm View 1 2 3 4 chunks +24 lines, -19 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager_unittest.cc View 6 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/autofill/phone_number.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/autofill/phone_number.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/autofill/select_control_handler_unittest.cc View 1 2 3 4 15 chunks +18 lines, -15 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover_unittest.cc View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/autofill_helper.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/autofill_options_handler.cc View 1 2 3 4 chunks +32 lines, -20 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service.cc View 1 2 3 5 chunks +31 lines, -20 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc View 8 chunks +20 lines, -20 lines 0 comments Download
M chrome/browser/webdata/autofill_table.cc View 8 chunks +43 lines, -43 lines 0 comments Download
M chrome/browser/webdata/autofill_table_unittest.cc View 16 chunks +75 lines, -70 lines 0 comments Download
M chrome/browser/webdata/web_data_service_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/webdata/web_database_migration_unittest.cc View 5 chunks +40 lines, -40 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Ilya Sherman
David, I'm hoping you won't mind too much reviewing this and the subsequent CLs for ...
8 years, 1 month ago (2012-11-02 06:46:43 UTC) #1
Ilya Sherman
After working more on the subsequent CLs in this series, I realized that we don't ...
8 years, 1 month ago (2012-11-08 07:43:00 UTC) #2
Dan Beam
rs lgtm w/nits (it's just basically a rename, right?) https://chromiumcodereview.appspot.com/11360055/diff/35/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc File chrome/browser/autofill/autofill_ie_toolbar_import_win.cc (right): https://chromiumcodereview.appspot.com/11360055/diff/35/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc#newcode151 chrome/browser/autofill/autofill_ie_toolbar_import_win.cc:151: ...
8 years, 1 month ago (2012-11-09 18:46:30 UTC) #3
Ilya Sherman
https://chromiumcodereview.appspot.com/11360055/diff/35/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc File chrome/browser/autofill/autofill_ie_toolbar_import_win.cc (right): https://chromiumcodereview.appspot.com/11360055/diff/35/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc#newcode151 chrome/browser/autofill/autofill_ie_toolbar_import_win.cc:151: // TODO(isherman): Call SetCanonicalizedInfo below, rather than SetRawInfo On ...
8 years, 1 month ago (2012-11-10 03:21:33 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/11360055/4013
8 years, 1 month ago (2012-11-10 03:22:48 UTC) #5
commit-bot: I haz the power
Presubmit check for 11360055-4013 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-10 03:23:02 UTC) #6
Ilya Sherman
TBR'ing reviewers, since this is just a rename.
8 years, 1 month ago (2012-11-10 03:26:46 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/isherman@chromium.org/11360055/4013
8 years, 1 month ago (2012-11-10 03:27:25 UTC) #8
commit-bot: I haz the power
8 years, 1 month ago (2012-11-10 06:31:20 UTC) #9
Change committed as 167072

Powered by Google App Engine
This is Rietveld 408576698