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

Issue 2665583002: PaymentApp: Rename PaymentAppRequestData to PaymentAppRequest. (Closed)

Created:
3 years, 10 months ago by zino
Modified:
3 years, 10 months ago
CC:
chromium-reviews, rouslan+payments_chromium.org, gogerald+paymentswatch_chromium.org, dglazkov+blink, blink-reviews, blink-reviews-api_chromium.org, kinuko+watch, sebsg+paymentswatch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fix bot error #

Patch Set 3 : content and mojom #

Patch Set 4 : android #

Total comments: 15

Patch Set 5 : PaymentApp: Rename PaymentAppRequestData to PaymentAppRequest. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -363 lines) Patch
M chrome/browser/android/payments/service_worker_payment_app_bridge.cc View 1 2 3 4 4 chunks +14 lines, -13 lines 0 comments Download
M components/payments/payment_app.mojom View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/payments/payment_app_content_unittest_base.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/payments/payment_app_provider_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/payments/payment_app_provider_impl.cc View 1 2 3 4 6 chunks +10 lines, -9 lines 0 comments Download
M content/browser/payments/payment_app_provider_impl_unittest.cc View 1 2 3 4 2 chunks +8 lines, -8 lines 0 comments Download
M content/browser/service_worker/embedded_worker_test_helper.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/service_worker/embedded_worker_test_helper.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M content/common/service_worker/service_worker_event_dispatcher.mojom View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/payment_app_provider.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/service_worker/service_worker_context_client.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/service_worker/service_worker_context_client.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-request-event.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/BUILD.gn View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/modules_idl_files.gni View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/modules/payments/PaymentAppRequest.idl View 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/Source/modules/payments/PaymentAppRequestConversion.h View 1 chunk +26 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/modules/payments/PaymentAppRequestConversion.cpp View 2 chunks +13 lines, -13 lines 0 comments Download
A + third_party/WebKit/Source/modules/payments/PaymentAppRequestConversionTest.cpp View 3 chunks +8 lines, -9 lines 0 comments Download
D third_party/WebKit/Source/modules/payments/PaymentAppRequestData.idl View 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/WebKit/Source/modules/payments/PaymentAppRequestDataConversion.h View 1 chunk +0 lines, -27 lines 0 comments Download
D third_party/WebKit/Source/modules/payments/PaymentAppRequestDataConversion.cpp View 1 chunk +0 lines, -106 lines 0 comments Download
D third_party/WebKit/Source/modules/payments/PaymentAppRequestDataConversionTest.cpp View 1 chunk +0 lines, -84 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequestEvent.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequestEvent.cpp View 3 chunks +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp View 1 2 3 4 2 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h View 3 chunks +5 lines, -5 lines 0 comments Download
D third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequestData.h View 1 chunk +0 lines, -27 lines 0 comments Download
M third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 36 (27 generated)
zino
PTAL This CL doesn't need a intent because Payment App API is still behind runtime ...
3 years, 10 months ago (2017-01-29 20:53:10 UTC) #9
zino
PTAL haraken@ for Blink/* rouslan@ for payments jam@ for content/* Tom Sepez@ for mojom
3 years, 10 months ago (2017-01-29 21:28:53 UTC) #12
please use gerrit instead
payments lgtm % comments https://codereview.chromium.org/2665583002/diff/60001/third_party/WebKit/Source/modules/payments/PaymentAppRequest.idl File third_party/WebKit/Source/modules/payments/PaymentAppRequest.idl (right): https://codereview.chromium.org/2665583002/diff/60001/third_party/WebKit/Source/modules/payments/PaymentAppRequest.idl#newcode5 third_party/WebKit/Source/modules/payments/PaymentAppRequest.idl:5: // https://w3c.github.io/webpayments-payment-apps-api/#idl-def-paymentapprequest Please put this ...
3 years, 10 months ago (2017-01-30 15:03:32 UTC) #21
jam
lgtm with nits https://codereview.chromium.org/2665583002/diff/60001/chrome/browser/android/payments/service_worker_payment_app_bridge.cc File chrome/browser/android/payments/service_worker_payment_app_bridge.cc (right): https://codereview.chromium.org/2665583002/diff/60001/chrome/browser/android/payments/service_worker_payment_app_bridge.cc#newcode99 chrome/browser/android/payments/service_worker_payment_app_bridge.cc:99: PaymentAppRequestPtr appRequest = PaymentAppRequest::New(); ditto https://codereview.chromium.org/2665583002/diff/60001/content/browser/payments/payment_app_provider_impl.cc ...
3 years, 10 months ago (2017-01-30 18:05:01 UTC) #22
haraken
WebKit LGTM
3 years, 10 months ago (2017-01-30 18:10:24 UTC) #23
Tom Sepez
mojom LGTM modulo style guidance.
3 years, 10 months ago (2017-01-30 18:15:37 UTC) #24
zino
jam@ and rouslan@ I addressed your comments. Thank you for review. https://codereview.chromium.org/2665583002/diff/60001/third_party/WebKit/Source/modules/payments/PaymentAppRequest.idl File third_party/WebKit/Source/modules/payments/PaymentAppRequest.idl (right): ...
3 years, 10 months ago (2017-01-31 09:16:07 UTC) #26
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/2665583002/80001
3 years, 10 months ago (2017-01-31 15:39:29 UTC) #33
commit-bot: I haz the power
3 years, 10 months ago (2017-01-31 15:45:45 UTC) #36
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/43a4fa9fea854962de09320188f9...

Powered by Google App Engine
This is Rietveld 408576698