(backported from Basilisk) Add support for MacOS Leopard.

This commit is contained in:
wuggy 2026-04-06 14:17:34 +01:00
commit 05d0c3f046
3 changed files with 20 additions and 2 deletions

View file

@ -1225,6 +1225,11 @@ pref("browser.cache.frecency_experiment", -1);
// Enable GMP support in the addon manager.
pref("media.gmp-provider.enabled", true);
// On MacOS 10.6 and earlier, enable the window resize grip
#ifdef XP_MACOSX
pref("ui.mouse.resize_grip", true);
#endif
// Enable Contextual Identity Containers
#ifdef NIGHTLY_BUILD
pref("privacy.userContext.enabled", true);