[Webkit-unassigned] [Bug 33533] window.onload never fires if page contains an <iframe> whose load is cancelled by returning null from resource load delegate's willSendRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 12 08:13:40 PST 2010


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





--- Comment #7 from Adam Roben (aroben) <aroben at apple.com>  2010-01-12 08:13:40 PST ---
I wondered if m_isComplete is set to false for asynchronously-loading frames
after FrameLoaderClient::createFrame returns (in which case setting it to false
in FrameLoader::loadSubframe would be unnecessary). But it is set to true,
beneath FrameLoader::init (via Document::cancelParsing -> Document::close ->
FrameLoader::checkCompleted).

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