summaryrefslogtreecommitdiff
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
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.
-rw-r--r--firefox-redhat-default-prefs.js1
-rw-r--r--firefox.spec6
2 files changed, 6 insertions, 1 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
diff --git a/firefox.spec b/firefox.spec
index 8a17cf5..26b7ef9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -86,7 +86,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 41.0
-Release: 4%{?pre_tag}%{?dist}
+Release: 5%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -769,6 +769,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Sep 24 2015 Martin Stransky <stransky@redhat.com> - 41.0-5
+- Explicitly add "layers.use-image-offscreen-surfaces" config key
+ to allow to experiment with that.
+
* Tue Sep 22 2015 Martin Stransky <stransky@redhat.com> - 41.0-4
- Added OMTC stability patches (mozbz#1180971, mozbz#1190935)
bgstack15