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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 20 10:06:49 PDT 2008


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





------- Comment #3 from lethalman88 at gmail.com  2008-04-20 10:06 PDT -------
I'd say to put everything into another file, without SOUP references (like
macros).

(In reply to comment #2)
>   1. It adds a bunch of crap to ResourceHandleInternal, although all of the
>      other backends add lots of crap there too, so this is probably expected

I didn't see in other ports, but are you sure this job is not done by their
http stack?

>   2. It doesn't handle any error cases at all. Even in the places where it
>      looks like it handles errors, it doesn't really; you just get a blank
>      page in GtkLauncher instead of an error message. (Maybe that's a
>      GtkLauncher problem?) At any rate, there are also other places where
>      it should return an error, but it doesn't. Also, I wasn't sure if you're
>      allowed to call ->didFail() after having called didReceiveResponse(),
>      etc.

It's a FrameLoaderClient missing implementation, I created a brief patch for
that. It's not a problem of the network backend.


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