tor-browser

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

commit f14a3d55f9afade401789c12465ebb1ea397fb83
parent 8ea8108ee3433838c54f9495f3f16d19267e5e20
Author: Cristian Tuns <ctuns@mozilla.com>
Date:   Fri, 24 Oct 2025 15:43:15 -0400

Revert "Bug 1995531 - Enable relaxed_simd preference for browser. r=rhunt" for causing dt failures in browser_allocations_browser_console.js

This reverts commit c4567e0bb7a53914b8ebbfc85de390923539db42.

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: true + value: @IS_NIGHTLY_BUILD@ #else value: false #endif