[Pkg-mozext-commits] [firexpath] annotated tag upstream/0.9.7.1 created (now 15f3148)
David Prévot
taffit at moszumanska.debian.org
Sun Mar 22 15:08:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag upstream/0.9.7.1
in repository firexpath.
at 15f3148 (tag)
tagging 4f67909e2e14e8e0224d225f424e4f45c2757a26 (commit)
replaces upstream/0.9.7
tagged by David Prévot
on Sun Mar 22 10:15:28 2015 -0400
- Log -----------------------------------------------------------------
Upstream version 0.9.7.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJVDs6AAAoJEAWMHPlE9r08tTUH/i/8DM1GD9win7QpySLdxEJf
gJUrwErbMtOjCjUgfTl0rA5mZcDSSyiaiR6ip+TgwAvu/NNtTOd0ltQ8Il74btbz
fk9CWUVF2kJPTZV8AY7t+R2fTnqeWwi2ENtwv3ZLIeeSbtX6SSqRChsa1Qrq9DNr
OBH1wX/rNgscwkN9ac4BADyN0VtM7E1YNEUGcljQ35ZANFK04/XLBqKvmE1nLbOe
oUXrX5v7BBscUSkD2pjzs6VVaK9mvSPjpCbaNSuXgtL9xJ+wLFdLJX0ntzX2xfTO
iqCMI0OO18s/Nvu9sh+kPEU+FeS8aQW+wAX2VHyXjItn/z0I3k6Rc7a7h8J5SjI=
=OjiQ
-----END PGP SIGNATURE-----
(no author) (1):
Initial directory structure.
David Prévot (1):
Imported Upstream version 0.9.7.1
pierre.tholence (4):
Initial commit (version 0.9.1)
Remove the em:type in the install.rdf as suggested after the review, remove compatibility with firefox 3.0 and add compatibility with 3.6
Changed the version in the install.rdf and change a few thing to make sure it is compatible with Firefox 3.6
Resolve a bug when switching off Firebug in separate window mode the highlight wasn't reset and when reattaching there were an uncaught exception that was messing up Firebug (could not switch tab anymore)
pierre.tholence at gmail.com (33):
Issue 1 change the description in the install.rdf
Issue 3 Make sure white spaces are displayed in text nodes.
Issue 3 The text wasn't highlighted anymore it is fixed now
Issue 4 the namespace of html nodes is no longer null in Firefox 3.6. It is now taken into account when figuring out if the highlight button needs to be disabled.
Issue5 make sure we remove the class attribute after removing the highlight class name from a node.
Issue 6 added the possibility to use css selector in addition to xpath
Issue 7 Change the name of the extension from FireXPath to FirePath
Issue 8 Now the last expression can be reevaluated when pressing enter or clicking the eval button.
Change the version from 0.9.2 to 0.9.5beta
fixed a bug with the css selector generation code
fixed another bug with the css selector generation code
Change default evaluation mode to xpath so that current user don't get confused.
change the version to 0.9.6beta1
Issue11 make sure we trim the class name after we removed the highlight class name.
Made the necessary change to be compatible with Firebug 1.7
Automatically lower case XPath expressions when it is evaluated on html files.
Fixed a bug introduced by the previous revision.
Issue19 Fixed the inspect functionality with Firebug1.7.
Issue22 Add support for Sizzle selector engine.
Add support for Firefox 4 to the install.rdf
Add David Rees as a contributor since he contributed to Issue22.
Issue22 Add JQuery selector to the list of supported selector in the description.
Change the version to 0.9.6.
Issue23: fix a bug introduced by Issue15. We no longer lower case the literal inside an XPath expression because they are case sensitive.
Change the version to 0.9.6.1.
Add the <em:type> to the install.rdf to avoid a warning from AMO verification script.
Issue29: Make FirePath compatible with Firebug1.8.
Issue24: Don't change the case of the text between double quotes (") when evaluating an xpath.
Issue31: Apply the patch from David Rees with a few small changes.
Issue29: Small change to keep the compatibility with Firebug 1.7
Issue29: Improved version of the previous revision (r42)
Change the build script so that it does not copy vim temporary files to the xpi.
Issue36: fix a bug which was causing the "Inspect in FirePath" context menu item not to show up
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 81c1625 Initial directory structure.
new 3931b68 Initial commit (version 0.9.1)
new d18e5ee Remove the em:type in the install.rdf as suggested after the review, remove compatibility with firefox 3.0 and add compatibility with 3.6
new a3da5ce Changed the version in the install.rdf and change a few thing to make sure it is compatible with Firefox 3.6
new 9c381bf Resolve a bug when switching off Firebug in separate window mode the highlight wasn't reset and when reattaching there were an uncaught exception that was messing up Firebug (could not switch tab anymore)
new 7473202 Issue 1 change the description in the install.rdf
new 87fffa3 Issue 3 Make sure white spaces are displayed in text nodes.
new 1336c61 Issue 3 The text wasn't highlighted anymore it is fixed now
new 4467393 Issue 4 the namespace of html nodes is no longer null in Firefox 3.6. It is now taken into account when figuring out if the highlight button needs to be disabled.
new ef138d6 Issue5 make sure we remove the class attribute after removing the highlight class name from a node.
new ee81e23 Issue 6 added the possibility to use css selector in addition to xpath
new 6c08b99 Issue 7 Change the name of the extension from FireXPath to FirePath
new e6bcca2 Issue 8 Now the last expression can be reevaluated when pressing enter or clicking the eval button.
new 170dd5a Change the version from 0.9.2 to 0.9.5beta
new eec49df fixed a bug with the css selector generation code
new 5d409b3 fixed another bug with the css selector generation code
new 3df5e85 Change default evaluation mode to xpath so that current user don't get confused.
new bc039b7 change the version to 0.9.6beta1
new eca6dfb Issue11 make sure we trim the class name after we removed the highlight class name.
new 544b067 Made the necessary change to be compatible with Firebug 1.7
new 15bae31 Automatically lower case XPath expressions when it is evaluated on html files.
new 6b67a98 Fixed a bug introduced by the previous revision.
new b115ec9 Issue19 Fixed the inspect functionality with Firebug1.7.
new bb7d6bf Issue22 Add support for Sizzle selector engine.
new a602692 Add support for Firefox 4 to the install.rdf
new 27b0e12 Add David Rees as a contributor since he contributed to Issue22.
new be49e91 Issue22 Add JQuery selector to the list of supported selector in the description.
new 4994048 Change the version to 0.9.6.
new 18a24ad Issue23: fix a bug introduced by Issue15. We no longer lower case the literal inside an XPath expression because they are case sensitive.
new 08bab23 Change the version to 0.9.6.1.
new 1e42fd5 Add the <em:type> to the install.rdf to avoid a warning from AMO verification script.
new 5fc5547 Issue29: Make FirePath compatible with Firebug1.8.
new af43979 Issue24: Don't change the case of the text between double quotes (") when evaluating an xpath.
new af1fcb2 Issue31: Apply the patch from David Rees with a few small changes.
new 9db52d5 Issue29: Small change to keep the compatibility with Firebug 1.7
new 208d2a3 Issue29: Improved version of the previous revision (r42)
new 718667c Change the build script so that it does not copy vim temporary files to the xpi.
new 0a0d11a Issue36: fix a bug which was causing the "Inspect in FirePath" context menu item not to show up
new 4f67909 Imported Upstream version 0.9.7.1
The 39 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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