[webkit-changes] [WebKit/WebKit] 4ef752: Port IPC::Connection::Handle to the new IPC serial...

Chris Dumez noreply at github.com
Fri Feb 2 07:50:30 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4ef75229c316513a48b608a575d26b7edd2e5157
      https://github.com/WebKit/WebKit/commit/4ef75229c316513a48b608a575d26b7edd2e5157
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

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

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

Reviewed by Alex Christensen.

* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Platform/IPC/Connection.cpp:
(IPC::Connection::Handle::encode): Deleted.
(IPC::Connection::Handle::decode): Deleted.
* Source/WebKit/Platform/IPC/Connection.h:
(IPC::Connection::Identifier::Identifier):
(IPC::Connection::Handle::Handle): Deleted.
(IPC::Connection::Handle::operator bool const): Deleted.
* Source/WebKit/Platform/IPC/ConnectionHandle.h: Added.
(IPC::ConnectionHandle::ConnectionHandle):
(IPC::ConnectionHandle::operator bool const):
* Source/WebKit/Platform/IPC/ConnectionHandle.serialization.in: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list