[Bug 26440] Allow fullscreenchange events to be synchronized with animation frames

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26440

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bbirtles@mozilla.com,
                   |                            |cam@mcc.id.au,
                   |                            |jackalmage@gmail.com,
                   |                            |jamesr@chromium.org,
                   |                            |plh@w3.org

--- Comment #1 from Anne <annevk@annevk.nl> ---
That machinery seems to be defined here
https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/RequestAnimationFrame/Overview.html#processingmodel
and is not extensible at the moment.

This does seem like a good idea. Basically we should replace the "queue a task"
bits with something that queues this to happen relative to that "samples all
animations" task.

How does web animations deal with this timing model?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 28 July 2014 09:13:23 UTC