[webkit-changes] [WebKit/WebKit] c50b2c: Generate CFBoolean coders

Brady Eidson noreply at github.com
Mon Oct 30 12:39:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c50b2cb698b799b3ccef14ccfa4161d71db1bd8f
      https://github.com/WebKit/WebKit/commit/c50b2cb698b799b3ccef14ccfa4161d71db1bd8f
  Author: Brady Eidson <beidson at apple.com>
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/Shared/cf/ArgumentCodersCF.cpp
    M Source/WebKit/Shared/cf/ArgumentCodersCF.h
    M Source/WebKit/Shared/cf/CFTypes.serialization.in
    A Source/WebKit/Shared/cf/CoreIPCBoolean.h
    A Source/WebKit/Shared/cf/CoreIPCBoolean.serialization.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Generate CFBoolean coders
https://bugs.webkit.org/show_bug.cgi?id=263904
rdar://117694738

Reviewed by David Kilzer.

* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/cf/ArgumentCodersCF.cpp:
(IPC::ArgumentCoder<CFBooleanRef>::encode): Deleted.
(IPC::ArgumentCoder<RetainPtr<CFBooleanRef>>::decode): Deleted.
* Source/WebKit/Shared/cf/ArgumentCodersCF.h:
* Source/WebKit/Shared/cf/CFTypes.serialization.in:
* Source/WebKit/Shared/cf/CoreIPCBoolean.h: Added.
(WebKit::CoreIPCBoolean::CoreIPCBoolean):
(WebKit::CoreIPCBoolean::createBoolean const):
* Source/WebKit/Shared/cf/CoreIPCBoolean.serialization.in: Copied from Source/WebKit/Shared/cf/CFTypes.serialization.in.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list