[webkit-changes] [WebKit/WebKit] 63f208: Port IPC::FormDataReference to the new IPC seriali...

Chris Dumez noreply at github.com
Wed Nov 15 18:52:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 63f2089fb62fc77995e76546329006288840b840
      https://github.com/WebKit/WebKit/commit/63f2089fb62fc77995e76546329006288840b840
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/Platform/IPC/FormDataReference.h
    A Source/WebKit/Platform/IPC/FormDataReference.serialization.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Port IPC::FormDataReference to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=264895

Reviewed by Alex Christensen.

* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Platform/IPC/FormDataReference.h:
(IPC::FormDataReference::data const):
(IPC::FormDataReference::takeData):
(IPC::FormDataReference::FormDataReference):
(IPC::FormDataReference::sandboxExtensionHandles const):
(IPC::FormDataReference::encode const): Deleted.
(IPC::FormDataReference::decode): Deleted.
* Source/WebKit/Platform/IPC/FormDataReference.serialization.in: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list