commit 3cf7d867803e8af44117a4442e500a8cca4df959
parent 2d1199914dec299fb4ce98be7c1befdd55da1754
Author: Matthew Gaudet <mgaudet@mozilla.com>
Date: Mon, 1 Dec 2025 21:52:30 +0000
Bug 1997192 - Enable JS MicroTaskQueue by default r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D271689
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -9455,11 +9455,9 @@
do_not_use_directly: true
# Use the JS microtask queue for Promise jobs and other microtasks.
-# DO NOT TURN THIS ON BY DEFAULT WITHOUT THE BUGS BLOCKING
-# BUG 1990841 being fixed (especially Bug 1990842).
- name: javascript.options.use_js_microtask_queue
type: RelaxedAtomicBool
- value: false
+ value: true
# Changing this mid process will break invariants and crash, however
# making this mirror: once, and set_spidermonkey_pref: startup is
# broken: See Bug 1989094