tor-browser

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

commit c17d18e4ecb34f4a82118265822df496ec7da522
parent 9ad061062c4483139c428bb4e0c147de04b3cf9e
Author: Brad Werth <werth@efn.org>
Date:   Tue,  7 Oct 2025 18:10:36 +0000

Bug 1985082 Part 1: Flip the gpu process pref for macOS Nightly. r=gfx-reviewers,ErichDonGubler

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

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 @@ -9565,6 +9565,8 @@ value: true #elif defined(MOZ_X11) value: false # we'd like this to be @IS_NIGHTLY_BUILD@, see Bug 1927058 +#elif defined(XP_MACOSX) + value: @IS_NIGHTLY_BUILD@ #else value: false #endif