commit 29e90175b7cfd49cc39655fd25db24c12c0cecb0
parent 6bb59cc042c65c494f2d967709fe675df55eee40
Author: Andreas Farre <farre@mozilla.com>
Date: Tue, 4 Nov 2025 12:34:55 +0000
Bug 1998097 - Enable Navigation API on early Beta. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D271196
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -3687,7 +3687,11 @@
# Whether the navigation API will be exposed.
- name: dom.navigation.webidl.enabled
type: RelaxedAtomicBool
+#ifdef ANDROID
value: @IS_NIGHTLY_BUILD@
+#else
+ value: @IS_EARLY_BETA_OR_EARLIER@
+#endif
mirror: always
do_not_use_directly: true