Skip to content

Commit

Permalink
Issue mozilla#95 - update part 5:
Browse files Browse the repository at this point in the history
- reverse changelist
- maxVersion
  • Loading branch information
xabolcs committed Feb 19, 2013
1 parent 892eaf4 commit 1468566
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions History.md
@@ -1,19 +1,19 @@
3.4 / 2013-02-18
3.4 / 2013-02-19
==================

* Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Titlebar'. (#65)
* Extension: Add pushlog-to-tip menuitem. (#61)
* Extension: Open customize.xul (Customize Titlebar) as a resizable window. (#55)
* Extension: Let nightlyApp.openNotification() fallback to notificationBox in legacy Fx. (#81)
* Extension: Include about:nightly in Nightly Tester Tools' menupopup for Thunderbird. (#56)
* Extension: Don't call callback function when iterating over Extension Manager's extensions list. (#88)
* Extension: Don't register aboutNightly component for 'profile-after-change' notification. (#57)
* Extension: Update 'Contributors' section automatically in about:nightly. (#58)
* Extension: Re-license under MPL2. (#39, #98)
* Extension: Make columns of 'Customize Titlebar' dialog's tree resizable. (#25)
* Extension: Add privacy context to saveScreenshot() due to Bug 795065. (#99)
* Extension: Update checkCompatibility preferences for compatibility. (#103)
* Extension: Use GreD instead CurProcD to reference GRE specific files. (#115)
* Extension: Update checkCompatibility preferences for compatibility. (#103)
* Extension: Add privacy context to saveScreenshot() due to Bug 795065. (#99)
* Extension: Make columns of 'Customize Titlebar' dialog's tree resizable. (#25)
* Extension: Re-license under MPL2. (#39, #98)
* Extension: Update 'Contributors' section automatically in about:nightly. (#58)
* Extension: Don't register aboutNightly component for 'profile-after-change' notification. (#57)
* Extension: Don't call callback function when iterating over Extension Manager's extensions list. (#88)
* Extension: Include about:nightly in Nightly Tester Tools' menupopup for Thunderbird. (#56)
* Extension: Let nightlyApp.openNotification() fallback to notificationBox in legacy Fx. (#81)
* Extension: Open customize.xul (Customize Titlebar) as a resizable window. (#55)
* Extension: Add pushlog-to-tip menuitem. (#61)
* Extension: Include changeset info in the Insert/Copy Build ID menuitem and in 'Customize Titlebar'. (#65)

3.3 / 2012-05-02
==================
Expand Down
8 changes: 4 additions & 4 deletions extension/install.rdf
Expand Up @@ -36,7 +36,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.6</em:minVersion>
<em:maxVersion>19.0a1</em:maxVersion>
<em:maxVersion>22.0a1</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -45,7 +45,7 @@
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.1</em:minVersion>
<em:maxVersion>19.0a1</em:maxVersion>
<em:maxVersion>22.0a1</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -54,7 +54,7 @@
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.1a1pre</em:minVersion>
<em:maxVersion>2.16a1</em:maxVersion>
<em:maxVersion>2.19a1</em:maxVersion>
</Description>
</em:targetApplication>

Expand All @@ -74,7 +74,7 @@
<Description>
<em:id>toolkit@mozilla.org</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>15.0a1</em:maxVersion>
<em:maxVersion>22.0a1</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down

0 comments on commit 1468566

Please sign in to comment.