[Webkit-unassigned] [Bug 42721] [EFL] Set proxy address for Soup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 05:43:13 PDT 2010


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





--- Comment #9 from Lucas De Marchi <lucas.demarchi at profusion.mobi>  2010-07-22 05:43:13 PST ---
(From update of attachment 62268)
Not so important, but:

> +/**
> + * Sets proxy address.
> + *
> + * @param proxy address. If proxy address is null, proxy address isn't set.
> + */
> +void ewk_settings_proxy_uri_set(const char* proxy)
> +{
> +#ifdef WTF_USE_SOUP
#if USE(SOUP)

> +    SoupSession* session = WebCore::ResourceHandle::defaultSession();
> +    g_object_set(session, SOUP_SESSION_PROXY_URI, soup_uri_new(proxy), NULL);
> +#elif defined WTF_USE_CURL
#elif USE(CURL)

-- 
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