tor-browser

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

commit 2dc73d0961a804e57d64dfcc0c60855478388b6c
parent 9c13d639afc3f105b33bef7f1863bcd18858754c
Author: Gregory Pappas <gp3033@protonmail.com>
Date:   Thu, 27 Nov 2025 09:20:17 +0000

Bug 2002688 - Expose gl.allow-high-power pref to macOS only r=gfx-reviewers,nical

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

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -8194,10 +8194,12 @@ # Prefs starting with "gl." (OpenGL) #--------------------------------------------------------------------------- +#ifdef XP_MACOSX - name: gl.allow-high-power type: RelaxedAtomicBool value: true mirror: always +#endif #ifdef XP_WIN - name: gl.ignore-dx-interop2-blacklist