[Webkit-unassigned] [Bug 228233] [GTK] Allow to set GProxyResolver directly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 05:15:07 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=228233

--- Comment #11 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Unfortunately that's precisely what I was hoping you *wouldn't* have in your UI.

GSimpleProxyResolver doesn't support PAC. We'd need to either (a) add g_proxy_resolver_serialize() and g_proxy_resolver_deserialize() and let you set your own GProxyResolver, or (b) copy over a more complex GProxyResolver that does support PAC from glib-networking, or (c) maybe we can directly instantiate one of glib-networking's GProxyResolvers only if its type is registered?, or (d) write our own simple one that just handles PAC using that glib-pacrunner D-Bus API.

(Note that glib-pacrunner is currently either missing or broken in RHEL 9. I need to rewrite it to not depend on libproxy.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210727/cdc6478a/attachment-0001.htm>


More information about the webkit-unassigned mailing list