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

Issue 124533003: Add country combobox to change country and rebuild address inputs. (Closed)

Created:
6 years, 11 months ago by Dan Beam
Modified:
6 years, 11 months ago
CC:
chromium-reviews, benquan, tfarina, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Add country combobox to change country and rebuild address inputs. R=estade@chromium.org BUG=331544 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245434

Patch Set 1 : . #

Total comments: 10

Patch Set 2 : test #

Total comments: 1

Patch Set 3 : mac #

Total comments: 17

Patch Set 4 : merge #

Total comments: 18

Patch Set 5 : simplify tests #

Total comments: 8

Patch Set 6 : dependent locality and cedex should be optional #

Total comments: 1

Patch Set 7 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+819 lines, -212 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_common.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc View 1 2 3 4 5 11 chunks +193 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 9 chunks +22 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 14 chunks +160 lines, -30 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 chunks +56 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc View 6 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_view_delegate.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/country_combobox_model.h View 1 2 3 2 chunks +24 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/country_combobox_model.cc View 1 2 3 4 2 chunks +51 lines, -2 lines 0 comments Download
A chrome/browser/ui/autofill/country_combobox_model_unittest.cc View 1 2 3 4 1 chunk +53 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_pop_up_button.mm View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_section_container.mm View 1 2 3 4 5 6 14 chunks +85 lines, -69 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 2 5 chunks +21 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 4 5 15 chunks +141 lines, -88 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 6 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Dan Beam
6 years, 11 months ago (2014-01-10 00:42:47 UTC) #1
groby-ooo-7-16
https://codereview.chromium.org/124533003/diff/550001/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm File chrome/browser/ui/cocoa/autofill/autofill_section_container.mm (right): https://codereview.chromium.org/124533003/diff/550001/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm#newcode289 chrome/browser/ui/cocoa/autofill/autofill_section_container.mm:289: if (popup) { If you must get a separate ...
6 years, 11 months ago (2014-01-10 01:56:37 UTC) #2
Dan Beam
status update: don't review yet, but... this is very close. there's 1 small issue on ...
6 years, 11 months ago (2014-01-11 04:16:58 UTC) #3
Dan Beam
estade@: logic and views are ready to review groby@: still working on mac
6 years, 11 months ago (2014-01-14 05:08:16 UTC) #4
Dan Beam
> groby@: still working on mac got mac working, ptal
6 years, 11 months ago (2014-01-14 05:26:52 UTC) #5
Evan Stade
https://codereview.chromium.org/124533003/diff/780001/chrome/browser/ui/autofill/autofill_dialog_common.cc File chrome/browser/ui/autofill/autofill_dialog_common.cc (right): https://codereview.chromium.org/124533003/diff/780001/chrome/browser/ui/autofill/autofill_dialog_common.cc#newcode267 chrome/browser/ui/autofill/autofill_dialog_common.cc:267: if (!IsI18nInputEnabled() && nit: could you make this // ...
6 years, 11 months ago (2014-01-14 17:19:38 UTC) #6
groby-ooo-7-16
https://codereview.chromium.org/124533003/diff/780001/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm File chrome/browser/ui/cocoa/autofill/autofill_section_container.mm (right): https://codereview.chromium.org/124533003/diff/780001/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm#newcode429 chrome/browser/ui/cocoa/autofill/autofill_section_container.mm:429: if (textfield) { You can skip this if - ...
6 years, 11 months ago (2014-01-14 19:37:06 UTC) #7
Dan Beam
still wrestling with tests and compilation, but ptal https://codereview.chromium.org/124533003/diff/780001/chrome/browser/ui/autofill/autofill_dialog_common.cc File chrome/browser/ui/autofill/autofill_dialog_common.cc (right): https://codereview.chromium.org/124533003/diff/780001/chrome/browser/ui/autofill/autofill_dialog_common.cc#newcode267 chrome/browser/ui/autofill/autofill_dialog_common.cc:267: if ...
6 years, 11 months ago (2014-01-15 03:10:47 UTC) #8
groby-ooo-7-16
https://codereview.chromium.org/124533003/diff/1040001/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm File chrome/browser/ui/cocoa/autofill/autofill_section_container.mm (right): https://codereview.chromium.org/124533003/diff/1040001/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm#newcode700 chrome/browser/ui/cocoa/autofill/autofill_section_container.mm:700: if (input) Q: Why can we have NULL here?
6 years, 11 months ago (2014-01-15 22:22:51 UTC) #9
Evan Stade
https://codereview.chromium.org/124533003/diff/1040001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/124533003/diff/1040001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode607 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:607: // TODO(dbeam): does SECTION_CC need to be internationalized? I ...
6 years, 11 months ago (2014-01-15 23:12:28 UTC) #10
Dan Beam
groby@: rebuilding on mac to answer your question https://chromiumcodereview.appspot.com/124533003/diff/1040001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://chromiumcodereview.appspot.com/124533003/diff/1040001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode607 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:607: // ...
6 years, 11 months ago (2014-01-16 01:39:12 UTC) #11
Evan Stade
lgtm https://codereview.chromium.org/124533003/diff/1150018/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/124533003/diff/1150018/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode2404 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:2404: continue; \n https://codereview.chromium.org/124533003/diff/1150018/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode2422 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:2422: continue; \n https://codereview.chromium.org/124533003/diff/1150018/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode2439 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:2439: ...
6 years, 11 months ago (2014-01-16 02:13:31 UTC) #12
Dan Beam
groby@: all mac issues seem resolved, ptal https://chromiumcodereview.appspot.com/124533003/diff/1150018/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://chromiumcodereview.appspot.com/124533003/diff/1150018/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode2404 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:2404: continue; On ...
6 years, 11 months ago (2014-01-16 05:09:10 UTC) #13
Dan Beam
Ping groby@
6 years, 11 months ago (2014-01-17 02:39:57 UTC) #14
groby-ooo-7-16
LGTM % adding a comment https://codereview.chromium.org/124533003/diff/1520001/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm File chrome/browser/ui/cocoa/autofill/autofill_section_container.mm (right): https://codereview.chromium.org/124533003/diff/1520001/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm#newcode553 chrome/browser/ui/cocoa/autofill/autofill_section_container.mm:553: - (void)makeInputControls { Leave ...
6 years, 11 months ago (2014-01-17 02:56:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/124533003/890017
6 years, 11 months ago (2014-01-17 04:11:05 UTC) #16
commit-bot: I haz the power
6 years, 11 months ago (2014-01-17 06:24:13 UTC) #17
Message was sent while issue was closed.
Change committed as 245434

Powered by Google App Engine
This is Rietveld 408576698