[Webkit-unassigned] [Bug 33687] window.onload never fires if page contains a <script src=foo> whose load is cancelled by resource load delegate returning null from willSendRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 14:21:35 PST 2010


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





--- Comment #4 from Adam Roben (aroben) <aroben at apple.com>  2010-01-14 14:21:35 PST ---
Cache::requestResource already returns null when the resource's load fails, but
only if the cache is disabled. Maybe we should return null when the resource's
load fails and the cache is enabled, too?

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