summaryrefslogtreecommitdiff
path: root/firefox-redhat-default-prefs.js
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2015-08-12 15:53:22 +0200
committerJan Horak <jhorak@redhat.com>2015-08-12 15:53:22 +0200
commita6110e417ba47f907dae50c6420a14f8c628eb29 (patch)
tree0c83169ab5ffb704ab43070764beab7cc25c73c8 /firefox-redhat-default-prefs.js
parentUpdate to build 5 (diff)
downloadlibrewolf-fedora-ff-a6110e417ba47f907dae50c6420a14f8c628eb29.tar.gz
librewolf-fedora-ff-a6110e417ba47f907dae50c6420a14f8c628eb29.tar.bz2
librewolf-fedora-ff-a6110e417ba47f907dae50c6420a14f8c628eb29.zip
Disabling layers.offmainthreadcomposition.enabled to workaround reported crashes
Diffstat (limited to 'firefox-redhat-default-prefs.js')
-rw-r--r--firefox-redhat-default-prefs.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js
index d027bd8..dc31ddb 100644
--- a/firefox-redhat-default-prefs.js
+++ b/firefox-redhat-default-prefs.js
@@ -26,3 +26,4 @@ pref("media.gmp-gmpopenh264.enabled",false);
pref("plugins.notifyMissingFlash", false);
/* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */
pref("browser.display.use_system_colors", false);
+pref("layers.offmainthreadcomposition.enabled", false);
bgstack15