[Webkit-unassigned] [Bug 18490] [SOUP] Local files are not handled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 20 10:26:53 PDT 2008


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





------- Comment #4 from danw at gnome.org  2008-04-20 10:26 PDT -------
(In reply to comment #3)
> I'd say to put everything into another file, without SOUP references (like
> macros).

It would be nice to be able to have ResourceHandleSoup, ResourceHandleData, and
ResourceHandleGio, and then have ResourceHandle::create create an object of the
right subclass for the given URL. ResourceHandleData could even be shared
between curl and soup (and other backends?)...

(I also don't really get what the point of ResourceHandleInternal is...
couldn't it all just be done as private parts of ResourceHandle? Or
alternatively, couldn't it be internal to the network backend, such that I
could then have separate kinds of ResourceHandleInternal for each of the three
request types?)


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