[Webkit-unassigned] [Bug 42286] [EFL] Add support for using libcurl network backend.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 23 09:41:38 PDT 2010


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





--- Comment #13 from Rafael Antognolli <antognolli at profusion.mobi>  2010-07-23 09:41:37 PST ---
(In reply to comment #12)
> (In reply to comment #11)
> > Created an attachment (id=62431)
 --> (https://bugs.webkit.org/attachment.cgi?id=62431) [details] [details]
> > Patch
> 
> It is just a rebase against ToT? what changed?

The following line:

+SET(NETWORK_BACKEND "soup" CACHE STRING "choose which network backend to use (one of ${ALL_NETWORK_BACKENDS})")

was changed from OPTION(NETWORK_BACKEND ...) because OPTION is used just for boolean values. I don't know why I never got a warning for this before, but now it was just not working.

This was also fixed now:
+    SET(ENABLE_GLIB_SUPPORT 1)

Previous patch was setting it to "ON", which doesn't work as expected.

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