diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-04-10 20:38:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-04-10 20:49:13 +0200 |
commit | 0f33ced7ef3e2729c5e31733990dd7c60e0720ad (patch) | |
tree | 6eda81344549dd27471d038ecfe32e0aff66c384 /update.rdf | |
parent | fb662574627c9bc3477ccfaacd4e96bfda1f3e29 (diff) | |
download | bugzilla-triage-0f33ced7ef3e2729c5e31733990dd7c60e0720ad.tar.gz |
Higher versions of Firefox are even more strict about undefined variables.1.6
We cannot apparently add a method to console. Oh well.
Also a general cleanup (Eclipse had some complaints).
Closes #121
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -247,6 +247,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.6</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>11.0</em:minVersion> + <em:maxVersion>14.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |