mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1201374 - followup, check for DOM fullscreen. r=xidorn
This commit is contained in:
parent
39209e064f
commit
e8fe625120
@ -96,7 +96,7 @@ var FullScreen = {
|
||||
TabsInTitlebar.updateAppearance(true);
|
||||
}
|
||||
|
||||
if (enterFS) {
|
||||
if (enterFS && !document.mozFullScreen) {
|
||||
Services.telemetry.getHistogramById("FX_BROWSER_FULLSCREEN_USED")
|
||||
.add(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user