tor-browser

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

commit ea827274b43de2c5f7333cc4e912884b84320fed
parent 8f418aade369c2c7c166d7daa5fc25ea692365c5
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 @@ -9416,11 +9416,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