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

Issue 25092011: rAc: update android test (Closed)

Created:
7 years, 2 months ago by Evan Stade
Modified:
7 years, 2 months ago
Reviewers:
aruslan, Ilya Sherman
CC:
chromium-reviews, benquan, browser-components-watch_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

retry r226004: rAc: phone number cleanup original review: https://codereview.chromium.org/24538008/ difference to original review: android test updated. 1) fill Wallet phone number data in a format that's more similar to Autofill (i.e. whole number without any formatting) 2) display Wallet phone numbers in rAc in US-national format 3) display Autofill phone numbers in rAc in user-supplied format, unless there is no formatting. In that case add formatting. BUG=297204 R=isherman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226415

Patch Set 1 #

Patch Set 2 : rest of the patch #

Patch Set 3 : git try #

Total comments: 9

Patch Set 4 : use valid phone number #

Patch Set 5 : fix test #

Patch Set 6 : fix deceptive presubmit check #

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -64 lines) Patch
M chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerTest.java View 1 2 3 4 5 7 chunks +12 lines, -7 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/data_model_wrapper.h View 1 4 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/data_model_wrapper.cc View 1 2 3 6 chunks +53 lines, -8 lines 0 comments Download
M chrome/browser/ui/autofill/data_model_wrapper_unittest.cc View 1 2 3 4 1 chunk +73 lines, -8 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_address.h View 1 2 3 4 4 chunks +9 lines, -3 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_address.cc View 1 2 3 4 5 6 6 chunks +23 lines, -3 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_address_unittest.cc View 1 18 chunks +18 lines, -18 lines 0 comments Download
M components/autofill/content/browser/wallet/wallet_client_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/wallet/wallet_items_unittest.cc View 1 13 chunks +13 lines, -13 lines 0 comments Download
M components/autofill/core/browser/phone_number_i18n.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/phone_number_i18n.cc View 1 2 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Evan Stade
https://codereview.chromium.org/25092011/diff/23001/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerTest.java File chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerTest.java (right): https://codereview.chromium.org/25092011/diff/23001/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerTest.java#newcode29 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerTest.java:29: private static final String TEST_PHONE_UNFORMATTED = "4151234567"; As you ...
7 years, 2 months ago (2013-09-30 23:01:42 UTC) #1
Ilya Sherman
LGTM for the parts I already reviewed in the previous CL. Seems like the remaining ...
7 years, 2 months ago (2013-09-30 23:29:56 UTC) #2
aruslan
https://codereview.chromium.org/25092011/diff/23001/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerTest.java File chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerTest.java (right): https://codereview.chromium.org/25092011/diff/23001/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerTest.java#newcode29 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillDialogControllerTest.java:29: private static final String TEST_PHONE_UNFORMATTED = "4151234567"; On 2013/09/30 ...
7 years, 2 months ago (2013-09-30 23:56:05 UTC) #3
aruslan
I'm not convinced that posting the "plain" 4151234567 or 4800298227127 phone numbers to the web ...
7 years, 2 months ago (2013-10-01 01:51:17 UTC) #4
aruslan
Looks good to me come on regex LGTM.
7 years, 2 months ago (2013-10-01 01:52:05 UTC) #5
Evan Stade
On 2013/10/01 01:51:17, aruslan wrote: > I'm not convinced that posting the "plain" 4151234567 or ...
7 years, 2 months ago (2013-10-01 02:00:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/25092011/82001
7 years, 2 months ago (2013-10-01 18:08:30 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=28257
7 years, 2 months ago (2013-10-01 18:24:44 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/25092011/111001
7 years, 2 months ago (2013-10-01 19:02:11 UTC) #9
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=83816
7 years, 2 months ago (2013-10-01 20:01:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/25092011/137001
7 years, 2 months ago (2013-10-01 21:34:18 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-01 22:34:30 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/25092011/137001
7 years, 2 months ago (2013-10-02 03:28:36 UTC) #13
commit-bot: I haz the power
7 years, 2 months ago (2013-10-02 07:21:40 UTC) #14
Message was sent while issue was closed.
Change committed as 226415

Powered by Google App Engine
This is Rietveld 408576698