14
edits
(add transition section) |
(small tweak) |
||
| Line 115: | Line 115: | ||
##* for element removal, Element::UnbindFromTree() | ##* for element removal, Element::UnbindFromTree() | ||
## 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 | ##* ''(may async)'' this step also dispatches '''MozDOMFullscreen:Exited''' to the chrome | ||
## tab-content.js sends async message "DOMFullscreen:Exit" | ## tab-content.js sends async message "DOMFullscreen:Exit" | ||
# in the parent process: | # in the parent process: | ||
edits