[Webkit-unassigned] [Bug 62852] cannot handle status codes which have no response body

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 22:43:05 PDT 2011


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





--- Comment #10 from Alexey Proskuryakov <ap at webkit.org>  2011-07-26 22:43:04 PST ---
What kind of information are you looking for that is not currently available?

For instance, a FrameLoaderClient gets a pointer to document loader in dispatchDidLoadMainResource(). It also gets it in committedLoad(), together with the data that triggered the commit. Also, from virtually any callback it can access its frame's active document loader, and any information associated with it.

The problem I see with implementing the behavior you described is one of choice - there are so many ways to do it that it's hard to pick one that works best in edge cases. Adding one more similar callback will only make the problem worse.

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