tor-browser

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

commit ee5a7346603bfed48775559e7d301598ed3ccbfd
parent d42cc0dc409482e6a133d9800c47f67d346fd393
Author: Markus Stange <mstange.moz@gmail.com>
Date:   Wed,  8 Oct 2025 23:05:38 +0000

Bug 1989499 - Align the allowed number of GPU process restarts with Windows+Linux. r=bradwerth

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

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -9615,7 +9615,7 @@ # during process launch, before any configuration is attempted. - name: layers.gpu-process.max_launch_attempts type: RelaxedAtomicInt32 -#if defined(XP_WIN) || defined(MOZ_WIDGET_GTK) +#if defined(XP_WIN) || defined(MOZ_WIDGET_GTK) || defined(XP_MACOSX) value: 2 #else value: 0 @@ -9625,11 +9625,7 @@ # How many unstable GPU process restarts we allow for a given configuration. - name: layers.gpu-process.max_restarts type: RelaxedAtomicInt32 -#if defined(XP_WIN) || defined(MOZ_WIDGET_GTK) || defined(MOZ_WIDGET_ANDROID) value: 6 -#else - value: 1 -#endif mirror: always # How many frames we must render before declaring the GPU process stable, and