tor-browser

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

commit fee443bef8b277a2ad8071cac1cfe79b7bff5320
parent 3d47ff163f96446022a701b74611d10d16920c94
Author: Matthew Gaudet <mgaudet@mozilla.com>
Date:   Fri,  3 Oct 2025 22:07:52 +0000

Bug 1992209 - Resolve pref confusion for use_js_microtask_queue r=arai

This is a bandaid fix until we can figure out the proper resolution
to Bugs 1989094 and 1992206. This at least ensures that in practice
the Gecko StaticPrefs and the JS::Prefs have the same value.

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

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -9385,7 +9385,7 @@ # making this mirror: once, and set_spidermonkey_pref: startup is # broken: See Bug 1989094 mirror: always - set_spidermonkey_pref: startup + set_spidermonkey_pref: always # Whether to use the off-thread script compilation and decoding. - name: javascript.options.parallel_parsing