From 037a599e9ad8c95218df9b3b2ea74d0833f9fd56 Mon Sep 17 00:00:00 2001 From: Gregory Pappas Date: Mon, 10 Jul 2023 07:56:20 +0000 Subject: [PATCH] Bug 1842423 - Turn on full-screen-api.enabled in StaticPrefs r=edgar,geckoview-reviewers,m_kato Differential Revision: https://phabricator.services.mozilla.com/D183084 --- browser/app/profile/firefox.js | 3 --- mobile/android/app/mobile.js | 2 -- modules/libpref/init/StaticPrefList.yaml | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 48dee9307e4b..7056b6de4b92 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1700,9 +1700,6 @@ pref("nimbus.validation.enabled", true); pref("nimbus.qa.pref-1", "default"); pref("nimbus.qa.pref-2", "default"); -// Enable the DOM fullscreen API. -pref("full-screen-api.enabled", true); - // Startup Crash Tracking // number of startup crashes that can occur before starting into safe mode automatically // (this pref has no effect if more than 6 hours have passed since the last crash) diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js index 71ede9f46508..13b5e19dbfb5 100644 --- a/mobile/android/app/mobile.js +++ b/mobile/android/app/mobile.js @@ -283,8 +283,6 @@ pref("urlclassifier.malwareTable", "goog-harmful-proto,goog-unwanted-proto,mozte pref("browser.dom.window.dump.enabled", true); pref("devtools.console.stdout.chrome", true); -pref("full-screen-api.enabled", true); - // Transmit UDP busy-work to the LAN when anticipating low latency // network reads and on wifi to mitigate 802.11 Power Save Polling delays pref("network.tickle-wifi.enabled", true); diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index e717ceb1e462..61ef81b155ff 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -5380,7 +5380,7 @@ - name: full-screen-api.enabled type: bool - value: false + value: true mirror: always - name: full-screen-api.allow-trusted-requests-only