Bug 1730750 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Fullscreen used to have a way to detect if the page t that requests fullscreen navigates away during fullscreen process in https://searchfox.org/mozilla-central/rev/3fa5cc437a4937c621ea068ba5dc246f75831633/browser/actors/DOMFullscreenChild.jsm#29-36, but after bug 1669961, `JSWindowActorChild.contentWindow` returns null after navigation, so Fullscreen code bails out early in https://searchfox.org/mozilla-central/rev/3fa5cc437a4937c621ea068ba5dc246f75831633/browser/actors/DOMFullscreenChild.jsm#17.
Fullscreen used to have a way to detect if the page that requests fullscreen has navigated away during fullscreen process in https://searchfox.org/mozilla-central/rev/3fa5cc437a4937c621ea068ba5dc246f75831633/browser/actors/DOMFullscreenChild.jsm#29-36, but after bug 1669961, `JSWindowActorChild.contentWindow` returns null after navigation, so Fullscreen code bails out early in https://searchfox.org/mozilla-central/rev/3fa5cc437a4937c621ea068ba5dc246f75831633/browser/actors/DOMFullscreenChild.jsm#17.

Back to Bug 1730750 Comment 6