tor-browser

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

commit f3e968c5ec1d577d46b206b6e43a050e9ae6067a
parent fad341dfd267d8beca199ed0561e1bee4fee3af2
Author: Matthew Gaudet <mgaudet@mozilla.com>
Date:   Wed,  1 Oct 2025 21:38:50 +0000

Bug 1983154 - Add javascript.options.use_js_microtask_queue r=arai

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

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -9375,6 +9375,15 @@ mirror: always do_not_use_directly: true +- name: javascript.options.use_js_microtask_queue + type: RelaxedAtomicBool + value: false + # Changing this mid process will break invariants and crash, however + # making this mirror: once, and set_spidermonkey_pref: startup is + # broken: See Bug 1989094 + mirror: always + set_spidermonkey_pref: startup + # Whether to use the off-thread script compilation and decoding. - name: javascript.options.parallel_parsing type: bool