Removed the dom.ipc.plugins.asyncInit hack

This commit is contained in:
Martin Stransky 2015-09-03 09:57:20 +02:00
parent da924fc908
commit 1d5f27bb2b
2 changed files with 4 additions and 2 deletions

View File

@ -27,4 +27,3 @@ 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);
pref("dom.ipc.plugins.asyncInit", false);

View File

@ -91,7 +91,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 40.0.3
Release: 2%{?pre_tag}%{?dist}
Release: 3%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@ -781,6 +781,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
* Thu Sep 3 2015 Martin Stransky <stransky@redhat.com> - 40.0.3-3
- Removed the dom.ipc.plugins.asyncInit hack, it's already in tarball
* Wed Sep 2 2015 Martin Stransky <stransky@redhat.com> - 40.0.3-2
- ppc64le build fix