Explicitly add 'layers.use-image-offscreen-surfaces' config key to allow to experiment with that.

This commit is contained in:
Martin Stransky 2015-09-24 14:26:26 +02:00
parent 892157c7ac
commit fac1cf88b9
2 changed files with 6 additions and 1 deletions

View File

@ -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);

View File

@ -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)