[webkit-changes] [WebKit/WebKit] bdc2cb: Port IPC::Semaphore to the new IPC serialization f...

Chris Dumez noreply at github.com
Thu Nov 16 14:42:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bdc2cb3920a7260e347d3a7b01fd116959761bbc
      https://github.com/WebKit/WebKit/commit/bdc2cb3920a7260e347d3a7b01fd116959761bbc
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-11-16 (Thu, 16 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/IPCEvent.h
    M Source/WebKit/Platform/IPC/IPCSemaphore.h
    A Source/WebKit/Platform/IPC/IPCSemaphore.serialization.in
    M Source/WebKit/Platform/IPC/darwin/IPCSemaphoreDarwin.cpp
    M Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp
    M Source/WebKit/Platform/IPC/win/IPCSemaphoreWin.cpp
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj
    M Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp

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

Reviewed by Alex Christensen.

* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Platform/IPC/IPCSemaphore.h:
* Source/WebKit/Platform/IPC/IPCSemaphore.serialization.in: Added.
* Source/WebKit/Platform/IPC/darwin/IPCSemaphoreDarwin.cpp:
(IPC::Semaphore::encode const): Deleted.
(IPC::Semaphore::decode): Deleted.
* Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp:
(IPC::Semaphore::duplicateDescriptor const):
(IPC::Semaphore::encode const): Deleted.
(IPC::Semaphore::decode): Deleted.
* Source/WebKit/Platform/IPC/win/IPCSemaphoreWin.cpp:
(IPC::Semaphore::toWin32Handle const):
(IPC::Semaphore::encode const): Deleted.
(IPC::Semaphore::decode): Deleted.
* Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp:
(WebKit::IPCTestingAPI::JSIPCSemaphore::encode const):

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




More information about the webkit-changes mailing list