[Webkit-unassigned] [Bug 16760] <object> should use fallback content on 404 response (Acid3 bug)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 00:49:39 PST 2008


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





------- Comment #6 from eric at webkit.org  2008-01-24 00:49 PDT -------
If we're to implement this the way Mark started to, then we'll need to add a
new callback to CachedResourceClient.  It could even be as specific as
respondedWithError() or similar.  Hooking into the notifyFinished() callback
would be too late, since who knows, the 404 page could be 10mb and there is no
need to download the whole page only to trip over into <object> fallback (or
ignore the CachedStyleSheet)


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