14
edits
(small tweak) |
(→Exiting Fullscreen by Content: fixup) |
||
| Line 95: | Line 95: | ||
## calls nsIDocument::ExitFullscreenInDocTree() which changes the document state | ## calls nsIDocument::ExitFullscreenInDocTree() which changes the document state | ||
##* this step also dispatches '''MozDOMFullscreen:Exited''' to the chrome | ##* this step also dispatches '''MozDOMFullscreen:Exited''' to the chrome | ||
## browser- | ## browser-fullScreenAndPointerLock.js sends async message "DOMFullscreen:CleanUp" | ||
# in the content process | # in the content process | ||
## tab-content.js calls nsIDocument::ExitFullscreenInDocTree() which changes the document state | ## tab-content.js calls nsIDocument::ExitFullscreenInDocTree() which changes the document state | ||
edits