[Webkit-unassigned] [Bug 14757] HTMLTokenizer::processingData implementation is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 15:32:33 PDT 2007


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





------- Comment #3 from mpComplete at gmail.com  2007-07-25 15:32 PDT -------
To be clear, the symptom of this problem that I saw was that
WebFrameLoaderClient::dispatchDidFinishLoad was called for the toplevel frame
before it was called for its subframes (and thus, obviously before it was
actually finished loading).

To add a test case, we would need some way to force HTMLTokenizer to defer its
processing using m_timer, so that it processed the <frame> element (thus
creating the Frame object) from the timer callback.  Then we would need a way
to check that dispatchDidFinishLoad for the toplevel frame was called after
dispatchDidFinishLoad for a subframe.

However, it seems to me that a new test is unnecessary, since processingData()
should obviously return true if HTMLTokenizer is still inside the write()
function.


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