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

Issue 347183005: autofill names - dont parse when calling SetRawInfo(FULL_NAME) (Closed)

Created:
6 years, 6 months ago by Evan Stade
Modified:
6 years, 5 months ago
Reviewers:
aruslan, Ilya Sherman
CC:
chromium-reviews, dbeam+watch-options_chromium.org, benquan, browser-components-watch_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Project:
chromium
Visibility:
Public.

Description

autofill names - dont parse when calling SetRawInfo(FULL_NAME) BUG=384640 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282712

Patch Set 1 #

Patch Set 2 : subtle change #

Total comments: 7

Patch Set 3 : fix buncha stuff #

Total comments: 19

Patch Set 4 : now with street address behavior change #

Total comments: 3

Patch Set 5 : more test coverage #

Patch Set 6 : fix android #

Patch Set 7 : fix SetInfo calls #

Patch Set 8 : fix android test expectation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+391 lines, -286 lines) Patch
M chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/android/personal_data_manager_android.cc View 1 2 3 4 5 6 1 chunk +40 lines, -30 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 3 chunks +13 lines, -21 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 6 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/autofill_options_handler.cc View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M components/autofill/core/browser/address.cc View 1 2 3 1 chunk +1 line, -11 lines 0 comments Download
M components/autofill/core/browser/address_unittest.cc View 1 2 3 4 3 chunks +10 lines, -14 lines 0 comments Download
M components/autofill/core/browser/autofill_manager_unittest.cc View 1 2 4 chunks +31 lines, -16 lines 0 comments Download
M components/autofill/core/browser/autofill_profile.h View 1 2 5 chunks +7 lines, -10 lines 0 comments Download
M components/autofill/core/browser/autofill_profile.cc View 1 2 3 17 chunks +91 lines, -77 lines 0 comments Download
M components/autofill/core/browser/autofill_profile_unittest.cc View 1 2 21 chunks +41 lines, -28 lines 0 comments Download
M components/autofill/core/browser/contact_info.h View 1 2 3 1 chunk +7 lines, -2 lines 0 comments Download
M components/autofill/core/browser/contact_info.cc View 1 2 3 6 chunks +26 lines, -17 lines 0 comments Download
M components/autofill/core/browser/contact_info_unittest.cc View 1 2 3 2 chunks +63 lines, -33 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/personal_data_manager_unittest.cc View 1 2 2 chunks +21 lines, -11 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc View 1 2 6 chunks +20 lines, -5 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
Evan Stade
6 years, 6 months ago (2014-06-21 00:55:53 UTC) #1
Ilya Sherman
Thanks, Evan. https://codereview.chromium.org/347183005/diff/20001/components/autofill/core/browser/autofill_profile.cc File components/autofill/core/browser/autofill_profile.cc (right): https://codereview.chromium.org/347183005/diff/20001/components/autofill/core/browser/autofill_profile.cc#newcode162 components/autofill/core/browser/autofill_profile.cc:162: // collapses to full name, area code ...
6 years, 6 months ago (2014-06-24 07:21:37 UTC) #2
Evan Stade
https://codereview.chromium.org/347183005/diff/20001/components/autofill/core/browser/autofill_profile.cc File components/autofill/core/browser/autofill_profile.cc (right): https://codereview.chromium.org/347183005/diff/20001/components/autofill/core/browser/autofill_profile.cc#newcode162 components/autofill/core/browser/autofill_profile.cc:162: // collapses to full name, area code collapses to ...
6 years, 6 months ago (2014-06-27 00:06:19 UTC) #3
Ilya Sherman
Note: It's easier for me to review your CL if you split off the rebase-induced ...
6 years, 6 months ago (2014-06-27 06:25:08 UTC) #4
Evan Stade
https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode206 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:206: g_browser_process->GetApplicationLocale()); On 2014/06/27 06:25:08, Ilya Sherman wrote: > Note ...
6 years, 5 months ago (2014-06-28 01:01:35 UTC) #5
Ilya Sherman
LGTM, thanks. https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode206 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:206: g_browser_process->GetApplicationLocale()); On 2014/06/28 01:01:35, Evan Stade wrote: ...
6 years, 5 months ago (2014-07-01 02:55:17 UTC) #6
Evan Stade
https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode206 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:206: g_browser_process->GetApplicationLocale()); On 2014/07/01 02:55:17, Ilya Sherman wrote: > On ...
6 years, 5 months ago (2014-07-01 23:18:52 UTC) #7
Ilya Sherman
https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode206 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:206: g_browser_process->GetApplicationLocale()); On 2014/07/01 23:18:52, Evan Stade wrote: > On ...
6 years, 5 months ago (2014-07-02 00:02:15 UTC) #8
Evan Stade
https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode206 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:206: g_browser_process->GetApplicationLocale()); On 2014/07/02 00:02:15, Ilya Sherman wrote: > On ...
6 years, 5 months ago (2014-07-07 16:20:52 UTC) #9
Ilya Sherman
https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode206 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:206: g_browser_process->GetApplicationLocale()); On 2014/07/07 16:20:52, Evan Stade wrote: > On ...
6 years, 5 months ago (2014-07-08 00:35:10 UTC) #10
Evan Stade
On 2014/07/08 00:35:10, Ilya Sherman wrote: > https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc > File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): > > https://codereview.chromium.org/347183005/diff/40001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode206 ...
6 years, 5 months ago (2014-07-08 01:28:12 UTC) #11
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 5 months ago (2014-07-08 21:13:23 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/347183005/80001
6 years, 5 months ago (2014-07-08 21:14:26 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-08 22:40:04 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-08 23:05:08 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/169046)
6 years, 5 months ago (2014-07-08 23:05:09 UTC) #16
Evan Stade
+aruslan for android changes
6 years, 5 months ago (2014-07-09 23:20:31 UTC) #17
aruslan
It fails to compile because AutofillProfile::SetInfo accepts the locale argument in addition to the two ...
6 years, 5 months ago (2014-07-09 23:49:57 UTC) #18
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 5 months ago (2014-07-10 17:53:03 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/347183005/120001
6 years, 5 months ago (2014-07-10 17:55:26 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-10 21:12:45 UTC) #21
aruslan
Looks like SetInfo attempts to normalize the phone number or something (as opposed to SetRawInfo). ...
6 years, 5 months ago (2014-07-10 21:17:28 UTC) #22
Evan Stade
On 2014/07/10 21:17:28, aruslan wrote: > Looks like SetInfo attempts to normalize the phone number ...
6 years, 5 months ago (2014-07-11 18:19:41 UTC) #23
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 5 months ago (2014-07-11 18:19:46 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/347183005/130001
6 years, 5 months ago (2014-07-11 18:20:06 UTC) #25
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-11 19:32:35 UTC) #26
commit-bot: I haz the power
6 years, 5 months ago (2014-07-11 22:07:17 UTC) #27
Message was sent while issue was closed.
Change committed as 282712

Powered by Google App Engine
This is Rietveld 408576698