[webkit-changes] [WebKit/WebKit] dbba02: Generate serializer for "ApplePaySessionPaymentReq...

nishajain61 noreply at github.com
Tue Jan 30 10:28:58 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dbba0218030db9a00e64fee1f648dc87619195df
      https://github.com/WebKit/WebKit/commit/dbba0218030db9a00e64fee1f648dc87619195df
  Author: Nisha Jain <nisha_jain at apple.com>
  Date:   2024-01-30 (Tue, 30 Jan 2024)

  Changed paths:
    M Source/WebCore/Modules/applepay/ApplePaySessionPaymentRequest.h
    M Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.mm
    M Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in
    M Source/WebKit/Shared/WebCoreArgumentCoders.h

  Log Message:
  -----------
  Generate serializer for "ApplePaySessionPaymentRequest".
https://bugs.webkit.org/show_bug.cgi?id=268187
rdar://121679100

Reviewed by Alex Christensen.

Generate serializer for "ApplePaySessionPaymentRequest".

* Source/WebCore/Modules/applepay/ApplePaySessionPaymentRequest.h:
(WebCore::ApplePaySessionPaymentRequest::ApplePaySessionPaymentRequest):
* Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.mm:
(IPC::ArgumentCoder<WebCore::ApplePaySessionPaymentRequest>::encode): Deleted.
(IPC::ArgumentCoder<WebCore::ApplePaySessionPaymentRequest>::decode): Deleted.
(IPC::ArgumentCoder<WebCore::ApplePaySessionPaymentRequest::ContactFields>::encode): Deleted.
(IPC::ArgumentCoder<WebCore::ApplePaySessionPaymentRequest::ContactFields>::decode): Deleted.
(IPC::ArgumentCoder<WebCore::ApplePaySessionPaymentRequest::MerchantCapabilities>::encode): Deleted.
(IPC::ArgumentCoder<WebCore::ApplePaySessionPaymentRequest::MerchantCapabilities>::decode): Deleted.
* Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in:
* Source/WebKit/Shared/WebCoreArgumentCoders.h:

Canonical link: https://commits.webkit.org/273768@main




More information about the webkit-changes mailing list