Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2b8626d703b1f9ce49eedd4a548972d4e5bf5a0d
      
https://github.com/WebKit/WebKit/commit/2b8626d703b1f9ce49eedd4a548972d4e5bf5a0d
  Author: Pascoe <pas...@apple.com>
  Date:   2024-02-06 (Tue, 06 Feb 2024)

  Changed paths:
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    A Source/WebKit/Shared/Cocoa/CoreIPCCFCharacterSet.h
    A Source/WebKit/Shared/Cocoa/CoreIPCCFCharacterSet.serialization.in
    M Source/WebKit/Shared/cf/ArgumentCodersCF.cpp
    M Source/WebKit/Shared/cf/CFTypes.serialization.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj
    M Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm

  Log Message:
  -----------
  Generate serialization for CFCharacterSetRef
https://bugs.webkit.org/show_bug.cgi?id=268338
rdar://121884571

Reviewed by Alex Christensen.

This patch moves from using a hand-rolled serializer for CFCharacterSetRef to
a generated one and expands a test to exercise it.

* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/cf/ArgumentCodersCF.cpp:
(IPC::ArgumentCoder<CFCharacterSetRef>::encode): Deleted.
(IPC::ArgumentCoder<RetainPtr<CFCharacterSetRef>>::decode): Deleted.
* Source/WebKit/Shared/cf/ArgumentCodersCF.h:
* Source/WebKit/Shared/cf/CFTypes.serialization.in:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm:
(TEST):

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to