[webkit-changes] [WebKit/WebKit] 92895f: Port IPC::SharedFileHandle to the new IPC serializ...
Chris Dumez
noreply at github.com
Tue Nov 28 08:58:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 92895f30aa1f9b8964c9a9fe531f2d1447f27c87
https://github.com/WebKit/WebKit/commit/92895f30aa1f9b8964c9a9fe531f2d1447f27c87
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M Source/WebCore/platform/FileHandle.cpp
M Source/WebCore/platform/FileHandle.h
M Source/WebKit/CMakeLists.txt
M Source/WebKit/DerivedSources-input.xcfilelist
M Source/WebKit/DerivedSources.make
M Source/WebKit/Platform/IPC/SharedFileHandle.cpp
M Source/WebKit/Platform/IPC/SharedFileHandle.h
A Source/WebKit/Platform/IPC/SharedFileHandle.serialization.in
M Source/WebKit/Platform/IPC/cocoa/SharedFileHandleCocoa.cpp
Log Message:
-----------
Port IPC::SharedFileHandle to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=265061
Reviewed by Alex Christensen.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Platform/IPC/SharedFileHandle.h:
* Source/WebKit/Platform/IPC/SharedFileHandle.serialization.in:
* Source/WebKit/Platform/IPC/cocoa/SharedFileHandleCocoa.cpp:
(IPC::SharedFileHandle::SharedFileHandle):
(IPC::SharedFileHandle::toMachSendRight const):
(IPC::SharedFileHandle::encode const): Deleted.
(IPC::SharedFileHandle::decode): Deleted.
Canonical link: https://commits.webkit.org/271219@main
More information about the webkit-changes
mailing list