summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-09-03 09:57:20 +0200
committerMartin Stransky <stransky@redhat.com>2015-09-03 09:57:20 +0200
commit1d5f27bb2b54e048b84c53e0adbca4f38badfe53 (patch)
tree84a45aa997220c4bb8fe2cf90aae0deac3211282
parentMozilla build fix - mozilla#1166584 (diff)
downloadlibrewolf-fedora-ff-1d5f27bb2b54e048b84c53e0adbca4f38badfe53.tar.gz
librewolf-fedora-ff-1d5f27bb2b54e048b84c53e0adbca4f38badfe53.tar.bz2
librewolf-fedora-ff-1d5f27bb2b54e048b84c53e0adbca4f38badfe53.zip
Removed the dom.ipc.plugins.asyncInit hack
-rw-r--r--firefox-redhat-default-prefs.js1
-rw-r--r--firefox.spec5
2 files changed, 4 insertions, 2 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js
index 1fe3cc6..dc31ddb 100644
--- a/firefox-redhat-default-prefs.js
+++ b/firefox-redhat-default-prefs.js
@@ -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);
diff --git a/firefox.spec b/firefox.spec
index 9da8e8e..054f544 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -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
bgstack15