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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 00:18:25 PDT 2021


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

--- Comment #7 from Milan Crha <mcrha at redhat.com> ---
> unless your application offers custom proxy settings?

Right, my application (Evolution) offers its own proxy settings.

> Or do you really have a use-case...

I do not know. I guess you can close this. I did not know (did not realize until it had been mentioned here) the settings go to the network process.

I also do not know how the g_proxy_resolver_lookup() works in the background. If it can return different results for different http://|https:// requests, then it's impossible to convert into WebKit's proxy settings. The g_proxy_resolver_lookup() also returns an array of the proxy server URIs, but the webkit_network_proxy_settings_add_proxy_for_scheme() seems to allow only a single proxy URI to be added for the scheme.

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.

-- 
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/92d1c31d/attachment.htm>


More information about the webkit-unassigned mailing list