diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-11-14 19:04:44 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-11-14 19:04:44 +0000 |
commit | eb864e519d068c6f12ec6f12461bcb05887b6ce6 (patch) | |
tree | d0bbc8aaad1216e11badc746f6c83eaf42ec88cf /www/firefox/files/patch-bug1408005 | |
parent | security/vuxml: mark firefox < 57 as vulnerable (diff) |
www/firefox: update to 57.0 (marketed as "Firefox Quantum")
Not a MFH candidate due to POLA violation per redesigned UI, broken
legacy addons and auto-reviewed new addons.
Changes: https://www.mozilla.org/firefox/57.0/releasenotes/
PR: 222693
Tested by: pi, tobik, TrueOS
Notes
Notes:
svn path=/head/; revision=454194
Diffstat (limited to '')
-rw-r--r-- | www/firefox/files/patch-bug1408005 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/www/firefox/files/patch-bug1408005 b/www/firefox/files/patch-bug1408005 deleted file mode 100644 index fafa9861305d..000000000000 --- a/www/firefox/files/patch-bug1408005 +++ /dev/null @@ -1,25 +0,0 @@ -commit 988e61cc6282 -Author: Andrew McCreight <continuation@gmail.com> -Date: Mon Oct 23 10:18:42 2017 -0400 - - Bug 1408005 - Clear gApplicationReputationService in the dtor. r=francois, a=abillings - - --HG-- - extra : source : 1613834d8d1145200886a039f733b1e066c63cbd ---- - toolkit/components/downloads/ApplicationReputation.cpp | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git toolkit/components/downloads/ApplicationReputation.cpp toolkit/components/downloads/ApplicationReputation.cpp -index b19841d8235d..18bc3b71728d 100644 ---- toolkit/components/downloads/ApplicationReputation.cpp -+++ toolkit/components/downloads/ApplicationReputation.cpp -@@ -1576,6 +1576,8 @@ ApplicationReputationService::ApplicationReputationService() - - ApplicationReputationService::~ApplicationReputationService() { - LOG(("Application reputation service shutting down")); -+ MOZ_ASSERT(gApplicationReputationService == this); -+ gApplicationReputationService = nullptr; - } - - NS_IMETHODIMP |