[Webkit-unassigned] [Bug 13455] FrameView::layout() not always resuming scheduled events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 23 11:51:39 PDT 2007


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|WebCore Misc.               |Layout and Rendering
     Ever Confirmed|0                           |1




------- Comment #1 from mitz at webkit.org  2007-04-23 11:51 PDT -------
Admittedly, I don't know how to trigger the early return code path, but I think
the fix should be along the lines of calling resumeScheduledEvents from there
but also patching resumeScheduledEvents to not fire the events when the counter
reaches 0 if a layout is scheduled. When that layout happens, it will call
pause/resume again and the events will be fired.


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