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

Issue 2093363002: Autofill address editor in PaymentRequest UI. (Closed)

Created:
4 years, 6 months ago by please use gerrit instead
Modified:
4 years, 5 months ago
Reviewers:
Mathieu, gone
CC:
browser-components-watch_chromium.org, chromium-reviews, estade+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, rouslan+autofill_chromium.org, vabr+watchlistautofill_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@contact-editor
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Autofill address editor in PaymentRequest UI. BUG=603635 Committed: https://crrev.com/deafd574419e38a08a9f566242ebe20ad986e06e Cr-Commit-Position: refs/heads/master@{#402930}

Patch Set 1 #

Total comments: 28

Patch Set 2 : Address comments + rebase #

Patch Set 3 : Fix try-bot #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1419 lines, -405 lines) Patch
M chrome/android/java/res/values/ids.xml View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java View 2 chunks +6 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java View 1 1 chunk +377 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillAddress.java View 3 chunks +61 lines, -35 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ContactEditor.java View 1 6 chunks +7 lines, -31 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/payments/EditorBase.java View 1 1 chunk +46 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java View 1 10 chunks +92 lines, -47 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorDropdownField.java View 1 1 chunk +88 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorFieldModel.java View 1 6 chunks +132 lines, -8 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorModel.java View 3 chunks +11 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorTextField.java View 1 2 3 chunks +39 lines, -10 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java View 1 2 1 chunk +37 lines, -10 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java View 1 7 chunks +63 lines, -31 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillProfileBridge.java View 1 2 6 chunks +95 lines, -51 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillProfileEditor.java View 1 9 chunks +21 lines, -23 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 2 chunks +13 lines, -1 line 0 comments Download
M chrome/android/java_sources.gni View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestContactDetailsTest.java View 1 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestDynamicShippingSingleAddressTest.java View 1 3 chunks +48 lines, -2 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestEmailTest.java View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestFreeShippingTest.java View 1 2 chunks +49 lines, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteContactDetailsTest.java View 1 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompleteEmailTest.java View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompletePhoneTest.java View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPhoneTest.java View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestBase.java View 1 2 4 chunks +67 lines, -5 lines 0 comments Download
M chrome/browser/android/preferences/autofill/autofill_profile_bridge.cc View 1 4 chunks +57 lines, -71 lines 0 comments Download
M chrome/browser/autofill/android/personal_data_manager_android.h View 1 1 chunk +10 lines, -3 lines 0 comments Download
M chrome/browser/autofill/android/personal_data_manager_android.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/test/data/android/payments/dynamic_shipping.js View 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/autofill_profile.h View 2 chunks +8 lines, -8 lines 0 comments Download
M components/autofill/core/browser/autofill_profile.cc View 2 chunks +42 lines, -42 lines 0 comments Download
M third_party/libaddressinput/README.chromium View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (12 generated)
please use gerrit instead
dfalcantara@, ptal android. mathp@, ptal autofill. I am looking into the try bot failures. https://codereview.chromium.org/2093363002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillCreditCardEditor.java ...
4 years, 5 months ago (2016-06-27 16:46:32 UTC) #9
Mathieu
browser autofill code lgtm
4 years, 5 months ago (2016-06-27 17:45:20 UTC) #10
gone
https://chromiumcodereview.appspot.com/2093363002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java File chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java (right): https://chromiumcodereview.appspot.com/2093363002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java#newcode39 chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java:39: private final List<CharSequence> mAllPhoneNumbers; Same comment about "All" as ...
4 years, 5 months ago (2016-06-28 17:30:29 UTC) #11
please use gerrit instead
dfalcantara@, ptal patch 2. https://codereview.chromium.org/2093363002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java File chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java (right): https://codereview.chromium.org/2093363002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java#newcode39 chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java:39: private final List<CharSequence> mAllPhoneNumbers; On ...
4 years, 5 months ago (2016-06-29 00:28:45 UTC) #13
gone
lgtm https://chromiumcodereview.appspot.com/2093363002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java File chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java (right): https://chromiumcodereview.appspot.com/2093363002/diff/140001/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java#newcode215 chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java:215: private final Callback<PaymentInformation> mUpdateSectionsCallback; On 2016/06/29 00:28:45, Rouslan ...
4 years, 5 months ago (2016-06-29 17:12:45 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2093363002/200001
4 years, 5 months ago (2016-06-29 19:28:52 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:200001)
4 years, 5 months ago (2016-06-29 21:05:27 UTC) #18
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-29 21:05:48 UTC) #19
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 21:07:31 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/deafd574419e38a08a9f566242ebe20ad986e06e
Cr-Commit-Position: refs/heads/master@{#402930}

Powered by Google App Engine
This is Rietveld 408576698