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

Issue 2826713002: [Payment Request] Refactors the remaining selector view controllers (Closed)

Created:
3 years, 8 months ago by Moe
Modified:
3 years, 8 months ago
Reviewers:
macourteau
CC:
chromium-reviews, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, mahmadi+paymentsioswatch_chromium.org, pkl (ping after 24h if needed), gogerald+paymentswatch_chromium.org, rouslan+payments_chromium.org, marq+watch_chromium.org, noyau+watch_chromium.org, mahmadi+paymentswatch_chromium.org, sebsg+paymentswatch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Payment Request] Refactors the remaining selector view controllers This CL (which is a continuation of https://codereview.chromium.org/2827453004) replaces the following view controllers with PaymentRequestSelectorViewController: * ShippingOptionSelectionViewController * PaymentMethodSelectionViewController BUG=602666 Review-Url: https://codereview.chromium.org/2826713002 Cr-Commit-Position: refs/heads/master@{#466033} Committed: https://chromium.googlesource.com/chromium/src/+/5b23f583c5014cba0aad2e6837d64fe60e694d37

Patch Set 1 #

Total comments: 17

Patch Set 2 : Addressed comments #

Patch Set 3 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+410 lines, -958 lines) Patch
M ios/chrome/browser/payments/BUILD.gn View 4 chunks +4 lines, -8 lines 0 comments Download
M ios/chrome/browser/payments/payment_method_selection_coordinator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/payments/payment_method_selection_coordinator.mm View 1 2 chunks +75 lines, -57 lines 0 comments Download
M ios/chrome/browser/payments/payment_method_selection_coordinator_unittest.mm View 6 chunks +21 lines, -14 lines 0 comments Download
A ios/chrome/browser/payments/payment_method_selection_mediator.h View 1 chunk +29 lines, -0 lines 0 comments Download
A ios/chrome/browser/payments/payment_method_selection_mediator.mm View 1 chunk +121 lines, -0 lines 0 comments Download
D ios/chrome/browser/payments/payment_method_selection_view_controller.h View 1 chunk +0 lines, -63 lines 0 comments Download
D ios/chrome/browser/payments/payment_method_selection_view_controller.mm View 1 chunk +0 lines, -213 lines 0 comments Download
D ios/chrome/browser/payments/payment_method_selection_view_controller_actions.h View 1 chunk +0 lines, -17 lines 0 comments Download
D ios/chrome/browser/payments/payment_method_selection_view_controller_unittest.mm View 1 chunk +0 lines, -94 lines 0 comments Download
M ios/chrome/browser/payments/payment_request_selector_view_controller.h View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M ios/chrome/browser/payments/payment_request_selector_view_controller.mm View 1 2 2 chunks +14 lines, -1 line 0 comments Download
M ios/chrome/browser/payments/shipping_address_selection_coordinator.mm View 1 2 chunks +5 lines, -3 lines 0 comments Download
M ios/chrome/browser/payments/shipping_address_selection_mediator.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/payments/shipping_option_selection_coordinator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/payments/shipping_option_selection_coordinator.mm View 1 2 3 chunks +57 lines, -40 lines 0 comments Download
M ios/chrome/browser/payments/shipping_option_selection_coordinator_unittest.mm View 6 chunks +12 lines, -12 lines 0 comments Download
A ios/chrome/browser/payments/shipping_option_selection_mediator.h View 1 chunk +36 lines, -0 lines 0 comments Download
A + ios/chrome/browser/payments/shipping_option_selection_mediator.mm View 1 3 chunks +25 lines, -33 lines 0 comments Download
D ios/chrome/browser/payments/shipping_option_selection_view_controller.h View 1 chunk +0 lines, -65 lines 0 comments Download
D ios/chrome/browser/payments/shipping_option_selection_view_controller.mm View 1 chunk +0 lines, -218 lines 0 comments Download
D ios/chrome/browser/payments/shipping_option_selection_view_controller_actions.h View 1 chunk +0 lines, -17 lines 0 comments Download
D ios/chrome/browser/payments/shipping_option_selection_view_controller_unittest.mm View 1 chunk +0 lines, -94 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
Moe
Hi MAC, Please take a look at this CL.
3 years, 8 months ago (2017-04-18 18:15:55 UTC) #3
macourteau
A few comments & questions https://codereview.chromium.org/2826713002/diff/1/ios/chrome/browser/payments/payment_method_selection_coordinator.mm File ios/chrome/browser/payments/payment_method_selection_coordinator.mm (right): https://codereview.chromium.org/2826713002/diff/1/ios/chrome/browser/payments/payment_method_selection_coordinator.mm#newcode43 ios/chrome/browser/payments/payment_method_selection_coordinator.mm:43: self.mediator = [[PaymentMethodSelectionMediator alloc] ...
3 years, 8 months ago (2017-04-19 18:03:13 UTC) #4
Moe
Hi, PTAL. https://codereview.chromium.org/2826713002/diff/1/ios/chrome/browser/payments/payment_method_selection_coordinator.mm File ios/chrome/browser/payments/payment_method_selection_coordinator.mm (right): https://codereview.chromium.org/2826713002/diff/1/ios/chrome/browser/payments/payment_method_selection_coordinator.mm#newcode43 ios/chrome/browser/payments/payment_method_selection_coordinator.mm:43: self.mediator = [[PaymentMethodSelectionMediator alloc] On 2017/04/19 18:03:13, ...
3 years, 8 months ago (2017-04-19 20:12:44 UTC) #5
macourteau
lgtm w/ one question still https://codereview.chromium.org/2826713002/diff/1/ios/chrome/browser/payments/payment_method_selection_coordinator.mm File ios/chrome/browser/payments/payment_method_selection_coordinator.mm (right): https://codereview.chromium.org/2826713002/diff/1/ios/chrome/browser/payments/payment_method_selection_coordinator.mm#newcode43 ios/chrome/browser/payments/payment_method_selection_coordinator.mm:43: self.mediator = [[PaymentMethodSelectionMediator alloc] ...
3 years, 8 months ago (2017-04-20 14:43:00 UTC) #6
Moe
Thanks. https://codereview.chromium.org/2826713002/diff/1/ios/chrome/browser/payments/shipping_option_selection_coordinator.mm File ios/chrome/browser/payments/shipping_option_selection_coordinator.mm (right): https://codereview.chromium.org/2826713002/diff/1/ios/chrome/browser/payments/shipping_option_selection_coordinator.mm#newcode103 ios/chrome/browser/payments/shipping_option_selection_coordinator.mm:103: NOTREACHED() << "This should not get called."; On ...
3 years, 8 months ago (2017-04-20 15:23:30 UTC) #7
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/2826713002/40001
3 years, 8 months ago (2017-04-20 15:24:17 UTC) #10
commit-bot: I haz the power
3 years, 8 months ago (2017-04-20 17:12:31 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/5b23f583c5014cba0aad2e6837d6...

Powered by Google App Engine
This is Rietveld 408576698