[Webkit-unassigned] [Bug 16826] [Gtk] Implement WebKitWebDownload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 8 11:02:42 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=16826





------- Comment #4 from marco.barisione at collabora.co.uk  2008-05-08 11:02 PDT -------
Created an attachment (id=21021)
 --> (http://bugs.webkit.org/attachment.cgi?id=21021&action=view)
File downloading

This is the same patch as before but updated to be applied to the current
webkit revision.

The main problem of the patch is that it uses curl directly. How do I ask an
HTTP back-end to download a file somewhere?

Another problem is that it's not gio-friendly. Probably we should add functions
accepting/returning GFiles if webkit is compiled against glib 2.16+ (always the
case if using the soup back-end).

Other things I would like to change:
 - I don't like error handling
 - Most things should become properties instead of having just
_get_foo/_set_foo


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



More information about the webkit-unassigned mailing list