[Webkit-unassigned] [Bug 44828] FrameView should make more calls to postLayoutTasks() using the timer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 28 13:16:31 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44828





--- Comment #5 from Beth Dakin <bdakin at apple.com>  2010-08-28 13:16:31 PST ---
(In reply to comment #4)
> The name m_shouldFirePostLayoutTimer should be improved. It is really about whether you have a pending need to perform post-layout tasks. The timer already knows if it should fire :-) you’re  really using this for the case(s) where you stopped the timer before it had a chance to fire.

Yes, I agree. I wasn't happy with the name. Some ideas:

m_needToPerformPostLayoutTasks
m_hasPostLayoutTasksPending

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list