Skip to content

Commit

Permalink
Supporting Firefox v18 in Selenium IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
samitbadle committed Feb 18, 2013
1 parent f7fa29c commit 2b291b8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ide/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>{a6fd85ed-e919-4a43-a5af-8da18bda539f}</em:id>
<em:name>Selenium IDE</em:name>
<em:version>1.10.0</em:version>
<em:version>2.0.0</em:version>
<em:creator>Adam Goucher</em:creator>
<em:developer>Samit Badle</em:developer>
<em:developer>Dave Hunt</em:developer>
Expand All @@ -18,7 +18,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>3.6.*</em:minVersion>
<em:maxVersion>17.*</em:maxVersion>
<em:maxVersion>18.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
Expand Down
2 changes: 1 addition & 1 deletion ide/main/src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>3.6.*</em:minVersion>
<em:maxVersion>17.*</em:maxVersion>
<em:maxVersion>18.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down
4 changes: 2 additions & 2 deletions ide/plugins/csharp-format/src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>17.*</em:maxVersion>
<em:maxVersion>18.*</em:maxVersion>
</Description>
</em:targetApplication>

<em:requires>
<Description>
<em:id>{a6fd85ed-e919-4a43-a5af-8da18bda539f}</em:id>
<em:minVersion>1.1.0</em:minVersion>
<em:maxVersion>1.*</em:maxVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:requires>
</Description>
Expand Down
4 changes: 2 additions & 2 deletions ide/plugins/java-format/src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>17.*</em:maxVersion>
<em:maxVersion>18.*</em:maxVersion>
</Description>
</em:targetApplication>

<em:requires>
<Description>
<em:id>{a6fd85ed-e919-4a43-a5af-8da18bda539f}</em:id>
<em:minVersion>1.1.0</em:minVersion>
<em:maxVersion>1.*</em:maxVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:requires>
</Description>
Expand Down
4 changes: 2 additions & 2 deletions ide/plugins/python-format/src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>17.*</em:maxVersion>
<em:maxVersion>18.*</em:maxVersion>
</Description>
</em:targetApplication>

<em:requires>
<Description>
<em:id>{a6fd85ed-e919-4a43-a5af-8da18bda539f}</em:id>
<em:minVersion>1.1.0</em:minVersion>
<em:maxVersion>1.*</em:maxVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:requires>
</Description>
Expand Down
4 changes: 2 additions & 2 deletions ide/plugins/ruby-format/src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>17.*</em:maxVersion>
<em:maxVersion>18.*</em:maxVersion>
</Description>
</em:targetApplication>

<em:requires>
<Description>
<em:id>{a6fd85ed-e919-4a43-a5af-8da18bda539f}</em:id>
<em:minVersion>1.1.0</em:minVersion>
<em:maxVersion>1.*</em:maxVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:requires>
</Description>
Expand Down

0 comments on commit 2b291b8

Please sign in to comment.