|
|
Chromium Code Reviews
DescriptionMake shipping name, address, phone and option each on its own line in the shipping summary
BUG=637488
Committed: https://crrev.com/a76b2e1b6fa1fb27f67d7485bd27f08928e4b65f
Cr-Commit-Position: refs/heads/master@{#425493}
Patch Set 1 #
Total comments: 2
Patch Set 2 : address comments #
Total comments: 2
Patch Set 3 : address comments #
Messages
Total messages: 33 (23 generated)
Patchset #1 (id:1) has been deleted
The CQ bit was checked by gogerald@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== format draft BUG= ========== to ========== Make shipping name, address, phone and option each on its own line in the shipping summary BUG=637488 ==========
gogerald@chromium.org changed reviewers: + dfalcantara@chromium.org
Hi, PTAL,
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clan...)
The CQ bit was checked by gogerald@chromium.org to run a CQ dry run
Patchset #1 (id:20001) has been deleted
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
gogerald@chromium.org changed reviewers: + rouslan@chromium.org
Resend to rouslan@ since dfalcantara@ is going ooo soon.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
https://chromiumcodereview.appspot.com/2421433004/diff/40001/chrome/android/j... File chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java (right): https://chromiumcodereview.appspot.com/2421433004/diff/40001/chrome/android/j... chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java:465: * . TOP EXTRA TEXT | CHEVRON . You're already forcing the right summary text to be null, so it should be auto hidden. The left summary text would then serve the role of the "top extra text" you're adding, and remove the need to rearrange where views are supposed to go.
Patchset #2 (id:60001) has been deleted
Patchset #2 (id:80001) has been deleted
The CQ bit was checked by gogerald@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2421433004/diff/40001/chrome/android/java/src... File chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java (right): https://codereview.chromium.org/2421433004/diff/40001/chrome/android/java/src... chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java:465: * . TOP EXTRA TEXT | CHEVRON . On 2016/10/14 18:47:47, dfalcantara (OOO 10.17-10.23) wrote: > You're already forcing the right summary text to be null, so it should be auto > hidden. The left summary text would then serve the role of the "top extra text" > you're adding, and remove the need to rearrange where views are supposed to go. Done. Uses one more interface to make it general
https://codereview.chromium.org/2421433004/diff/100001/chrome/android/java/sr... File chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java (right): https://codereview.chromium.org/2421433004/diff/100001/chrome/android/java/sr... chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java:476: private TextView mThirdExtraTextView; If you're generalizing this, you should use a TextView[] to avoid having a mFourthExtraTextView. It'd also let you use for loops instead of triplicating the code.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Patchset #3 (id:120001) has been deleted
https://codereview.chromium.org/2421433004/diff/100001/chrome/android/java/sr... File chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java (right): https://codereview.chromium.org/2421433004/diff/100001/chrome/android/java/sr... chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestSection.java:476: private TextView mThirdExtraTextView; On 2016/10/14 19:54:11, dfalcantara (OOO 10.17-10.23) wrote: > If you're generalizing this, you should use a TextView[] to avoid having a > mFourthExtraTextView. It'd also let you use for loops instead of triplicating > the code. Done. The 'generalizing' I meant just give flexibility to set properties for each extra text view :-) since we have fixed number of extra text views and looks will rarely need additional text views.
lgtm
The CQ bit was checked by gogerald@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Make shipping name, address, phone and option each on its own line in the shipping summary BUG=637488 ========== to ========== Make shipping name, address, phone and option each on its own line in the shipping summary BUG=637488 ==========
Message was sent while issue was closed.
Committed patchset #3 (id:140001)
Message was sent while issue was closed.
Description was changed from ========== Make shipping name, address, phone and option each on its own line in the shipping summary BUG=637488 ========== to ========== Make shipping name, address, phone and option each on its own line in the shipping summary BUG=637488 Committed: https://crrev.com/a76b2e1b6fa1fb27f67d7485bd27f08928e4b65f Cr-Commit-Position: refs/heads/master@{#425493} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/a76b2e1b6fa1fb27f67d7485bd27f08928e4b65f Cr-Commit-Position: refs/heads/master@{#425493} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
