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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 21 05:27:15 PDT 2010


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





--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-07-21 05:27:15 PST ---
Thank you lucas,

I understand your point as below, 

void ewk_XXX_proxy_uri_set(...)
{
#if USE(SOUP)
....
#elif USE(CURL)
....
#endif
}

And, EWebLauncher invokes the API.

In my opinion, this API is located in ewk_settings.cpp. How do you think about it ?

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