[Pkg-mozext-commits] [firexpath] 44/51: Imported Upstream version 0.9.7.1

David Prévot taffit at moszumanska.debian.org
Sun Mar 22 15:08:54 UTC 2015


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

taffit pushed a commit to branch master
in repository firexpath.

commit 4f67909e2e14e8e0224d225f424e4f45c2757a26
Merge: 8a5870f 0a0d11a
Author: David Prévot <david at tilapin.org>
Date:   Sun Mar 22 10:15:27 2015 -0400

    Imported Upstream version 0.9.7.1

 chrome.manifest            |  1 +
 content/bindings.xml       |  4 +++-
 content/browserOverlay.xul | 13 +++++++++++++
 content/firebugOverlay.xul |  7 -------
 install.rdf                |  4 ++--
 5 files changed, 19 insertions(+), 10 deletions(-)

diff --cc content/bindings.xml
index 5995631,5995631..a30a19f
--- a/content/bindings.xml
+++ b/content/bindings.xml
@@@ -342,7 -342,7 +342,9 @@@
  							// we want to lower case the XPath expression but not the literal inside.
  							//  eg: //DIV[@id='TEST'] should become //div[@id='TEST']
  							xPath = xPath.replace(/([^'"]*)('[^']+'|"[^"]+")?/g, 
--								function(str, expression, literal){return expression.toLowerCase() + literal;});
++								function(str, expression, literal){
++									return expression.toLowerCase() + (literal || '');
++								});
  						}
  						return this.xPathEvaluator.createExpression(xPath, this.NSResolver);
  					} catch (e) {
diff --cc install.rdf
index ff1d2b3,ff1d2b3..aab678c
--- a/install.rdf
+++ b/install.rdf
@@@ -3,14 -3,14 +3,14 @@@
   xmlns:em="http://www.mozilla.org/2004/em-rdf#">
    <Description about="urn:mozilla:install-manifest">
      <em:id>FireXPath at pierre.tholence.com</em:id>
--    <em:version>0.9.7</em:version>
++    <em:version>0.9.7.1</em:version>
      
      <!-- Firefox -->
      <em:targetApplication>
        <Description>
          <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
          <em:minVersion>4.0</em:minVersion>
--        <em:maxVersion>7.*</em:maxVersion>
++        <em:maxVersion>34.*</em:maxVersion>
        </Description>
      </em:targetApplication>
      

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



More information about the Pkg-mozext-commits mailing list