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

Issue 2114493002: [Payments] Update autofill/payments spacings (Closed)

Created:
4 years, 5 months ago by gone
Modified:
4 years, 5 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@payments_ongoing
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Payments] Update autofill/payments spacings * The fields felt a little squished. Try to space them out a little better. * Update the underline colors to match the TextInputLayers. * Add support for half width controls in the display. Screenshots here: https://bugs.chromium.org/p/chromium/issues/detail?id=603635#c190 BUG=603635, 626451 Committed: https://crrev.com/975b62f4fe7cfd7f3de7ab6fc49a3cc20e7f49ce Committed: https://crrev.com/815e8e8ecdfbbf1da2ef5ab958834b1644013911 Cr-Original-Commit-Position: refs/heads/master@{#404241} Cr-Commit-Position: refs/heads/master@{#404446}

Patch Set 1 #

Patch Set 2 : Half widths #

Patch Set 3 : formatting #

Patch Set 4 : Appcompat spinners #

Total comments: 17

Patch Set 5 : Accessibility #

Patch Set 6 : Rebasing #

Total comments: 2

Patch Set 7 : Rebasing #

Patch Set 8 : Comments #

Patch Set 9 : Getting tests to pass #

Patch Set 10 : Fixing the assert #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -139 lines) Patch
M chrome/android/java/res/layout/autofill_billing_address_dropdown.xml View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/android/java/res/layout/autofill_local_card_editor.xml View 1 2 3 4 5 chunks +27 lines, -14 lines 0 comments Download
M chrome/android/java/res/layout/autofill_profile_editor.xml View 1 2 3 4 5 6 7 3 chunks +14 lines, -27 lines 0 comments Download
M chrome/android/java/res/layout/autofill_server_card_editor.xml View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/java/res/layout/payment_request_editor.xml View 1 1 chunk +3 lines, -14 lines 0 comments Download
A chrome/android/java/res/layout/payment_request_editor_dropdown.xml View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/payment_request_editor_footer.xml View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/android/java/res/layout/preference_address_float_label_layout.xml View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M chrome/android/java/res/values-v17/styles.xml View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/res/values-v21/styles.xml View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorDropdownField.java View 1 2 3 4 6 chunks +16 lines, -4 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorTextField.java View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java View 1 2 3 4 5 6 7 8 9 8 chunks +103 lines, -48 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillProfileEditor.java View 1 2 3 4 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/widget/CompatibilityTextInputLayout.java View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestBase.java View 1 2 3 4 5 6 7 8 4 chunks +5 lines, -18 lines 0 comments Download

Messages

Total messages: 43 (18 generated)
gone
4 years, 5 months ago (2016-06-30 00:59:23 UTC) #2
please use gerrit instead
lgtm
4 years, 5 months ago (2016-06-30 01:03:38 UTC) #3
gone
Adding Ian to account for the expanded UI changes.
4 years, 5 months ago (2016-07-01 01:06:31 UTC) #6
gone
(Also worth re-reviewing rouslan@)
4 years, 5 months ago (2016-07-01 01:09:21 UTC) #7
please use gerrit instead
Seal of approval (lgtm)
4 years, 5 months ago (2016-07-01 01:21:36 UTC) #10
please use gerrit instead
https://codereview.chromium.org/2114493002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java File chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java (right): https://codereview.chromium.org/2114493002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java#newcode168 chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java:168: if (!invalidViews.contains(getCurrentFocus())) focusInputField(invalidViews.get(0)); fyi, we should check for empty ...
4 years, 5 months ago (2016-07-01 06:14:13 UTC) #11
gone
https://chromiumcodereview.appspot.com/2114493002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java File chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java (right): https://chromiumcodereview.appspot.com/2114493002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java#newcode168 chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorView.java:168: if (!invalidViews.contains(getCurrentFocus())) focusInputField(invalidViews.get(0)); On 2016/07/01 06:14:12, Rouslan (ツ) wrote: ...
4 years, 5 months ago (2016-07-01 18:31:39 UTC) #12
Ian Wen
https://chromiumcodereview.appspot.com/2114493002/diff/60001/chrome/android/java/res/layout/autofill_local_card_editor.xml File chrome/android/java/res/layout/autofill_local_card_editor.xml (right): https://chromiumcodereview.appspot.com/2114493002/diff/60001/chrome/android/java/res/layout/autofill_local_card_editor.xml#newcode77 chrome/android/java/res/layout/autofill_local_card_editor.xml:77: <android.support.v7.widget.AppCompatSpinner Correct me if I'm wrong. I thought the ...
4 years, 5 months ago (2016-07-01 19:19:04 UTC) #13
gone
So your comment about that XML comment made me realize that I needed to make ...
4 years, 5 months ago (2016-07-01 23:00:50 UTC) #14
Ian Wen
lgtm. Sorry for the delay. https://chromiumcodereview.appspot.com/2114493002/diff/100001/chrome/android/java/res/layout/autofill_profile_editor.xml File chrome/android/java/res/layout/autofill_profile_editor.xml (right): https://chromiumcodereview.appspot.com/2114493002/diff/100001/chrome/android/java/res/layout/autofill_profile_editor.xml#newcode37 chrome/android/java/res/layout/autofill_profile_editor.xml:37: android:focusable="true" Remove these since ...
4 years, 5 months ago (2016-07-06 22:04:39 UTC) #15
gone
https://codereview.chromium.org/2114493002/diff/100001/chrome/android/java/res/layout/autofill_profile_editor.xml File chrome/android/java/res/layout/autofill_profile_editor.xml (right): https://codereview.chromium.org/2114493002/diff/100001/chrome/android/java/res/layout/autofill_profile_editor.xml#newcode37 chrome/android/java/res/layout/autofill_profile_editor.xml:37: android:focusable="true" On 2016/07/06 22:04:39, Ian Wen wrote: > Remove ...
4 years, 5 months ago (2016-07-06 22:08:01 UTC) #16
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/2114493002/140001
4 years, 5 months ago (2016-07-06 22:09:30 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/99506)
4 years, 5 months ago (2016-07-07 01:30:52 UTC) #21
gone
Had to make some minor changes to the PaymentRequestTestBase to get it to pass. Sending ...
4 years, 5 months ago (2016-07-07 18:52:23 UTC) #22
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/2114493002/160001
4 years, 5 months ago (2016-07-07 18:52:57 UTC) #25
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 5 months ago (2016-07-07 22:07:41 UTC) #28
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-07 22:08:06 UTC) #29
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/975b62f4fe7cfd7f3de7ab6fc49a3cc20e7f49ce Cr-Commit-Position: refs/heads/master@{#404241}
4 years, 5 months ago (2016-07-07 22:11:14 UTC) #31
gsennton
A revert of this CL (patchset #9 id:160001) has been created in https://codereview.chromium.org/2137443002/ by gsennton@chromium.org. ...
4 years, 5 months ago (2016-07-08 09:38:17 UTC) #32
gone
Ian: This has the line that Rouslan suggested adding in EditorView.java, which deals with the ...
4 years, 5 months ago (2016-07-08 17:43:20 UTC) #33
Ian Wen
lgtm again. 10th patchset is the revert
4 years, 5 months ago (2016-07-08 17:49:17 UTC) #35
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/2114493002/180001
4 years, 5 months ago (2016-07-08 17:59:58 UTC) #38
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 5 months ago (2016-07-08 18:27:51 UTC) #40
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-08 18:28:16 UTC) #41
commit-bot: I haz the power
4 years, 5 months ago (2016-07-08 18:29:52 UTC) #43
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/815e8e8ecdfbbf1da2ef5ab958834b1644013911
Cr-Commit-Position: refs/heads/master@{#404446}

Powered by Google App Engine
This is Rietveld 408576698