[Pkg-mozext-commits] [greasemonkey] 01/15: Remove Firefox 27 only workaround.

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 21:59:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit 37f241e1616384cab0c014814f3bcb1872970077
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Tue Feb 18 14:26:27 2014 -0500

    Remove Firefox 27 only workaround.
    
    Up min supported version to fixed Firefox version.
---
 components/greasemonkey.js | 7 -------
 install.rdf                | 4 ++--
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/components/greasemonkey.js b/components/greasemonkey.js
index e9f0be4..95adb5f 100644
--- a/components/greasemonkey.js
+++ b/components/greasemonkey.js
@@ -161,13 +161,6 @@ function createSandbox(
   Components.utils.evalInSandbox(
       'const GM_info = ' + uneval(aScript.info()), sandbox);
 
-  // See #1869 and http://bugzil.la/934509 and http://bugzil.la/969923
-  // Crash bug workaround for Firefox 27.
-  var _orig_sandbox_clearInterval = sandbox.clearInterval;
-  sandbox.clearInterval = GM_util.hitch(null, function(aId) {
-    if (aId) _orig_sandbox_clearInterval.call(sandbox.window, aId);
-  });
-
   return sandbox;
 }
 
diff --git a/install.rdf b/install.rdf
index a3b3d6f..9313603 100644
--- a/install.rdf
+++ b/install.rdf
@@ -45,8 +45,8 @@
     <em:targetApplication>
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
-        <em:minVersion>20.0</em:minVersion>
-        <em:maxVersion>25.*</em:maxVersion>
+        <em:minVersion>27.0.1</em:minVersion>
+        <em:maxVersion>28.*</em:maxVersion>
       </Description>
     </em:targetApplication>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list