summaryrefslogtreecommitdiff
path: root/firefox-redhat-default-prefs.js
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-09-24 14:26:26 +0200
committerMartin Stransky <stransky@redhat.com>2015-09-24 14:26:26 +0200
commitfac1cf88b9a00218526e9cfa8d0a0f20fa0eabd0 (patch)
tree6492ba14a799a8d0c6f35b781524de65c93612bf /firefox-redhat-default-prefs.js
parentRemoved mozbz#1205045 due to incompatibility (diff)
downloadlibrewolf-fedora-ff-fac1cf88b9a00218526e9cfa8d0a0f20fa0eabd0.tar.gz
librewolf-fedora-ff-fac1cf88b9a00218526e9cfa8d0a0f20fa0eabd0.tar.bz2
librewolf-fedora-ff-fac1cf88b9a00218526e9cfa8d0a0f20fa0eabd0.zip
Explicitly add 'layers.use-image-offscreen-surfaces' config key to allow to experiment with that.
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..d7ed1c5 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.use-image-offscreen-surfaces", false); \ No newline at end of file
bgstack15