[Webkit-unassigned] [Bug 55929] [GTK] Add proxy support to GtkLauncher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 09:29:30 PDT 2011


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





--- Comment #12 from thouraya <thouraya.andolsi at st.com>  2011-03-29 09:29:29 PST ---
Hello,


(In reply to comment #7)
> We can now use the new SoupProxyResolverDefault: https://bugzilla.gnome.org/show_bug.cgi?id=642928

To add proxy support, I have only to add 3 lines:

SoupSession * ss = webkit_get_default_session();
proxyUri = soup_uri_new(proxy);
g_object_set(ss, SOUP_SESSION_PROXY_URI, proxyUri, NULL);


Why shoold I replace them using SoupProxyResolverDefault?
the problem is in the call to g_object_set()?


Using that API, how to set the proxy property to the session?
I won't use soup_session_async_new_with_options ( the session is already created) and I cannot add it as a new feature to the session.

Thank you very much.
Thouraya.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list