tor-browser

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

commit dc2a07978a5e032db55196c56588fcb9bc2c6c86
parent bc74af8ea745d294e132e512bb4f06005d48c499
Author: Markus Stange <mstange.moz@gmail.com>
Date:   Thu,  9 Oct 2025 19:14:13 +0000

Bug 1993381 - Flip layers.gpu-process.allow-software to true on macOS. r=bradwerth

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

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 @@ -9563,7 +9563,7 @@ - name: layers.gpu-process.allow-software type: bool -#if defined(XP_WIN) +#if defined(XP_WIN) || defined(XP_MACOSX) value: true #else value: false