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

Issue 2492243002: [Payments] Allow for editing of local cards, addresses and contacts (add pencil icon) (Closed)

Created:
4 years, 1 month ago by gogerald1
Modified:
4 years, 1 month ago
CC:
chromium-reviews, rouslan+payments_chromium.org, sebsg+paymentswatch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow for editing of local cards, addresses and contacts (add pencil icon) BUG=664582 Committed: https://crrev.com/e04f46a5ba13bd8cda53b8e35c38c5f12cf81302 Cr-Commit-Position: refs/heads/master@{#432207}

Patch Set 1 #

Total comments: 32

Patch Set 2 : address comments #

Messages

Total messages: 52 (39 generated)
gogerald1
Hi rouslan@ and dfalcantara@, PTAL.
4 years, 1 month ago (2016-11-14 19:09:38 UTC) #25
gogerald1
Hi All, PTAL of patch 2 which does not allow edit of server addresses and ...
4 years, 1 month ago (2016-11-14 19:49:44 UTC) #28
gogerald1
Design changed, please take a look of patch one. Will make changes to save server ...
4 years, 1 month ago (2016-11-14 21:05:20 UTC) #31
please use gerrit instead
Great stuff! Except for a few things here and there, you're almost done. Please wait ...
4 years, 1 month ago (2016-11-14 21:51:42 UTC) #34
gone
lgtm % comments https://codereview.chromium.org/2492243002/diff/180001/chrome/android/java/res/layout/payment_option_edit_icon.xml File chrome/android/java/res/layout/payment_option_edit_icon.xml (right): https://codereview.chromium.org/2492243002/diff/180001/chrome/android/java/res/layout/payment_option_edit_icon.xml#newcode11 chrome/android/java/res/layout/payment_option_edit_icon.xml:11: <View Indent 8 for attributes and ...
4 years, 1 month ago (2016-11-15 01:19:43 UTC) #35
gogerald1
Hi rouslan@ PTAL of patch set 2 which addressed the comments https://codereview.chromium.org/2492243002/diff/180001/chrome/android/java/res/layout/payment_option_edit_icon.xml File chrome/android/java/res/layout/payment_option_edit_icon.xml (right): ...
4 years, 1 month ago (2016-11-15 16:43:40 UTC) #39
please use gerrit instead
lgtm https://codereview.chromium.org/2492243002/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java File chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java (right): https://codereview.chromium.org/2492243002/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java#newcode752 chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java:752: && option instanceof AutofillAddress) { On 2016/11/15 16:43:39, ...
4 years, 1 month ago (2016-11-15 16:47:37 UTC) #40
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/2492243002/240001
4 years, 1 month ago (2016-11-15 17:19:39 UTC) #45
commit-bot: I haz the power
Committed patchset #2 (id:240001)
4 years, 1 month ago (2016-11-15 17:24:37 UTC) #47
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/e04f46a5ba13bd8cda53b8e35c38c5f12cf81302 Cr-Commit-Position: refs/heads/master@{#432207}
4 years, 1 month ago (2016-11-15 17:31:58 UTC) #49
gone
https://codereview.chromium.org/2492243002/diff/180001/chrome/android/java/res/layout/payment_option_edit_icon.xml File chrome/android/java/res/layout/payment_option_edit_icon.xml (right): https://codereview.chromium.org/2492243002/diff/180001/chrome/android/java/res/layout/payment_option_edit_icon.xml#newcode11 chrome/android/java/res/layout/payment_option_edit_icon.xml:11: <View On 2016/11/15 16:43:39, gogerald1 wrote: > On 2016/11/15 ...
4 years, 1 month ago (2016-11-15 18:07:14 UTC) #50
gogerald1
On 2016/11/15 18:07:14, dfalcantara (check my queue) wrote: > https://codereview.chromium.org/2492243002/diff/180001/chrome/android/java/res/layout/payment_option_edit_icon.xml > File chrome/android/java/res/layout/payment_option_edit_icon.xml (right): > ...
4 years, 1 month ago (2016-11-15 19:09:08 UTC) #51
gone
4 years, 1 month ago (2016-11-15 19:12:54 UTC) #52
Message was sent while issue was closed.
On 2016/11/15 19:09:08, gogerald1 wrote:
> On 2016/11/15 18:07:14, dfalcantara (check my queue) wrote:
> >
>
https://codereview.chromium.org/2492243002/diff/180001/chrome/android/java/re...
> > File chrome/android/java/res/layout/payment_option_edit_icon.xml (right):
> > 
> >
>
https://codereview.chromium.org/2492243002/diff/180001/chrome/android/java/re...
> > chrome/android/java/res/layout/payment_option_edit_icon.xml:11: <View
> > On 2016/11/15 16:43:39, gogerald1 wrote:
> > > On 2016/11/15 01:19:43, dfalcantara (check my queue) wrote:
> > > > Indent 8 for attributes and 4 for children XML tags.  Been seeing that
> more
> > > > lately and it makes the layout easier to parse.
> > > 
> > > Done. Curious, how this indentation makes it easier to parse?
> > 
> > You can tell where children actually start and what belongs to the previous
> > line.  You do the same thing in Java and C++.
> 
> Hmm, OK, I may misunderstand your 'easier to parse' is for machine previously.
> It might just easier to parse for human since I don't see how it impacts
> machine.

Well, yeah.  That's why style guides exist.  Python's the only language I can
think of code style actually affecting how the code is interpreted.

Powered by Google App Engine
This is Rietveld 408576698