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

Issue 2804853002: Cancels payment request when Settings is tapped, and opens the Autofill settings page. (Closed)

Created:
3 years, 8 months ago by macourteau
Modified:
3 years, 8 months ago
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, noyau+watch_chromium.org, marq+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

Cancels payment request when Settings is tapped, and opens the Autofill settings page. Screenshots: http://imgur.com/a/h8xyi BUG=602666 Review-Url: https://codereview.chromium.org/2804853002 Cr-Commit-Position: refs/heads/master@{#462844} Committed: https://chromium.googlesource.com/chromium/src/+/69cffb5b42a7750fad55fd52c034573268e29681

Patch Set 1 #

Total comments: 8

Patch Set 2 : Rebase and Addresses comments from mahmadi@. #

Total comments: 4

Patch Set 3 : Addresses comments from marq@. #

Total comments: 2

Patch Set 4 : Remove more strongSelf checks. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -30 lines) Patch
M ios/chrome/app/main_controller.mm View 2 chunks +15 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/payments/payment_request_coordinator.h View 1 chunk +5 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/payment_request_coordinator.mm View 1 chunk +5 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/payment_request_manager.mm View 1 2 3 7 chunks +27 lines, -29 lines 0 comments Download
M ios/chrome/browser/payments/payment_request_view_controller.h View 1 chunk +5 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/payment_request_view_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/commands/ios_command_ids.h View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/settings_navigation_controller.h View 1 chunk +7 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/settings_navigation_controller.mm View 2 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (14 generated)
macourteau
Please do a first pass :)
3 years, 8 months ago (2017-04-05 19:58:54 UTC) #2
Moe
Looks great. a few comments. https://codereview.chromium.org/2804853002/diff/1/ios/chrome/browser/payments/payment_request_manager.mm File ios/chrome/browser/payments/payment_request_manager.mm (right): https://codereview.chromium.org/2804853002/diff/1/ios/chrome/browser/payments/payment_request_manager.mm#newcode548 ios/chrome/browser/payments/payment_request_manager.mm:548: [self terminateRequestWithErrorMessage:@"The payment request ...
3 years, 8 months ago (2017-04-06 05:18:14 UTC) #5
macourteau
https://codereview.chromium.org/2804853002/diff/1/ios/chrome/browser/payments/payment_request_manager.mm File ios/chrome/browser/payments/payment_request_manager.mm (right): https://codereview.chromium.org/2804853002/diff/1/ios/chrome/browser/payments/payment_request_manager.mm#newcode548 ios/chrome/browser/payments/payment_request_manager.mm:548: [self terminateRequestWithErrorMessage:@"The payment request was canceled." On 2017/04/06 05:18:13, ...
3 years, 8 months ago (2017-04-06 14:21:22 UTC) #6
Moe
On 2017/04/06 14:21:22, macourteau wrote: > https://codereview.chromium.org/2804853002/diff/1/ios/chrome/browser/payments/payment_request_manager.mm > File ios/chrome/browser/payments/payment_request_manager.mm (right): > > https://codereview.chromium.org/2804853002/diff/1/ios/chrome/browser/payments/payment_request_manager.mm#newcode548 > ...
3 years, 8 months ago (2017-04-06 14:38:27 UTC) #7
macourteau
+marq@ for OWNERS review of remaining files. Thanks!
3 years, 8 months ago (2017-04-06 14:43:07 UTC) #9
marq (ping after 24h)
https://codereview.chromium.org/2804853002/diff/20001/ios/chrome/browser/payments/payment_request_manager.mm File ios/chrome/browser/payments/payment_request_manager.mm (right): https://codereview.chromium.org/2804853002/diff/20001/ios/chrome/browser/payments/payment_request_manager.mm#newcode395 ios/chrome/browser/payments/payment_request_manager.mm:395: [strongSelf terminateRequestWithErrorMessage:kAbortMessage Delete lines 391-394 and just call the ...
3 years, 8 months ago (2017-04-06 15:16:45 UTC) #12
macourteau
https://codereview.chromium.org/2804853002/diff/20001/ios/chrome/browser/payments/payment_request_manager.mm File ios/chrome/browser/payments/payment_request_manager.mm (right): https://codereview.chromium.org/2804853002/diff/20001/ios/chrome/browser/payments/payment_request_manager.mm#newcode395 ios/chrome/browser/payments/payment_request_manager.mm:395: [strongSelf terminateRequestWithErrorMessage:kAbortMessage On 2017/04/06 15:16:45, marq wrote: > Delete ...
3 years, 8 months ago (2017-04-06 15:24:00 UTC) #13
Moe
https://codereview.chromium.org/2804853002/diff/40001/ios/chrome/browser/payments/payment_request_manager.mm File ios/chrome/browser/payments/payment_request_manager.mm (right): https://codereview.chromium.org/2804853002/diff/40001/ios/chrome/browser/payments/payment_request_manager.mm#newcode384 ios/chrome/browser/payments/payment_request_manager.mm:384: if (!strongSelf) Could you please call the method on ...
3 years, 8 months ago (2017-04-06 15:35:43 UTC) #14
macourteau
https://codereview.chromium.org/2804853002/diff/40001/ios/chrome/browser/payments/payment_request_manager.mm File ios/chrome/browser/payments/payment_request_manager.mm (right): https://codereview.chromium.org/2804853002/diff/40001/ios/chrome/browser/payments/payment_request_manager.mm#newcode384 ios/chrome/browser/payments/payment_request_manager.mm:384: if (!strongSelf) On 2017/04/06 15:35:43, moe wrote: > Could ...
3 years, 8 months ago (2017-04-06 18:38:47 UTC) #15
marq (ping after 24h)
lgtm
3 years, 8 months ago (2017-04-07 12:25:52 UTC) #20
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/2804853002/60001
3 years, 8 months ago (2017-04-07 12:34:04 UTC) #23
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 12:39:06 UTC) #26
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/69cffb5b42a7750fad55fd52c034...

Powered by Google App Engine
This is Rietveld 408576698