1
0
Fork 0

couple of [SETTING] updates #212

This commit is contained in:
Thorin-Oakenpants 2017-08-19 18:12:08 +12:00 committed by GitHub
parent 595eaf540c
commit 3d109664bb
1 changed files with 2 additions and 1 deletions

View File

@ -624,6 +624,7 @@ user_pref("ghacks_user.js.parrot", "1100 syntax error: the parrot's bought the f
// user_pref("browser.tabs.remote.force-enable", true); // (hidden pref)
// user_pref("extensions.e10sBlocksEnabling", false);
/* 1102: control number of content rendering processes
* [SETTING] Options>General>Performance>Custom>Content process limit
* [1] https://www.ghacks.net/2016/02/15/change-how-many-processes-multi-process-firefox-uses/
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1207306 ***/
// user_pref("dom.ipc.processCount", 4);
@ -1206,7 +1207,7 @@ user_pref("media.navigator.enabled", false);
* [2] https://bugzilla.mozilla.org/show_bug.cgi?id=654550 ***/
user_pref("media.video_stats.enabled", false);
/* 2508: disable hardware acceleration to reduce graphics fingerprinting
* [SETTING] Options>Advanced>General>Use hardware acceleration when available
* [SETTING] Options>General>Performance>Custom>Use hardware acceleration when available
* [NOTE] Changing this option changes BOTH these preferences
* [WARNING] [SETUP] Affects text rendering (fonts will look different) and impacts video performance
* [1] https://wiki.mozilla.org/Platform/GFX/HardwareAcceleration ***/