tor-browser

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

commit fe275c09b01e3ad3d84d830999c32a958012937a
parent e2dddaba3a13aea5ab6a85c40a0a3cd94a17aec2
Author: Yury Delendik <ydelendik@mozilla.com>
Date:   Sat, 25 Oct 2025 04:40:06 +0000

Bug 1995531 - Enable relaxed_simd preference for browser. r=rhunt

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

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 @@ -9152,7 +9152,7 @@ - name: javascript.options.wasm_relaxed_simd type: bool #if defined(ENABLE_WASM_RELAXED_SIMD) - value: @IS_NIGHTLY_BUILD@ + value: true #else value: false #endif