Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Issue 2744823003: [Payment Request] Generic edit form (Closed)

Created:
3 years, 9 months ago by Moe
Modified:
3 years, 9 months ago
Reviewers:
lpromero
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, srahim+watch_chromium.org, sebsg+paymentswatch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 13

Patch Set 2 : Generic edit form + showCase #

Total comments: 40

Patch Set 3 : Addressed comments #

Total comments: 4

Patch Set 4 : Addressed comments #

Total comments: 31

Patch Set 5 : Addressed comments #

Total comments: 8

Patch Set 6 : Addressed comments #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+852 lines, -3 lines) Patch
M components/components_strings.grd View 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/BUILD.gn View 1 2 3 4 2 chunks +28 lines, -0 lines 0 comments Download
A ios/chrome/browser/payments/payment_request_edit_view_controller.h View 1 2 3 4 5 1 chunk +74 lines, -0 lines 0 comments Download
A ios/chrome/browser/payments/payment_request_edit_view_controller.mm View 1 2 3 4 5 1 chunk +494 lines, -0 lines 0 comments Download
A ios/chrome/browser/payments/payment_request_edit_view_controller+internal.h View 1 2 3 4 1 chunk +35 lines, -0 lines 0 comments Download
A ios/chrome/browser/payments/payment_request_edit_view_controller_actions.h View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
A ios/chrome/browser/payments/payment_request_editor_field.h View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A ios/chrome/browser/payments/payment_request_editor_field.mm View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/cells/autofill_edit_item.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/cells/autofill_edit_item.mm View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/settings/material_cell_catalog_view_controller.mm View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M ios/showcase/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ios/showcase/core/showcase_model.mm View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A ios/showcase/payments/BUILD.gn View 1 1 chunk +20 lines, -0 lines 0 comments Download
A ios/showcase/payments/sc_payments_editor_coordinator.h View 1 1 chunk +15 lines, -0 lines 0 comments Download
A ios/showcase/payments/sc_payments_editor_coordinator.mm View 1 2 3 4 1 chunk +75 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (17 generated)
Moe
Hi Louis, Please take a look at this CL. Mathieu, Please take a look at ...
3 years, 9 months ago (2017-03-13 00:19:33 UTC) #4
Jamespotts0602
On 2017/03/13 00:19:33, moe wrote: > Hi Louis, Please take a look at this CL. ...
3 years, 9 months ago (2017-03-13 16:38:39 UTC) #5
lpromero
Hi moe, indeed, it is pretty long to review. Can I advise to land the ...
3 years, 9 months ago (2017-03-13 16:42:36 UTC) #6
lpromero
https://codereview.chromium.org/2744823003/diff/1/ios/chrome/browser/payments/credit_card_edit_coordinator.mm File ios/chrome/browser/payments/credit_card_edit_coordinator.mm (right): https://codereview.chromium.org/2744823003/diff/1/ios/chrome/browser/payments/credit_card_edit_coordinator.mm#newcode39 ios/chrome/browser/payments/credit_card_edit_coordinator.mm:39: [self.baseViewController.navigationController popViewControllerAnimated:YES]; Could you instead do: [_viewController.navigationController popViewControllerAnimated:YES]; I ...
3 years, 9 months ago (2017-03-13 16:54:10 UTC) #7
Moe
Hi Louis, Please take another look. The CL now only includes the generic edit form ...
3 years, 9 months ago (2017-03-16 01:35:32 UTC) #11
lpromero
https://codereview.chromium.org/2744823003/diff/1/ios/chrome/browser/payments/BUILD.gn File ios/chrome/browser/payments/BUILD.gn (right): https://codereview.chromium.org/2744823003/diff/1/ios/chrome/browser/payments/BUILD.gn#newcode82 ios/chrome/browser/payments/BUILD.gn:82: "//ios/chrome/browser/ui/settings/cells", On 2017/03/16 01:35:32, moe wrote: > On 2017/03/13 ...
3 years, 9 months ago (2017-03-16 13:01:07 UTC) #12
Moe
https://codereview.chromium.org/2744823003/diff/60001/ios/chrome/browser/payments/payment_request_edit_view_controller.h File ios/chrome/browser/payments/payment_request_edit_view_controller.h (right): https://codereview.chromium.org/2744823003/diff/60001/ios/chrome/browser/payments/payment_request_edit_view_controller.h#newcode17 ios/chrome/browser/payments/payment_request_edit_view_controller.h:17: const NSInteger ItemTypeErrorMessage = kItemTypeEnumZero + 100; On 2017/03/16 ...
3 years, 9 months ago (2017-03-16 15:44:23 UTC) #14
lpromero
Will it be Parent, Child1, Child2 and you use only Child1 and Child2, or will ...
3 years, 9 months ago (2017-03-16 16:08:08 UTC) #15
lpromero
https://codereview.chromium.org/2744823003/diff/80001/ios/chrome/browser/payments/BUILD.gn File ios/chrome/browser/payments/BUILD.gn (right): https://codereview.chromium.org/2744823003/diff/80001/ios/chrome/browser/payments/BUILD.gn#newcode92 ios/chrome/browser/payments/BUILD.gn:92: "//components/autofill/core/browser", Is this used for anything other than autofill::ServerFieldType? ...
3 years, 9 months ago (2017-03-16 16:25:51 UTC) #16
Moe
Hi Louis, PTAL. I did some more refactoring on the "parent" form to ensure the ...
3 years, 9 months ago (2017-03-21 04:22:14 UTC) #17
lpromero
General comments: * Thanks for integrating nicely in Showcase and the cell catalog! * Before ...
3 years, 9 months ago (2017-03-22 10:51:33 UTC) #19
Moe
Hi Louis, Please take another look. I will sent out a separate CL to test ...
3 years, 9 months ago (2017-03-22 17:54:36 UTC) #20
lpromero
lgtm https://codereview.chromium.org/2744823003/diff/100001/ios/chrome/browser/payments/BUILD.gn File ios/chrome/browser/payments/BUILD.gn (right): https://codereview.chromium.org/2744823003/diff/100001/ios/chrome/browser/payments/BUILD.gn#newcode105 ios/chrome/browser/payments/BUILD.gn:105: "//ios/third_party/material_components_ios", On 2017/03/22 17:54:31, moe wrote: > On ...
3 years, 9 months ago (2017-03-23 12:58:36 UTC) #21
Moe
Thank you louis! https://codereview.chromium.org/2744823003/diff/120001/ios/chrome/browser/payments/payment_request_edit_view_controller.h File ios/chrome/browser/payments/payment_request_edit_view_controller.h (right): https://codereview.chromium.org/2744823003/diff/120001/ios/chrome/browser/payments/payment_request_edit_view_controller.h#newcode50 ios/chrome/browser/payments/payment_request_edit_view_controller.h:50: // wehn the value of its ...
3 years, 9 months ago (2017-03-23 15:20:44 UTC) #27
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/2744823003/160001
3 years, 9 months ago (2017-03-23 15:21:17 UTC) #30
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 16:36:40 UTC) #33

Powered by Google App Engine
This is Rietveld 408576698