tor-browser

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

commit c72513325b87112b9dad6d261efffcbe9ab330ce
parent af1f7dcd145524763fd1284242bc3ec941695b23
Author: Gregory Pappas <gp3033@protonmail.com>
Date:   Sat, 22 Nov 2025 18:46:00 +0000

Bug 2001808 - Expose gfx.use-iosurface-textures pref to macOS only r=gfx-reviewers,lsalzman

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

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 @@ -7404,10 +7404,12 @@ value: false mirror: once +#ifdef XP_MACOSX - name: gfx.use-iosurface-textures type: bool value: false mirror: once +#endif - name: gfx.use-mutex-on-present type: bool