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

Issue 157093002: rAc - hardcode wallet billing address to US in i18n mode (Closed)

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

Description

rAc - hardcode wallet billing address to US in i18n mode BUG=341586 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251288

Patch Set 1 #

Total comments: 13

Patch Set 2 : else #

Total comments: 2

Patch Set 3 : fix dcheck #

Patch Set 4 : tests find bugs, me fix bugs, tests have bugs, me fix tests #

Total comments: 10

Patch Set 5 : fix test #

Total comments: 2

Patch Set 6 : more on test #

Patch Set 7 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -30 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_common.cc View 1 2 3 2 chunks +13 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc View 1 2 3 4 5 6 3 chunks +24 lines, -20 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 4 chunks +11 lines, -7 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
Evan Stade
6 years, 10 months ago (2014-02-07 01:23:33 UTC) #1
Dan Beam
https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_common.cc File chrome/browser/ui/autofill/autofill_dialog_common.cc (right): https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_common.cc#newcode25 chrome/browser/ui/autofill/autofill_dialog_common.cc:25: namespace { const char kHardcodedCountryCode[] = "US"; } https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_common.cc#newcode204 ...
6 years, 10 months ago (2014-02-07 01:30:44 UTC) #2
Evan Stade
https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_common.cc File chrome/browser/ui/autofill/autofill_dialog_common.cc (right): https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_common.cc#newcode25 chrome/browser/ui/autofill/autofill_dialog_common.cc:25: On 2014/02/07 01:30:44, Dan Beam wrote: > namespace { ...
6 years, 10 months ago (2014-02-07 01:52:42 UTC) #3
Dan Beam
https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_common.cc File chrome/browser/ui/autofill/autofill_dialog_common.cc (right): https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_common.cc#newcode25 chrome/browser/ui/autofill/autofill_dialog_common.cc:25: On 2014/02/07 01:52:43, Evan Stade wrote: > On 2014/02/07 ...
6 years, 10 months ago (2014-02-07 03:33:22 UTC) #4
Evan Stade
https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_common.cc File chrome/browser/ui/autofill/autofill_dialog_common.cc (right): https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_common.cc#newcode25 chrome/browser/ui/autofill/autofill_dialog_common.cc:25: On 2014/02/07 03:33:23, Dan Beam wrote: > On 2014/02/07 ...
6 years, 10 months ago (2014-02-07 21:20:47 UTC) #5
Dan Beam
lgtm w/last 2 nits addressed
6 years, 10 months ago (2014-02-08 02:29:24 UTC) #6
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 10 months ago (2014-02-08 02:30:07 UTC) #7
Evan Stade
https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/157093002/diff/1/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1164 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1164: } On 2014/02/07 01:30:44, Dan Beam wrote: > } ...
6 years, 10 months ago (2014-02-08 02:30:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/157093002/300001
6 years, 10 months ago (2014-02-08 02:31:17 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-08 03:32:30 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=226589
6 years, 10 months ago (2014-02-08 03:32:30 UTC) #11
Dan Beam
https://codereview.chromium.org/157093002/diff/300001/chrome/browser/ui/autofill/autofill_dialog_common.cc File chrome/browser/ui/autofill/autofill_dialog_common.cc (right): https://codereview.chromium.org/157093002/diff/300001/chrome/browser/ui/autofill/autofill_dialog_common.cc#newcode213 chrome/browser/ui/autofill/autofill_dialog_common.cc:213: DCHECK_EQ(inputs->back().type, ADDRESS_HOME_COUNTRY); ^ did you mean ADDRESS_BILLING_COUNTRY?
6 years, 10 months ago (2014-02-08 03:43:08 UTC) #12
Evan Stade
https://codereview.chromium.org/157093002/diff/300001/chrome/browser/ui/autofill/autofill_dialog_common.cc File chrome/browser/ui/autofill/autofill_dialog_common.cc (right): https://codereview.chromium.org/157093002/diff/300001/chrome/browser/ui/autofill/autofill_dialog_common.cc#newcode213 chrome/browser/ui/autofill/autofill_dialog_common.cc:213: DCHECK_EQ(inputs->back().type, ADDRESS_HOME_COUNTRY); On 2014/02/08 03:43:09, Dan Beam wrote: > ...
6 years, 10 months ago (2014-02-10 19:07:30 UTC) #13
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 10 months ago (2014-02-10 19:07:36 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/157093002/510002
6 years, 10 months ago (2014-02-10 19:09:00 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-10 21:07:59 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=227088
6 years, 10 months ago (2014-02-10 21:07:59 UTC) #17
Evan Stade
there were bugs found by the tests, PTAL
6 years, 10 months ago (2014-02-11 02:39:06 UTC) #18
Dan Beam
https://codereview.chromium.org/157093002/diff/890001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc File chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc (right): https://codereview.chromium.org/157093002/diff/890001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#newcode1444 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc:1444: // Select "Add new billing/shipping address...". ^ update https://codereview.chromium.org/157093002/diff/890001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#newcode1469 ...
6 years, 10 months ago (2014-02-11 03:16:06 UTC) #19
Evan Stade
https://codereview.chromium.org/157093002/diff/890001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc File chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc (right): https://codereview.chromium.org/157093002/diff/890001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#newcode1444 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc:1444: // Select "Add new billing/shipping address...". On 2014/02/11 03:16:07, ...
6 years, 10 months ago (2014-02-11 20:08:03 UTC) #20
Dan Beam
https://codereview.chromium.org/157093002/diff/1170001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc File chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc (right): https://codereview.chromium.org/157093002/diff/1170001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#newcode1472 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc:1472: view->GetTextContentsOfInput(ADDRESS_BILLING_COUNTRY)); \n https://codereview.chromium.org/157093002/diff/1170001/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc#newcode1480 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc:1480: view->GetTextContentsOfInput(ADDRESS_HOME_COUNTRY)); EXPECT_FALSE( SectionHasField(SECTION_CC_BILLING, ADDRESS_BILLING_DEPENDENT_LOCALITY)); EXPECT_TRUE( ...
6 years, 10 months ago (2014-02-11 20:21:44 UTC) #21
Dan Beam
lgtm
6 years, 10 months ago (2014-02-11 20:21:52 UTC) #22
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 10 months ago (2014-02-11 22:50:19 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/157093002/1270001
6 years, 10 months ago (2014-02-11 22:52:14 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-12 01:50:02 UTC) #25
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=225177
6 years, 10 months ago (2014-02-12 01:50:02 UTC) #26
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 10 months ago (2014-02-14 03:48:44 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/157093002/1600001
6 years, 10 months ago (2014-02-14 03:49:52 UTC) #28
commit-bot: I haz the power
6 years, 10 months ago (2014-02-14 13:42:20 UTC) #29
Message was sent while issue was closed.
Change committed as 251288

Powered by Google App Engine
This is Rietveld 408576698