mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 07:02:03 -08:00
disable grabbing focus in background
This commit is contained in:
parent
97e44ca7de
commit
15ecbec08f
1 changed files with 0 additions and 3 deletions
|
|
@ -434,9 +434,6 @@ defaultPref("browser.warnOnQuit", false);
|
||||||
// Disable ProcessHangMonitor sending data upstream
|
// Disable ProcessHangMonitor sending data upstream
|
||||||
defaultPref("dom.ipc.reportProcessHangs", false);
|
defaultPref("dom.ipc.reportProcessHangs", false);
|
||||||
|
|
||||||
// Allow the application to have focus even it runs in the background
|
|
||||||
defaultPref("focusmanager.testmode", true);
|
|
||||||
|
|
||||||
// No ICC color correction. We need this for reproducible screenshots.
|
// No ICC color correction. We need this for reproducible screenshots.
|
||||||
// See https://developer.mozilla.org/en/docs/Mozilla/Firefox/Releases/3.5/ICC_color_correction_in_Firefox.
|
// See https://developer.mozilla.org/en/docs/Mozilla/Firefox/Releases/3.5/ICC_color_correction_in_Firefox.
|
||||||
defaultPref("gfx.color_management.mode", 0);
|
defaultPref("gfx.color_management.mode", 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue