tor-browser

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

commit 11994d1db8a60c7d876f7971cad5a004575cd8e6
parent d0c68a88886749744ee1ffecf7c5cf18e37e4256
Author: Gregory Pappas <gp3033@protonmail.com>
Date:   Thu, 20 Nov 2025 04:28:01 +0000

Bug 2001252 - Expose apz.mac.enable_double_tap_zoom_touchpad_gesture pref to only macOS r=tnikkel

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

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 @@ -403,10 +403,12 @@ value: true mirror: always +#ifdef XP_MACOSX - name: apz.mac.enable_double_tap_zoom_touchpad_gesture type: RelaxedAtomicBool value: true mirror: always +#endif - name: apz.allow_immediate_handoff type: RelaxedAtomicBool