Branch: refs/heads/webkitglib/2.50
Home: https://github.com/WebKit/WebKit
Commit: 19838970ed3166a32706972d1bcce0841bce4d36
https://github.com/WebKit/WebKit/commit/19838970ed3166a32706972d1bcce0841bce4d36
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/298234.404@webkitglib/2.50
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications