commit 9229a40eb065a0bef662e59275e14c90c58f3d9b
parent 8257df91aa31e7124052f796406a03aaecda8f5f
Author: owlishDeveloper <bugzeeeeee@gmail.com>
Date: Wed, 3 Dec 2025 00:03:51 +0000
Bug 2003658 - Turn Fission and SHIP on by default r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D274863
Diffstat:
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -6146,22 +6146,14 @@
# whether fission is enabled by default.
- name: fission.autostart
type: bool
-#if defined(MOZ_WIDGET_ANDROID) && !defined(EARLY_BETA_OR_EARLIER)
- value: false
-#else
value: true
-#endif
mirror: never
# Disable storing the session history in the parent process, and accessing it
# over IPC from the child processes.
- name: fission.disableSessionHistoryInParent
type: bool
-#if defined(MOZ_WIDGET_ANDROID) && !defined(EARLY_BETA_OR_EARLIER)
- value: true
-#else
value: false
-#endif
mirror: once
do_not_use_directly: true