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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 04:51:25 PDT 2021


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

--- Comment #10 from Milan Crha <mcrha at redhat.com> ---
(In reply to Michael Catanzaro from comment #9)
> > As you can see, many things are due to my lack of knowledge. The Evolution's
> > settings are not that complicated as the GProxyResolver API allows, thus I
> > might be able to make this work with the current WebKit implementation.
> 
> Hopefully!

I realized it's relatively simple to do, except of an autoconfig URL, which queries PACRunner to get the proxy for a given URL. The setting itself provides only the autoconfig URL and nothing else.

Maybe you can add an option for this into the WebKit proxy settings? Getting the result is as simple as a D-Bus call:
https://gitlab.gnome.org/GNOME/evolution-data-server/-/blob/master/src/libedataserver/e-source-proxy.c#L155

I'm not insisting on this, my eds patch currently says "not supported by WebKit".

-- 
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/87fcf280/attachment.htm>


More information about the webkit-unassigned mailing list