[Webkit-unassigned] [Bug 24359] Repaint throttling mechanism

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 11:37:52 PST 2009


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





------- Comment #2 from hyatt at apple.com  2009-03-04 11:37 PDT -------
This looks pretty cool.  The biggest issue is just catching all of the things
that should not be throttled.  You caught user events, but I think you need to
catch all the ways a page can animate on its own as well.  These include:

setTimeout
marquees
CSS Animations and Transitions
Animated GIFs

We have to make sure none of the situations where a page paints itself because
of animations end up getting throttled.


-- 
Configure bugmail: https://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