[Webkit-unassigned] [Bug 15019] REGRESSION (r25124-r25140): New posts and hot topics won't show

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 16:29:57 PDT 2007


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





------- Comment #9 from mitz at webkit.org  2007-08-22 16:29 PDT -------
(In reply to comment #8)
> I have a couple of comments:
> 
> - one time while loading mobile01.com, i crashed with this backtrace.

That crash seems to happen even before event dispatch so it might be a
different problem.

> - If you comment out the early return that occurs about 5 lines up from the end
> of RenderPartObject::updateWidget(), then the mobile01.com bug goes away
> without re-introducing the bug that anders fixed with r25128.  

That's weird. Maybe the original bug involved <object> (the early return is in
the <embed> branch; there's another one in the <object> branch). I'd expect the
layout test from r25128 to fail without the early return.

I am pretty sure now that the checkCallImplicitClose() in
FrameLoader::loadPlugin() needs to be removed. It can lead to the load event
being dispatched before all images have finished loading.


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