tor-browser

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

commit cbafe46ac95f3bcf447133018a7f388f61585fe5
parent 2daf7d65680deb4faa64c2f3577f214c32c02710
Author: Atila Butkovits <abutkovits@mozilla.com>
Date:   Sat,  6 Dec 2025 10:16:54 +0200

Revert "Bug 2000149 - Let WebRender layer compositor ride the trains to release on Windows r=gfx-reviewers,lsalzman" for causing Bug 2001612.

This reverts commit 6f26cb7657909c67ce646cb37cef797fa99ba45a.

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 @@ -7741,7 +7741,7 @@ - name: gfx.webrender.layer-compositor type: bool #if defined(XP_WIN) - value: true + value: @IS_NIGHTLY_BUILD@ #else value: false #endif