[Webkit-unassigned] [Bug 7739] TOT REGRESSION: Assertion failure loading acid2 test in -[WebCoreFrameBridge installInFrame:]
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Mar 29 19:13:22 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7739
trey at usa.net changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit- |trey at usa.net
|unassigned at opendarwin.org |
Status|NEW |ASSIGNED
------- Comment #5 from trey at usa.net 2006-03-29 19:13 PDT -------
Created an attachment (id=7380)
--> (http://bugzilla.opendarwin.org/attachment.cgi?id=7380&action=view)
propective patch, for discussion
I now get why darin tried calling frame.stopLoading(), but that is ineffective
because most or all the places we stop loading now are driven from WebKit.
Calling stopLoading on the WebCore side doesn't inform WK, so it goes on ahead
posting data to us later, at which point we hit the assert.
Taking the approach that WK is in charge, I tried the attached change, where we
cancel the loading in WK at the point we ask for the fallback. I'm not sure
this is the best solution, but it does seem to fix the misbehavior.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list