Gecko:Fullscreen API: Difference between revisions

(update content for e10s)
(→‎Basic Control Flow: add bug link)
Line 15: Line 15:
# insert fullscreen transition there.
# insert fullscreen transition there.


This flow is different for non-e10s, e10s, and the browser element, because we need to go across the process boundary in later cases.
The flow is different for non-e10s, e10s, and the browser element, because we need to go across the process boundary in later cases.
 
Most of this part is implemented in [https://bugzilla.mozilla.org/show_bug.cgi?id=1161802 Bug 1161802].


=== Non-E10S ===
=== Non-E10S ===
14

edits