tor-browser

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

commit c4567e0bb7a53914b8ebbfc85de390923539db42
parent ecb3b20217d69d2ce8fbf64f68b1c8d7b52a2343
Author: Yury Delendik <ydelendik@mozilla.com>
Date:   Fri, 24 Oct 2025 15:36:39 +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 @@ -9145,7 +9145,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