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

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

--- Comment #11 from Philip Jägenstedt <philipj@opera.com> ---
How about this:

1. Let exitDocuments be the set of documents with exactly 1 element on its
stack.

2. Return and continue async.

3. If the top-level document is in exitDocuments, resize.

4. In the animation frame task, empty the stacks of all exitDocuments and pop
one element from the next one up, if any. If anything is out-of-sync now, fully
exit fullscreen.

Kinda works?

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

Received on Friday, 1 August 2014 07:33:11 UTC