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

Issue 2924663003: [Payment Request] Moves PaymentRequestViewController to :payments_ui (Closed)

Created:
3 years, 6 months ago by Moe
Modified:
3 years, 6 months ago
Reviewers:
gambard, lpromero
CC:
chromium-reviews, 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, noyau+watch_chromium.org, rouslan+payments_chromium.org, sebsg+paymentswatch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Payment Request] Moves PaymentRequestViewController to :payments_ui * Moves PaymentRequestViewControllerDataSource to its own file. * Moves chrome related logic (creation of the model items) to mediator. * Moves the PaymentRequestViewController to the :payments_ui target. * Adds unit tests for the view controller and the mediator. * Adds methods needed by the tests to the TestPaymentRequest. BUG=602666 Review-Url: https://codereview.chromium.org/2924663003 Cr-Original-Commit-Position: refs/heads/master@{#477517} Committed: https://chromium.googlesource.com/chromium/src/+/7de77b49cab72134899a55afd0dde19cefbd8af8 Review-Url: https://codereview.chromium.org/2924663003 Cr-Commit-Position: refs/heads/master@{#477630} Committed: https://chromium.googlesource.com/chromium/src/+/59c412850478a9e516564aa0a6976d187e59ec57

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1186 lines, -462 lines) Patch
M ios/chrome/browser/payments/payment_request.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/payments/test_payment_request.h View 1 2 chunks +19 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/test_payment_request.mm View 1 chunk +12 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/payments/BUILD.gn View 3 chunks +5 lines, -3 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_coordinator.mm View 9 chunks +17 lines, -20 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_mediator.h View 1 chunk +11 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_mediator.mm View 1 chunk +256 lines, -5 lines 0 comments Download
A ios/chrome/browser/ui/payments/payment_request_mediator_unittest.mm View 1 1 chunk +419 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_view_controller.h View 3 chunks +12 lines, -39 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_view_controller.mm View 15 chunks +171 lines, -317 lines 0 comments Download
A ios/chrome/browser/ui/payments/payment_request_view_controller_data_source.h View 1 1 chunk +64 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/payments/payment_request_view_controller_unittest.mm View 8 chunks +199 lines, -76 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
Moe
Hi Louis, Please take a look. This is the last view controller to move to ...
3 years, 6 months ago (2017-06-05 21:28:04 UTC) #2
lpromero
LGTM. Thank you! https://codereview.chromium.org/2924663003/diff/1/ios/chrome/browser/payments/test_payment_request.h File ios/chrome/browser/payments/test_payment_request.h (right): https://codereview.chromium.org/2924663003/diff/1/ios/chrome/browser/payments/test_payment_request.h#newcode45 ios/chrome/browser/payments/test_payment_request.h:45: // Removes all the creidt cards. ...
3 years, 6 months ago (2017-06-06 09:43:55 UTC) #3
Moe
Thank you Louis! https://codereview.chromium.org/2924663003/diff/1/ios/chrome/browser/payments/test_payment_request.h File ios/chrome/browser/payments/test_payment_request.h (right): https://codereview.chromium.org/2924663003/diff/1/ios/chrome/browser/payments/test_payment_request.h#newcode45 ios/chrome/browser/payments/test_payment_request.h:45: // Removes all the creidt cards. ...
3 years, 6 months ago (2017-06-07 02:12:51 UTC) #10
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/2924663003/20001
3 years, 6 months ago (2017-06-07 02:12:52 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/7de77b49cab72134899a55afd0dde19cefbd8af8
3 years, 6 months ago (2017-06-07 02:17:47 UTC) #14
alex clarke (OOO till 29th)
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/2925053002/ by alexclarke@chromium.org. ...
3 years, 6 months ago (2017-06-07 08:59:58 UTC) #15
gambard
I have landed https://chromium-review.googlesource.com/c/527072 which should fix it. You should be able to reland this ...
3 years, 6 months ago (2017-06-07 10:35:40 UTC) #17
Moe
On 2017/06/07 at 10:35:40, gambard wrote: > I have landed https://chromium-review.googlesource.com/c/527072 which should fix it. ...
3 years, 6 months ago (2017-06-07 14:07:53 UTC) #18
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/2924663003/20001
3 years, 6 months ago (2017-06-07 14:12:21 UTC) #20
commit-bot: I haz the power
3 years, 6 months ago (2017-06-07 14:17:06 UTC) #23
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/59c412850478a9e516564aa0a697...

Powered by Google App Engine
This is Rietveld 408576698