[Webkit-unassigned] [Bug 7739] TOT REGRESSION: Assertion failure loading acid2 test in -[WebCoreFrameBridge installInFrame:]
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Mar 24 19:02:08 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7739
trey at usa.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |trey at usa.net
------- Comment #3 from trey at usa.net 2006-03-24 19:02 PDT -------
I was taking a look at this one. When we decide to render the fallback
content, we detach the RenderPart. It seems to me that the flaw here is that
this causes us to disconnect the ownerRenderer of the frame. I'm half-guessing
that the ownerRenderer is supposed to be the renderer of the owner/parent. If
so, detaching the RenderPart doesn't change the frame's parent or its renderer,
so why are we calling disconnectOwnerRenderer?
Symmetrically, it seems like the ownerRenderer->setFrame(this) in the Frame
constructor would be wrong too. Shouldn't the ownerRenderer's frame be the
parent frame of the one being constructed?
If all this speculation is off the mark, perhaps it at least indicates some
places where some commenting would have value.
--
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.
More information about the webkit-unassigned
mailing list