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

Issue 2970013003: [Payment Request] Displays appropriate footer if first transaction completed (Closed)

Created:
3 years, 5 months ago by Moe
Modified:
3 years, 5 months ago
CC:
blundell+watchlist_chromium.org, browser-components-watch_chromium.org, chromium-reviews, droger+watchlist_chromium.org, estade+watch_chromium.org, gogerald+paymentswatch_chromium.org, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, mahmadi+paymentsioswatch_chromium.org, mahmadi+paymentswatch_chromium.org, marq+watch_chromium.org, mathp+autofillwatch_chromium.org, noyau+watch_chromium.org, rogerm+autofillwatch_chromium.org, rouslan+autofill_chromium.org, rouslan+payments_chromium.org, sdefresne+watchlist_chromium.org, sebsg+autofillwatch_chromium.org, sebsg+paymentswatch_chromium.org, vabr+watchlistautofill_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Payment Request] Displays appropriate footer if first transation completed TBR=gab@ BUG=602666 Review-Url: https://codereview.chromium.org/2970013003 Cr-Commit-Position: refs/heads/master@{#484297} Committed: https://chromium.googlesource.com/chromium/src/+/e3b1c5a95d41bb37d5d3cace150c45a7ab2c4916

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment by mathp@ #

Total comments: 11

Patch Set 3 : Addressed comments + rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -68 lines) Patch
M components/autofill/core/browser/autofill_test_utils.h View 1 2 chunks +11 lines, -5 lines 0 comments Download
M components/autofill/core/browser/autofill_test_utils.cc View 1 2 chunks +7 lines, -2 lines 0 comments Download
M components/payments/core/BUILD.gn View 1 2 chunks +5 lines, -0 lines 0 comments Download
M components/payments/core/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
A components/payments/core/payments_test_util.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
A components/payments/core/payments_test_util.cc View 1 1 chunk +24 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/BUILD.gn View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/payment_request.mm View 1 2 2 chunks +10 lines, -4 lines 0 comments Download
M ios/chrome/browser/payments/test_payment_request.h View 5 chunks +19 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/test_payment_request.mm View 2 chunks +7 lines, -0 lines 0 comments Download
M ios/chrome/browser/prefs/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/prefs/browser_prefs.mm View 2 chunks +2 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/payments/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_coordinator.mm View 1 chunk +1 line, -2 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm View 1 2 chunks +14 lines, -5 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_manager.mm View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_mediator.h View 2 chunks +4 lines, -10 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_mediator.mm View 1 2 4 chunks +20 lines, -33 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_mediator_unittest.mm View 1 5 chunks +37 lines, -7 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 20 (8 generated)
Moe
Hi MAC, mathp, eugenebut, Please take a look at this CL. macourteau@ for c/b/payments and ...
3 years, 5 months ago (2017-07-04 19:07:53 UTC) #2
Mathieu
https://codereview.chromium.org/2970013003/diff/1/components/autofill/core/browser/DEPS File components/autofill/core/browser/DEPS (right): https://codereview.chromium.org/2970013003/diff/1/components/autofill/core/browser/DEPS#newcode7 components/autofill/core/browser/DEPS:7: "+components/payments", is it possible to not have autofill depend ...
3 years, 5 months ago (2017-07-04 20:28:51 UTC) #3
Moe
PTAL? TBR gab@ for added dependency to components/prefs https://codereview.chromium.org/2970013003/diff/1/components/autofill/core/browser/DEPS File components/autofill/core/browser/DEPS (right): https://codereview.chromium.org/2970013003/diff/1/components/autofill/core/browser/DEPS#newcode7 components/autofill/core/browser/DEPS:7: "+components/payments", ...
3 years, 5 months ago (2017-07-04 21:27:28 UTC) #6
Mathieu
lgtm https://codereview.chromium.org/2970013003/diff/20001/components/payments/core/BUILD.gn File components/payments/core/BUILD.gn (right): https://codereview.chromium.org/2970013003/diff/20001/components/payments/core/BUILD.gn#newcode64 components/payments/core/BUILD.gn:64: "payments_test_util.cc", nit: payment_test_utils
3 years, 5 months ago (2017-07-05 13:26:29 UTC) #7
Moe
https://codereview.chromium.org/2970013003/diff/20001/components/payments/core/BUILD.gn File components/payments/core/BUILD.gn (right): https://codereview.chromium.org/2970013003/diff/20001/components/payments/core/BUILD.gn#newcode64 components/payments/core/BUILD.gn:64: "payments_test_util.cc", On 2017/07/05 at 13:26:28, Mathieu wrote: > nit: ...
3 years, 5 months ago (2017-07-05 13:59:23 UTC) #8
macourteau
ios/c/b/* lgtm (with optional nits) https://codereview.chromium.org/2970013003/diff/20001/ios/chrome/browser/payments/test_payment_request.h File ios/chrome/browser/payments/test_payment_request.h (right): https://codereview.chromium.org/2970013003/diff/20001/ios/chrome/browser/payments/test_payment_request.h#newcode43 ios/chrome/browser/payments/test_payment_request.h:43: region_data_loader_(nullptr), optional nit: I ...
3 years, 5 months ago (2017-07-05 14:10:37 UTC) #9
Mathieu
https://codereview.chromium.org/2970013003/diff/20001/components/payments/core/BUILD.gn File components/payments/core/BUILD.gn (right): https://codereview.chromium.org/2970013003/diff/20001/components/payments/core/BUILD.gn#newcode64 components/payments/core/BUILD.gn:64: "payments_test_util.cc", On 2017/07/05 13:59:23, Moe wrote: > On 2017/07/05 ...
3 years, 5 months ago (2017-07-05 14:23:00 UTC) #10
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/2970013003/diff/20001/components/payments/core/BUILD.gn File components/payments/core/BUILD.gn (right): https://codereview.chromium.org/2970013003/diff/20001/components/payments/core/BUILD.gn#newcode64 components/payments/core/BUILD.gn:64: "payments_test_util.cc", On 2017/07/05 14:23:00, Mathieu wrote: > On ...
3 years, 5 months ago (2017-07-05 14:47:31 UTC) #11
Moe
Thanks everyone! https://codereview.chromium.org/2970013003/diff/20001/components/payments/core/BUILD.gn File components/payments/core/BUILD.gn (right): https://codereview.chromium.org/2970013003/diff/20001/components/payments/core/BUILD.gn#newcode64 components/payments/core/BUILD.gn:64: "payments_test_util.cc", On 2017/07/05 at 14:47:31, Eugene But ...
3 years, 5 months ago (2017-07-05 16:01:47 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/2970013003/60001
3 years, 5 months ago (2017-07-05 16:02:00 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:60001) as https://chromium.googlesource.com/chromium/src/+/e3b1c5a95d41bb37d5d3cace150c45a7ab2c4916
3 years, 5 months ago (2017-07-05 17:16:38 UTC) #19
gab
3 years, 5 months ago (2017-07-05 23:46:25 UTC) #20
Message was sent while issue was closed.
On 2017/07/04 21:27:28, Moe wrote:
> PTAL?
> TBR gab@ for added dependency to components/prefs

r-s lgtm for DEPS to prefs/

Powered by Google App Engine
This is Rietveld 408576698