[webkit-changes] [WebKit/WebKit] 46b3cc: Generate WKSecureCoding for PKPaymentMerchantSession

Brady Eidson noreply at github.com
Fri Feb 2 12:03:29 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 46b3cc90a48cfdf8905654650313fb3741fdfc6b
      https://github.com/WebKit/WebKit/commit/46b3cc90a48cfdf8905654650313fb3741fdfc6b
  Author: Brady Eidson <beidson at apple.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h
    M Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.h
    M Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm
    M Source/WebKit/Shared/Cocoa/CoreIPCNSCFObject.h
    M Source/WebKit/Shared/Cocoa/CoreIPCNSCFObject.mm
    M Source/WebKit/Shared/Cocoa/CoreIPCPassKit.serialization.in
    M Source/WebKit/Shared/Cocoa/WKKeyedCoder.mm
    M Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm

  Log Message:
  -----------
  Generate WKSecureCoding for PKPaymentMerchantSession
https://bugs.webkit.org/show_bug.cgi?id=268605
rdar://122166988

Reviewed by Alex Christensen.

* Source/WebCore/PAL/pal/spi/cocoa/PassKitSPI.h:

* Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.h:
* Source/WebKit/Shared/Cocoa/ArgumentCodersCocoa.mm:
(IPC::getClass<PKPaymentMerchantSession>):
(IPC::typeFromObject):

* Source/WebKit/Shared/Cocoa/CoreIPCNSCFObject.h:
* Source/WebKit/Shared/Cocoa/CoreIPCNSCFObject.mm:
(WebKit::valueFromID):
* Source/WebKit/Shared/Cocoa/CoreIPCPassKit.serialization.in:

* Source/WebKit/Shared/Cocoa/WKKeyedCoder.mm:
(-[WKKeyedCoder encodeObject:forKey:]):
(-[WKKeyedCoder decodeObjectOfClass:forKey:]):
(-[WKKeyedCoder decodeObjectOfClasses:forKey:]):

* Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm:
(TEST):

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




More information about the webkit-changes mailing list