tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit a7a098a77b3eeab64d88d8b0cc5ca5598aed8cef
parent 6dc8479e962374ad4af02abbe19415736c1d85a0
Author: Matthew Gaudet <mgaudet@mozilla.com>
Date:   Thu, 13 Nov 2025 15:44:00 +0000

Bug 1997192 - Enable JS MicroTaskQueue by default r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D271689

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -9407,11 +9407,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