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

Issue 6877130: These changes *are* for review :) (Closed)

Created:
9 years, 8 months ago by GeorgeY
Modified:
9 years, 6 months ago
Reviewers:
Ilya Sherman, isherman%chromium.org, dhollowa
CC:
chromium-reviews, Paweł Hajdan Jr., Ilya Sherman
Visibility:
Public.

Description

Autofill phone number enhancements and integration of Phone Number Util Library: part 3 BUG=71443 TEST=unit-tested Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86305

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 29

Patch Set 6 : '' #

Total comments: 8

Patch Set 7 : '' #

Total comments: 4

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Total comments: 6

Patch Set 12 : '' #

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+634 lines, -464 lines) Patch
M chrome/browser/autofill/autofill_ie_toolbar_import_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +19 lines, -10 lines 0 comments Download
M chrome/browser/autofill/autofill_ie_toolbar_import_win_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/autofill/autofill_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -10 lines 0 comments Download
M chrome/browser/autofill/autofill_profile.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +16 lines, -2 lines 0 comments Download
M chrome/browser/autofill/autofill_profile.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +80 lines, -14 lines 0 comments Download
M chrome/browser/autofill/autofill_profile_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 17 chunks +34 lines, -34 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +39 lines, -45 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -24 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/autofill/phone_field.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/phone_number.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +41 lines, -43 lines 0 comments Download
M chrome/browser/autofill/phone_number.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +186 lines, -126 lines 0 comments Download
M chrome/browser/autofill/phone_number_i18n.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/autofill/phone_number_i18n_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +19 lines, -10 lines 0 comments Download
M chrome/browser/autofill/phone_number_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +143 lines, -109 lines 0 comments Download
M chrome/test/data/autofill/merge/input/multimerge.in View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/data/autofill/merge/input/primarycase.in View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/data/autofill/merge/input/singlemerge.in View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/data/autofill/merge/output/multimerge.out View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/data/autofill/merge/output/primarycase.out View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/data/autofill/merge/output/singlemerge.out View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
GeorgeY
ready for review
9 years, 7 months ago (2011-05-13 00:22:05 UTC) #1
dhollowa
http://codereview.chromium.org/6877130/diff/20001/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc File chrome/browser/autofill/autofill_ie_toolbar_import_win.cc (right): http://codereview.chromium.org/6877130/diff/20001/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc#newcode135 chrome/browser/autofill/autofill_ie_toolbar_import_win.cc:135: // Phones need to be rebuild. nit: s/rebuild/rebuilt/ http://codereview.chromium.org/6877130/diff/20001/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc#newcode152 ...
9 years, 7 months ago (2011-05-13 18:55:35 UTC) #2
Ilya Sherman
Couple of minor comments: http://codereview.chromium.org/6877130/diff/20001/chrome/browser/autofill/personal_data_manager.cc File chrome/browser/autofill/personal_data_manager.cc (right): http://codereview.chromium.org/6877130/diff/20001/chrome/browser/autofill/personal_data_manager.cc#newcode335 chrome/browser/autofill/personal_data_manager.cc:335: if (!imported_profile->NormalizePhones()) It looks like ...
9 years, 7 months ago (2011-05-14 04:38:51 UTC) #3
GeorgeY
http://codereview.chromium.org/6877130/diff/20001/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc File chrome/browser/autofill/autofill_ie_toolbar_import_win.cc (right): http://codereview.chromium.org/6877130/diff/20001/chrome/browser/autofill/autofill_ie_toolbar_import_win.cc#newcode135 chrome/browser/autofill/autofill_ie_toolbar_import_win.cc:135: // Phones need to be rebuild. On 2011/05/13 18:55:35, ...
9 years, 7 months ago (2011-05-18 17:41:45 UTC) #4
isherman%chromium.org_gtempaccount.com
http://codereview.chromium.org/6877130/diff/20001/chrome/browser/autofill/phone_number.h File chrome/browser/autofill/phone_number.h (right): http://codereview.chromium.org/6877130/diff/20001/chrome/browser/autofill/phone_number.h#newcode46 chrome/browser/autofill/phone_number.h:46: // Setting it to "", actually sets it to ...
9 years, 7 months ago (2011-05-18 18:06:09 UTC) #5
isherman%chromium.org_gtempaccount.com
http://codereview.chromium.org/6877130/diff/27001/chrome/browser/autofill/phone_number.cc File chrome/browser/autofill/phone_number.cc (right): http://codereview.chromium.org/6877130/diff/27001/chrome/browser/autofill/phone_number.cc#newcode176 chrome/browser/autofill/phone_number.cc:176: locale_ = "US"; // US is a default locale. ...
9 years, 7 months ago (2011-05-18 18:21:44 UTC) #6
GeorgeY
http://codereview.chromium.org/6877130/diff/27001/chrome/browser/autofill/phone_number.cc File chrome/browser/autofill/phone_number.cc (right): http://codereview.chromium.org/6877130/diff/27001/chrome/browser/autofill/phone_number.cc#newcode176 chrome/browser/autofill/phone_number.cc:176: locale_ = "US"; // US is a default locale. ...
9 years, 7 months ago (2011-05-19 00:30:27 UTC) #7
Ilya Sherman
http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc File chrome/browser/autofill/phone_number_i18n.cc (right): http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc#newcode20 chrome/browser/autofill/phone_number_i18n.cc:20: return std::string(icu::Locale::getDefault().getCountry()); You might want to use AutofillCountry::ApplicationLocale() (which ...
9 years, 7 months ago (2011-05-19 05:52:25 UTC) #8
GeorgeY
http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc File chrome/browser/autofill/phone_number_i18n.cc (right): http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc#newcode20 chrome/browser/autofill/phone_number_i18n.cc:20: return std::string(icu::Locale::getDefault().getCountry()); On 2011/05/19 05:52:25, Ilya Sherman wrote: > ...
9 years, 7 months ago (2011-05-19 19:00:17 UTC) #9
GeorgeY
http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc File chrome/browser/autofill/phone_number_i18n.cc (right): http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc#newcode20 chrome/browser/autofill/phone_number_i18n.cc:20: return std::string(icu::Locale::getDefault().getCountry()); On 2011/05/19 19:00:18, GeorgeY wrote: > On ...
9 years, 7 months ago (2011-05-19 20:45:53 UTC) #10
GeorgeY
On 2011/05/19 20:45:53, GeorgeY wrote: > http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc > File chrome/browser/autofill/phone_number_i18n.cc (right): > > http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc#newcode20 > ...
9 years, 7 months ago (2011-05-19 20:48:03 UTC) #11
Ilya Sherman
http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc File chrome/browser/autofill/phone_number_i18n.cc (right): http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc#newcode20 chrome/browser/autofill/phone_number_i18n.cc:20: return std::string(icu::Locale::getDefault().getCountry()); On 2011/05/19 20:45:54, GeorgeY wrote: > On ...
9 years, 7 months ago (2011-05-19 20:57:47 UTC) #12
GeorgeY
On 2011/05/19 20:57:47, Ilya Sherman wrote: > http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc > File chrome/browser/autofill/phone_number_i18n.cc (right): > > http://codereview.chromium.org/6877130/diff/34003/chrome/browser/autofill/phone_number_i18n.cc#newcode20 ...
9 years, 7 months ago (2011-05-19 21:29:37 UTC) #13
dhollowa
http://codereview.chromium.org/6877130/diff/38006/chrome/browser/autofill/phone_number.cc File chrome/browser/autofill/phone_number.cc (right): http://codereview.chromium.org/6877130/diff/38006/chrome/browser/autofill/phone_number.cc#newcode96 chrome/browser/autofill/phone_number.cc:96: if (number().empty()) Let's get rid of |number()|, |set_number()|, |extension()|, ...
9 years, 7 months ago (2011-05-19 23:35:02 UTC) #14
GeorgeY
http://codereview.chromium.org/6877130/diff/38006/chrome/browser/autofill/phone_number.cc File chrome/browser/autofill/phone_number.cc (right): http://codereview.chromium.org/6877130/diff/38006/chrome/browser/autofill/phone_number.cc#newcode96 chrome/browser/autofill/phone_number.cc:96: if (number().empty()) On 2011/05/19 23:35:02, dhollowa wrote: > Let's ...
9 years, 7 months ago (2011-05-20 00:41:49 UTC) #15
dhollowa
Did the changes not get uploaded? On 2011/05/20 00:41:49, GeorgeY wrote: > http://codereview.chromium.org/6877130/diff/38006/chrome/browser/autofill/phone_number.cc > File ...
9 years, 7 months ago (2011-05-20 16:00:51 UTC) #16
dhollowa
LGTM. Thanks.
9 years, 7 months ago (2011-05-20 17:48:01 UTC) #17
Ilya Sherman
9 years, 7 months ago (2011-05-20 22:00:06 UTC) #18
LGTM, thanks

Powered by Google App Engine
This is Rietveld 408576698