Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 79e0f1258ac535a59aead696ac57444fb72bd3b6
https://github.com/WebKit/WebKit/commit/79e0f1258ac535a59aead696ac57444fb72bd3b6
Author: Carlos Garcia Campos <[email protected]>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M Source/WebKit/Platform/IPC/Connection.h
M Source/WebKit/Platform/IPC/IPCUtilities.h
M Source/WebKit/Platform/IPC/unix/ConnectionUnix.cpp
M Source/WebKit/Shared/AuxiliaryProcess.cpp
M Source/WebKit/Shared/unix/AuxiliaryProcessMain.cpp
M Source/WebKit/UIProcess/Launcher/glib/FlatpakLauncher.cpp
M Source/WebKit/UIProcess/Launcher/glib/FlatpakLauncher.h
M Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp
Log Message:
-----------
[GTK][WPE] Use the IPC connection to send/receive credentials
https://bugs.webkit.org/show_bug.cgi?id=297846
Reviewed by Michael Catanzaro.
We currently use a dedicated socket pair connection for that, but we
could just use the IPC connection. Also, we only need to do that when
spawning sandboxed web processes, for other process types or when
sandbox is disabled we already have the pid, so we don't need to slow
down the process launch.
Canonical link: https://commits.webkit.org/299151@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes