tor-browser

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

commit 6f26cb7657909c67ce646cb37cef797fa99ba45a
parent 20e27a2bf9ee95202b95f0111224180b7dacca08
Author: Sotaro Ikeda <sotaro.ikeda.g@gmail.com>
Date:   Mon, 17 Nov 2025 22:21:51 +0000

Bug 2000149 - Let WebRender layer compositor ride the trains to release on Windows r=gfx-reviewers,lsalzman

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

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