tor-browser

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

commit 23626800f0305e47f1d3d67df93007d2653ea443
parent 54d2798991d79454e080c51301a988f0084039c9
Author: Gregory Pappas <gp3033@protonmail.com>
Date:   Mon, 24 Nov 2025 16:31:05 +0000

Bug 2001703 - Expose widget.android.use-surfacecontrol pref to Android only r=jnicol

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

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -19668,13 +19668,13 @@ mirror: always #endif +#ifdef ANDROID # Whether to render in to a child SurfaceControl rather than directly into the SurfaceView - name: widget.android.use-surfacecontrol type: bool value: false mirror: once -#ifdef ANDROID # A threshold value for double click by mouse. - name: widget.double-click.threshold type: RelaxedAtomicInt32