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

Issue 2625183002: [WebPayments] Adding Shipping Address and Contact Info display to order summary (Closed)

Created:
3 years, 11 months ago by tmartino
Modified:
3 years, 11 months ago
CC:
anthonyvd, chromium-reviews, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[WebPayments] Adding Shipping Address and Contact Info display to order summary BUG=679449 Review-Url: https://codereview.chromium.org/2625183002 Cr-Commit-Position: refs/heads/master@{#444778} Committed: https://chromium.googlesource.com/chromium/src/+/68c0a27692c2ef52a59e01661bb6c8ff1a1aef65

Patch Set 1 #

Total comments: 12

Patch Set 2 : Rebasing with anthonyvd changes #

Total comments: 28

Patch Set 3 : Rouslan feedback #

Total comments: 2

Patch Set 4 : mathp nit #

Total comments: 11

Patch Set 5 : sky comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -7 lines) Patch
M chrome/browser/ui/views/payments/payment_request_views_util.h View 1 2 2 chunks +27 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_request_views_util.cc View 1 2 2 chunks +94 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_sheet_view_controller.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_sheet_view_controller.cc View 1 2 3 4 8 chunks +87 lines, -6 lines 0 comments Download
M components/autofill_strings.grdp View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M components/payments/payment_request.h View 1 2 3 3 chunks +11 lines, -1 line 0 comments Download
M components/payments/payment_request.cc View 1 2 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (18 generated)
tmartino
3 years, 11 months ago (2017-01-11 21:28:47 UTC) #2
anthonyvd
Looking good, thanks! Few comments. https://codereview.chromium.org/2625183002/diff/1/chrome/browser/ui/views/payments/payment_request_address_util.cc File chrome/browser/ui/views/payments/payment_request_address_util.cc (right): https://codereview.chromium.org/2625183002/diff/1/chrome/browser/ui/views/payments/payment_request_address_util.cc#newcode38 chrome/browser/ui/views/payments/payment_request_address_util.cc:38: std::unique_ptr<autofill::AutofillProfile> GetDummyProfile() { Since ...
3 years, 11 months ago (2017-01-12 15:42:11 UTC) #7
tmartino
+rouslan to R-line mathp, anthonyvd from R-line to CC-line as they're OOO https://codereview.chromium.org/2625183002/diff/1/chrome/browser/ui/views/payments/payment_request_address_util.cc File chrome/browser/ui/views/payments/payment_request_address_util.cc ...
3 years, 11 months ago (2017-01-18 17:28:25 UTC) #9
please use gerrit instead
https://codereview.chromium.org/2625183002/diff/20001/chrome/browser/ui/views/payments/payment_request_views_util.cc File chrome/browser/ui/views/payments/payment_request_views_util.cc (right): https://codereview.chromium.org/2625183002/diff/20001/chrome/browser/ui/views/payments/payment_request_views_util.cc#newcode29 chrome/browser/ui/views/payments/payment_request_views_util.cc:29: base::string16 GetAddressFromProfile(autofill::AutofillProfile* profile, const-ref parameter https://codereview.chromium.org/2625183002/diff/20001/chrome/browser/ui/views/payments/payment_request_views_util.cc#newcode30 chrome/browser/ui/views/payments/payment_request_views_util.cc:30: std::string locale) ...
3 years, 11 months ago (2017-01-18 18:50:48 UTC) #11
tmartino
PTAL https://codereview.chromium.org/2625183002/diff/20001/chrome/browser/ui/views/payments/payment_request_views_util.cc File chrome/browser/ui/views/payments/payment_request_views_util.cc (right): https://codereview.chromium.org/2625183002/diff/20001/chrome/browser/ui/views/payments/payment_request_views_util.cc#newcode144 chrome/browser/ui/views/payments/payment_request_views_util.cc:144: return styled_label; On 2017/01/18 at 18:50:47, rouslan wrote: ...
3 years, 11 months ago (2017-01-18 20:39:13 UTC) #12
please use gerrit instead
LGTM
3 years, 11 months ago (2017-01-18 21:11:52 UTC) #14
tmartino
+mathp for OWNERS on autofill_strings.grdp +pkasting for OWNERS on chrome/browser/ui/*
3 years, 11 months ago (2017-01-18 21:13:44 UTC) #16
tmartino
-pkasting, who I'm told is at a conference +sky for OWNERS on c/b/ui/*
3 years, 11 months ago (2017-01-18 21:28:49 UTC) #18
Mathieu
autogill lgtm https://codereview.chromium.org/2625183002/diff/40001/components/payments/payment_request.h File components/payments/payment_request.h (right): https://codereview.chromium.org/2625183002/diff/40001/components/payments/payment_request.h#newcode18 components/payments/payment_request.h:18: class AutofillProfile; nit: alphabetical
3 years, 11 months ago (2017-01-18 21:34:16 UTC) #19
tmartino
https://codereview.chromium.org/2625183002/diff/40001/components/payments/payment_request.h File components/payments/payment_request.h (right): https://codereview.chromium.org/2625183002/diff/40001/components/payments/payment_request.h#newcode18 components/payments/payment_request.h:18: class AutofillProfile; On 2017/01/18 at 21:34:16, Mathieu Perreault wrote: ...
3 years, 11 months ago (2017-01-18 21:36:28 UTC) #20
sky
https://codereview.chromium.org/2625183002/diff/60001/chrome/browser/ui/views/payments/payment_request_views_util.cc File chrome/browser/ui/views/payments/payment_request_views_util.cc (right): https://codereview.chromium.org/2625183002/diff/60001/chrome/browser/ui/views/payments/payment_request_views_util.cc#newcode144 chrome/browser/ui/views/payments/payment_request_views_util.cc:144: std::unique_ptr<views::View> GetContactInfoLabel( I see one call to this that ...
3 years, 11 months ago (2017-01-18 23:19:25 UTC) #21
tmartino
https://codereview.chromium.org/2625183002/diff/60001/chrome/browser/ui/views/payments/payment_request_views_util.cc File chrome/browser/ui/views/payments/payment_request_views_util.cc (right): https://codereview.chromium.org/2625183002/diff/60001/chrome/browser/ui/views/payments/payment_request_views_util.cc#newcode144 chrome/browser/ui/views/payments/payment_request_views_util.cc:144: std::unique_ptr<views::View> GetContactInfoLabel( On 2017/01/18 at 23:19:25, sky wrote: > ...
3 years, 11 months ago (2017-01-19 16:36:59 UTC) #24
sky
LGTM
3 years, 11 months ago (2017-01-19 17:01:20 UTC) #25
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/2625183002/80001
3 years, 11 months ago (2017-01-19 17:38:30 UTC) #30
commit-bot: I haz the power
3 years, 11 months ago (2017-01-19 17:44:48 UTC) #33
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/68c0a27692c2ef52a59e01661bb6...

Powered by Google App Engine
This is Rietveld 408576698