tor-browser

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

commit 514dc1601ce6d23da8463ae64441a75f493a46d2
parent fcb5d173b3dca7bfc5a090b21c9d2ccc93cc389f
Author: Brad Werth <werth@efn.org>
Date:   Thu, 13 Nov 2025 16:27:52 +0000

Bug 1999779: Update test browser_startup_syncIPC.js with a more accurate GPU_PROCESS heuristic. r=gfx-reviewers,aosmond

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

Diffstat:
Mbrowser/base/content/test/performance/browser_startup_syncIPC.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/base/content/test/performance/browser_startup_syncIPC.js b/browser/base/content/test/performance/browser_startup_syncIPC.js @@ -16,7 +16,7 @@ const SKELETONUI = Services.prefs.getBoolPref( ); // GPUPROCESS is approximate; any check for this should have "ignoreIfUnused: true". const GPUPROCESS = - ((WIN || LINUX) && + ((WIN || LINUX || MAC) && Services.prefs.getBoolPref("layers.gpu-process.enabled")) || Services.prefs.getBoolPref("layers.gpu-process.force-enabled");