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

Issue 2805263003: [Payments] Selecting incomplete items will open editors (Closed)

Created:
3 years, 8 months ago by Mathieu
Modified:
3 years, 8 months ago
Reviewers:
anthonyvd, Moe
CC:
chromium-reviews, darin-cc_chromium.org, gogerald+paymentswatch_chromium.org, jam, mahmadi+paymentswatch_chromium.org, rouslan+payments_chromium.org, sebsg+paymentswatch_chromium.org, tfarina
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Payments] Selecting incomplete items will open editors BUG=709571 TEST=browser_tests TBR=mahmadi Review-Url: https://codereview.chromium.org/2805263003 Cr-Commit-Position: refs/heads/master@{#463406} Committed: https://chromium.googlesource.com/chromium/src/+/4baea33bdc3f22c101176a43e694cbc1cbb56650

Patch Set 1 #

Patch Set 2 : Initial #

Total comments: 12

Patch Set 3 : addressed comments #

Total comments: 2

Patch Set 4 : fix ios test #

Patch Set 5 : fix ios test for realz #

Unified diffs Side-by-side diffs Delta from patch set Stats (+434 lines, -67 lines) Patch
M chrome/browser/ui/views/payments/credit_card_editor_view_controller.h View 1 3 chunks +15 lines, -1 line 0 comments Download
M chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc View 1 2 4 chunks +43 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/payments/credit_card_editor_view_controller_browsertest.cc View 3 chunks +60 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/credit_card_editor_view_controller_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/payments/editor_view_controller.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/editor_view_controller.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_method_view_controller.cc View 1 2 2 chunks +12 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_request_browsertest_base.h View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_request_browsertest_base.cc View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_request_dialog_view.h View 1 2 3 4 2 chunks +9 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_request_dialog_view.cc View 1 2 3 4 2 chunks +13 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/payments/payment_request_payment_response_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/payments/profile_list_view_controller.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/payments/shipping_address_editor_view_controller.h View 1 3 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/ui/views/payments/shipping_address_editor_view_controller.cc View 1 2 4 chunks +47 lines, -11 lines 0 comments Download
M components/autofill/core/browser/autofill_test_utils.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M components/payments/content/payment_request_state.cc View 1 2 3 4 chunks +4 lines, -7 lines 0 comments Download
M components/payments/content/payment_request_state_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M components/payments/core/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/payments/core/autofill_payment_instrument.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M components/payments/core/autofill_payment_instrument.cc View 1 2 4 chunks +29 lines, -3 lines 0 comments Download
A components/payments/core/autofill_payment_instrument_unittest.cc View 1 2 1 chunk +127 lines, -0 lines 0 comments Download
M components/payments/core/payment_instrument.h View 1 2 2 chunks +13 lines, -3 lines 0 comments Download
M components/payments/core/payment_instrument.cc View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M components/payments/core/payment_request_data_util_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/payments/payment_request_coordinator_unittest.mm View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (19 generated)
Mathieu
Hello! PTAL?
3 years, 8 months ago (2017-04-07 19:25:44 UTC) #2
anthonyvd
Hello, looks good! Few comments/questions. https://codereview.chromium.org/2805263003/diff/20001/chrome/browser/ui/views/payments/payment_method_view_controller.cc File chrome/browser/ui/views/payments/payment_method_view_controller.cc (right): https://codereview.chromium.org/2805263003/diff/20001/chrome/browser/ui/views/payments/payment_method_view_controller.cc#newcode103 chrome/browser/ui/views/payments/payment_method_view_controller.cc:103: AutofillPaymentInstrument* instrument_; I don't ...
3 years, 8 months ago (2017-04-07 20:08:09 UTC) #3
Mathieu
PTAL https://codereview.chromium.org/2805263003/diff/20001/chrome/browser/ui/views/payments/payment_method_view_controller.cc File chrome/browser/ui/views/payments/payment_method_view_controller.cc (right): https://codereview.chromium.org/2805263003/diff/20001/chrome/browser/ui/views/payments/payment_method_view_controller.cc#newcode103 chrome/browser/ui/views/payments/payment_method_view_controller.cc:103: AutofillPaymentInstrument* instrument_; On 2017/04/07 20:08:09, anthonyvd wrote: > ...
3 years, 8 months ago (2017-04-09 00:35:45 UTC) #9
anthonyvd
Great, lgtm! Thanks for the changes, and your explanation for the settings origin makes sense. ...
3 years, 8 months ago (2017-04-10 15:59:55 UTC) #12
Mathieu
https://codereview.chromium.org/2805263003/diff/100001/chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc File chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc (right): https://codereview.chromium.org/2805263003/diff/100001/chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc#newcode175 chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc:175: const std::string& locale = state()->GetApplicationLocale(); On 2017/04/10 15:59:55, anthonyvd ...
3 years, 8 months ago (2017-04-10 16:05:17 UTC) #13
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/2805263003/100001
3 years, 8 months ago (2017-04-10 16:11:00 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/190576)
3 years, 8 months ago (2017-04-10 17:12:43 UTC) #17
Mathieu
TBR mahmadi@chromium.org for ios
3 years, 8 months ago (2017-04-10 17:47:23 UTC) #19
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/2805263003/120001
3 years, 8 months ago (2017-04-10 17:48:15 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/190719)
3 years, 8 months ago (2017-04-10 18:49:33 UTC) #25
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/2805263003/140001
3 years, 8 months ago (2017-04-10 20:20:00 UTC) #28
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 21:43:46 UTC) #31
Message was sent while issue was closed.
Committed patchset #5 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/4baea33bdc3f22c101176a43e694...

Powered by Google App Engine
This is Rietveld 408576698