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

Issue 2545523004: Rename canMakeActivePayment to canMakePayment (Closed)

Created:
4 years ago by rwlbuis
Modified:
4 years ago
CC:
chromium-reviews, qsr+mojo_chromium.org, gogerald+paymentswatch_chromium.org, Aaron Boodman, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, rouslan+payments_chromium.org, agrieve+watch_chromium.org, blink-reviews, darin (slow to review), sebsg+paymentswatch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename canMakeActivePayment to canMakePayment It was decided to rename canMakeActivePayment to canMakePayment: https://github.com/w3c/browser-payment-api/pull/316 Note that this feature is still behind a runtime flag, now named CanMakePayment. BUG=587995 Committed: https://crrev.com/e3da0af8a1228f17aebefd2f73518654c8b2ab98 Cr-Commit-Position: refs/heads/master@{#436078}

Patch Set 1 #

Patch Set 2 : Fix webexposed test result and more renamings #

Patch Set 3 : More renaming + android fix #

Patch Set 4 : Try to fix build #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -871 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestFactory.java View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/payments/PaymentRequestImpl.java View 1 2 3 4 10 chunks +30 lines, -30 lines 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestActivePaymentQueryNoCardTest.java View 1 1 chunk +0 lines, -81 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestActivePaymentQueryTest.java View 1 1 chunk +0 lines, -86 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestCanMakePaymentQueryNoCardTest.java View 1 2 6 chunks +11 lines, -11 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestCanMakePaymentQueryTest.java View 1 2 6 chunks +11 lines, -11 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestCcActivePaymentQueryNoCardTest.java View 1 1 chunk +0 lines, -45 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestCcActivePaymentQueryTest.java View 1 1 chunk +0 lines, -65 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestCcCanMakePaymentQueryNoCardTest.java View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestCcCanMakePaymentQueryTest.java View 1 2 2 chunks +12 lines, -12 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppActivePaymentQueryTest.java View 1 1 chunk +0 lines, -86 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestPaymentAppCanMakePaymentQueryTest.java View 1 2 6 chunks +15 lines, -15 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestBase.java View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/payments/payment_request_impl.h View 1 chunk +1 line, -1 line 0 comments Download
D chrome/test/data/android/payments/active_payment_query.js View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/test/data/android/payments/active_payment_query_bobpay.js View 1 chunk +0 lines, -93 lines 0 comments Download
D chrome/test/data/android/payments/active_payment_query_cc.js View 1 chunk +0 lines, -48 lines 0 comments Download
A + chrome/test/data/android/payments/can_make_payment_query.js View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/data/android/payments/can_make_payment_query_bobpay.js View 4 chunks +4 lines, -4 lines 0 comments Download
A + chrome/test/data/android/payments/can_make_payment_query_cc.js View 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html View 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/test/data/android/payments/payment_request_active_payment_query_cc_test.html View 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/test/data/android/payments/payment_request_active_payment_query_test.html View 1 chunk +0 lines, -20 lines 0 comments Download
A + chrome/test/data/android/payments/payment_request_can_make_payment_query_bobpay_test.html View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/data/android/payments/payment_request_can_make_payment_query_cc_test.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + chrome/test/data/android/payments/payment_request_can_make_payment_query_test.html View 1 chunk +1 line, -1 line 0 comments Download
M components/payments/payment_request.mojom View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/modules/payments/ActivePaymentTest.cpp View 1 2 3 4 1 chunk +0 lines, -114 lines 0 comments Download
A + third_party/WebKit/Source/modules/payments/CanMakePaymentTest.cpp View 1 2 3 4 7 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.cpp View 1 2 3 4 7 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.idl View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 47 (23 generated)
rwlbuis
PTAL. I'll fix the build error soon (I think I forgot to update BUILD.gn) but ...
4 years ago (2016-12-01 22:30:59 UTC) #4
please use gerrit instead
LGTM Thank you so much for helping out here.
4 years ago (2016-12-01 23:48:36 UTC) #5
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/2545523004/60001
4 years ago (2016-12-02 01:31:02 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/317010)
4 years ago (2016-12-02 01:38:35 UTC) #10
haraken
On 2016/12/02 01:38:35, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years ago (2016-12-02 01:40:06 UTC) #11
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/2545523004/60001
4 years ago (2016-12-02 01:51:33 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/317026)
4 years ago (2016-12-02 01:59:22 UTC) #15
rwlbuis
Adding tsepez for mojom review.
4 years ago (2016-12-02 02:14:10 UTC) #17
rwlbuis
Adding sky/thestig for chrome/browser/payments/payment_request_impl.h review.
4 years ago (2016-12-02 02:15:00 UTC) #19
please use gerrit instead
On 2016/12/02 02:15:00, rwlbuis wrote: > Adding sky/thestig for chrome/browser/payments/payment_request_impl.h review. That's not necessary. Only ...
4 years ago (2016-12-02 02:16:26 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/2545523004/80001
4 years ago (2016-12-02 15:51:23 UTC) #24
please use gerrit instead
You might want to wait for Tom to approve payment-request.mojom first.
4 years ago (2016-12-02 15:52:40 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/317456)
4 years ago (2016-12-02 15:59:10 UTC) #27
rwlbuis
On 2016/12/02 15:52:40, rouslan wrote: > You might want to wait for Tom to approve ...
4 years ago (2016-12-02 16:14:49 UTC) #28
Tom Sepez
RS LGTM for renaming.
4 years ago (2016-12-02 17:37:27 UTC) #30
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/2545523004/100001
4 years ago (2016-12-02 18:06:29 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/317546)
4 years ago (2016-12-02 18:14:11 UTC) #35
rwlbuis
On 2016/12/02 02:16:26, rouslan wrote: > On 2016/12/02 02:15:00, rwlbuis wrote: > > Adding sky/thestig ...
4 years ago (2016-12-02 18:34:46 UTC) #36
please use gerrit instead
Let's ask sky for review on chrome/browser/payments/. I have not placed an OWNERS file in ...
4 years ago (2016-12-02 18:44:48 UTC) #37
rwlbuis
@sky PTAL chrome/browser/payments/payment_request_impl.h change.
4 years ago (2016-12-02 18:48:33 UTC) #39
sky
On 2016/12/02 18:48:33, rwlbuis wrote: > @sky PTAL chrome/browser/payments/payment_request_impl.h change. I think the ui should ...
4 years ago (2016-12-02 18:59:15 UTC) #40
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/2545523004/100001
4 years ago (2016-12-02 19:10:47 UTC) #42
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years ago (2016-12-02 23:37:35 UTC) #45
commit-bot: I haz the power
4 years ago (2016-12-02 23:39:36 UTC) #47
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e3da0af8a1228f17aebefd2f73518654c8b2ab98
Cr-Commit-Position: refs/heads/master@{#436078}

Powered by Google App Engine
This is Rietveld 408576698