mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
(backported from Basilisk) Add support for MacOS Leopard.
This commit is contained in:
parent
92e7bc169d
commit
05d0c3f046
3 changed files with 20 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue