Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 1f7e6f818b85efbef6b8f056e86e683cfc859779 https://github.com/WebKit/WebKit/commit/1f7e6f818b85efbef6b8f056e86e683cfc859779 Author: Claudio Saavedra <csaave...@igalia.com> Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths: M Source/WebCore/CMakeLists.txt M Source/WebCore/platform/network/soup/SoupNetworkProxySettings.h R Source/WebCore/platform/network/soup/SoupNetworkProxySettings.serialization.in M Source/WebKit/Platform/IPC/ArgumentCoders.h A Source/WebKit/Platform/IPC/glib/ArgumentCodersGlib.h M Source/WebKit/PlatformGTK.cmake M Source/WebKit/PlatformWPE.cmake M Source/WebKit/Shared/WebCoreArgumentCoders.h R Source/WebKit/Shared/soup/WebCoreArgumentCodersSoup.cpp A Source/WebKit/Shared/soup/WebCoreArgumentCodersSoup.serialization.in M Source/WebKit/SourcesGTK.txt M Source/WebKit/SourcesWPE.txt Log Message: ----------- [SOUP] Port SoupNetworkProxySettings to new IPC serialization https://bugs.webkit.org/show_bug.cgi?id=272085 Reviewed by Michael Catanzaro. Move the serialization of the SoupNetworkProxySettingsMode to WebKit/Shared to a single file for soup-related argument coders. Also add a serializer for GUniquePtr<char*>, as it's needed for the ignored hosts list. With this in place, add a generator for SoupNetworkProxySettings and remove the handmade coder. * Source/WebCore/CMakeLists.txt: * Source/WebCore/platform/network/soup/SoupNetworkProxySettings.h: (WebCore::SoupNetworkProxySettings::SoupNetworkProxySettings): * Source/WebKit/Platform/IPC/ArgumentCoders.h: * Source/WebKit/Platform/IPC/glib/ArgumentCodersGlib.h: Added. * Source/WebKit/PlatformGTK.cmake: * Source/WebKit/PlatformWPE.cmake: * Source/WebKit/Shared/WebCoreArgumentCoders.h: * Source/WebKit/Shared/soup/WebCoreArgumentCodersSoup.cpp: Removed. * Source/WebKit/Shared/soup/WebCoreArgumentCodersSoup.serialization.in: Renamed from Source/WebCore/platform/network/soup/SoupNetworkProxySettings.serialization.in. * Source/WebKit/SourcesGTK.txt: * Source/WebKit/SourcesWPE.txt: Canonical link: https://commits.webkit.org/277107@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes