tor-browser

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

commit 2f924da9a9f0af83e90c2e529303f0e2e0b8fafd
parent 4e8d566344b931bac7de8e949d321a8365593a60
Author: Gregory Pappas <gp3033@protonmail.com>
Date:   Thu, 27 Nov 2025 02:13:00 +0000

Bug 2002682 - Expose gfx.canvas.remote.use-draw-image-fast-path-d3d pref to Windows only r=gfx-reviewers,lsalzman

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

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 @@ -6871,10 +6871,12 @@ value: true mirror: always +#ifdef XP_WIN - name: gfx.canvas.remote.use-draw-image-fast-path-d3d type: RelaxedAtomicBool value: true mirror: always +#endif - name: gfx.canvas.remote.recycle-used-data-surface type: RelaxedAtomicBool