Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: dc807175a4ae44b456afebb5b883855f8e7e9361
https://github.com/WebKit/WebKit/commit/dc807175a4ae44b456afebb5b883855f8e7e9361
Author: Olivier Blin <[email protected]>
Date: 2026-01-22 (Thu, 22 Jan 2026)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp
Log Message:
-----------
Cherry-pick 306013@main (0ce9e754b015).
https://bugs.webkit.org/show_bug.cgi?id=305929
[GLib] Fix UsesSingleWebProcess propagation to the NetworkProcess
https://bugs.webkit.org/show_bug.cgi?id=305929
Reviewed by Adrian Perez de Castro.
The Network process has been migrated to use SharedPreferencesForWebProcess
in commit e0533e5d92ac (281415@main), but only the Cocoa port has been
updated
to propagate the WebProcessPool configuration to the PageConfiguration.
Page preferences are used to initialize the NetworkProcess preferences.
Update the glib port to apply the setting when creating the
PageConfiguration.
* Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp:
(webkitWebViewCreatePageConfiguration):
Canonical link: https://commits.webkit.org/306013@main
Canonical link: https://commits.webkit.org/305877.5@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications