[Pkg-mozext-commits] [greasemonkey] 01/02: Do not import unused NetUtil module.

David Prévot taffit at moszumanska.debian.org
Sun Feb 22 21:57:48 UTC 2015


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

taffit pushed a commit to tag 0.9.8.1
in repository greasemonkey.

commit 2b088fa2f7546a62b0e4fd3d1e984a28cf134c75
Author: Anthony Lieuallen <alieuall at google.com>
Date:   Wed Sep 7 14:29:26 2011 -0400

    Do not import unused NetUtil module.
    
    Fixes #1411
---
 install.rdf                         | 2 +-
 modules/third-party/MatchPattern.js | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/install.rdf b/install.rdf
index 6418a37..54f9c36 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,7 +6,7 @@
   <Description about="urn:mozilla:install-manifest">
 
     <em:id>{e4a8a97b-f2ed-450b-b12d-ee082ba24781}</em:id>
-    <em:version>0.9.8</em:version>
+    <em:version>0.9.8.1</em:version>
     <em:creator>Aaron Boodman; http://youngpup.net/</em:creator>
     <em:homepageURL>http://www.greasespot.net/</em:homepageURL>
     <em:optionsURL>chrome://greasemonkey/content/options.xul</em:optionsURL>
diff --git a/modules/third-party/MatchPattern.js b/modules/third-party/MatchPattern.js
index 9486512..43ca826 100644
--- a/modules/third-party/MatchPattern.js
+++ b/modules/third-party/MatchPattern.js
@@ -40,7 +40,6 @@
 
 var EXPORTED_SYMBOLS = ['MatchPattern'];
 
-Components.utils.import("resource://gre/modules/NetUtil.jsm");
 Components.utils.import("resource://greasemonkey/third-party/convert2RegExp.js");
 Components.utils.import("resource://greasemonkey/utils.js");
 

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