Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2a16c10dc012b0a6e2f7c69ada165274fec5bed8
https://github.com/WebKit/WebKit/commit/2a16c10dc012b0a6e2f7c69ada165274fec5bed8
Author: Simon Lewis <[email protected]>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M Source/WebCore/Modules/applepay/Payment.h
M Source/WebCore/Modules/applepay/PaymentContact.h
M Source/WebCore/Modules/applepay/PaymentMerchantSession.h
M Source/WebCore/Modules/applepay/cocoa/PaymentCocoa.mm
M Source/WebCore/Modules/applepay/cocoa/PaymentContactCocoa.mm
M Source/WebCore/testing/MockPaymentCoordinator.cpp
M Source/WebKit/Platform/cocoa/PaymentAuthorizationPresenter.mm
M Source/WebKit/Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm
M Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.mm
M Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in
M Source/WebKit/Shared/WebCoreArgumentCoders.h
Log Message:
-----------
Generate serialization for WebCore::Payment, WebCore::PaymentContact, and
WebCore::PaymentMerchantSession
https://bugs.webkit.org/show_bug.cgi?id=267703
rdar://121195605
Reviewed by Alex Christensen.
* Source/WebCore/Modules/applepay/Payment.h:
* Source/WebCore/Modules/applepay/PaymentContact.h:
* Source/WebCore/Modules/applepay/PaymentMerchantSession.h:
(WebCore::PaymentMerchantSession::pkPaymentMerchantSession const):
* Source/WebCore/Modules/applepay/cocoa/PaymentCocoa.mm:
(WebCore::Payment::pkPayment const):
* Source/WebCore/Modules/applepay/cocoa/PaymentContactCocoa.mm:
(WebCore::PaymentContact::pkContact const):
* Source/WebCore/testing/MockPaymentCoordinator.cpp:
(WebCore::MockPaymentCoordinator::showPaymentUI):
* Source/WebKit/Platform/cocoa/PaymentAuthorizationPresenter.mm:
(WebKit::PaymentAuthorizationPresenter::completeMerchantValidation):
* Source/WebKit/Shared/ApplePay/cocoa/WebPaymentCoordinatorProxyCocoa.mm:
(WebKit::WebPaymentCoordinatorProxy::platformPaymentRequest):
* Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.mm:
(IPC::getClass<PKPayment>): Deleted.
(IPC::getClass<PKPaymentMerchantSession>): Deleted.
(IPC::getClass<PKPaymentMethod>): Deleted.
(IPC::ArgumentCoder<WebCore::Payment>::encode): Deleted.
(IPC::ArgumentCoder<WebCore::Payment>::decode): Deleted.
(IPC::ArgumentCoder<WebCore::PaymentContact>::encode): Deleted.
(IPC::ArgumentCoder<WebCore::PaymentContact>::decode): Deleted.
(IPC::ArgumentCoder<WebCore::PaymentMerchantSession>::encode): Deleted.
(IPC::ArgumentCoder<WebCore::PaymentMerchantSession>::decode): Deleted.
* Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in:
* Source/WebKit/Shared/WebCoreArgumentCoders.h:
Canonical link: https://commits.webkit.org/273512@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes