зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1492950 - Get browser-fullScreenAndPointerLock.js off of getBrowserForContentWindow. r=jaws
Depends on D6712 Differential Revision: https://phabricator.services.mozilla.com/D6713 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
adf587dde0
Коммит
afd250e0d3
|
@ -377,8 +377,7 @@ var FullScreen = {
|
|||
if (event.target.ownerGlobal == window) {
|
||||
browser = event.target;
|
||||
} else {
|
||||
let topWin = event.target.ownerGlobal.top;
|
||||
browser = gBrowser.getBrowserForContentWindow(topWin);
|
||||
browser = event.target.ownerGlobal.docShell.chromeEventHandler;
|
||||
}
|
||||
TelemetryStopwatch.start("FULLSCREEN_CHANGE_MS");
|
||||
this.enterDomFullscreen(browser);
|
||||
|
|
Загрузка…
Ссылка в новой задаче