[webkit-changes] [WebKit/WebKit] 584193: Clean up Win32Handle implementation
Don Olmstead
noreply at github.com
Thu May 11 16:55:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 584193816745c253e3c91c53ac548f70ab5af811
https://github.com/WebKit/WebKit/commit/584193816745c253e3c91c53ac548f70ab5af811
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M Source/WTF/wtf/PlatformWin.cmake
M Source/WTF/wtf/win/MemoryFootprintWin.cpp
M Source/WTF/wtf/win/MemoryPressureHandlerWin.cpp
A Source/WTF/wtf/win/Win32Handle.cpp
M Source/WTF/wtf/win/Win32Handle.h
M Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp
M Source/WebKit/Platform/IPC/Connection.h
M Source/WebKit/Platform/IPC/win/ArgumentCodersWin.cpp
M Source/WebKit/Platform/IPC/win/ConnectionWin.cpp
M Source/WebKit/Platform/IPC/win/IPCSemaphoreWin.cpp
M Source/WebKit/Platform/win/SharedMemoryWin.cpp
M Source/WebKit/UIProcess/Launcher/win/ProcessLauncherWin.cpp
Log Message:
-----------
Clean up Win32Handle implementation
https://bugs.webkit.org/show_bug.cgi?id=256498
Reviewed by Fujii Hironori.
Make `Win32Handle` look like `MachSendPort` so it has a similar
interface.
* Source/WTF/wtf/PlatformWin.cmake:
* Source/WTF/wtf/win/MemoryFootprintWin.cpp:
* Source/WTF/wtf/win/MemoryPressureHandlerWin.cpp:
* Source/WTF/wtf/win/Win32Handle.cpp: Added.
* Source/WTF/wtf/win/Win32Handle.h:
* Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp:
* Source/WebKit/Platform/IPC/Connection.h:
* Source/WebKit/Platform/IPC/win/ArgumentCodersWin.cpp:
* Source/WebKit/Platform/IPC/win/ConnectionWin.cpp:
* Source/WebKit/Platform/IPC/win/IPCSemaphoreWin.cpp:
* Source/WebKit/Platform/win/SharedMemoryWin.cpp:
* Source/WebKit/UIProcess/Launcher/win/ProcessLauncherWin.cpp:
Canonical link: https://commits.webkit.org/263991@main
More information about the webkit-changes
mailing list