Skip to content

Commit

Permalink
Update build files and manifest to version 1.4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmahieu committed Mar 12, 2016
1 parent 983b8a4 commit 6fda0ee
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions _doc/ReleaseNotes 1.4.0.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
User:
- Many small bugfixes for FF 45.0

Technical:
- global keystore deprecated (Application.storage.get/set) replaced by JS code module
- many const to var
- typo in js code (FhcPreferences.js)
- images displayed in html-page from chrome URL (when storing fields manually) replaced by pure css
- resolve severe mozilla validator warning: obsolete extension manager interface removed
- renamed "sessionstore-state-write" (removed) to the more appropriate "sessionstore-state-write-complete"

ToDo:
- Preferences overlay does not work in FF >= 36.0 (is no longer a dialog, is opened inside tab)\
- Many changes needed to support Multiprocess Firefox (https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox)
- Prevent formhistory for specific fields (not related to a domain)
2 changes: 1 addition & 1 deletion build_extension.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set XPI_FILE=formhistory_1404.xpi
set XPI_FILE=formhistory_1405.xpi


rem --(check if xpi exist)-------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion build_postprocess.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set XPI_FILE=formhistory_1404.xpi
set XPI_FILE=formhistory_1405.xpi


rem --(check if xpi exist)-------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion build_postprocess_EN-NL.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set XPI_FILE=formhistory_1404.xpi
set XPI_FILE=formhistory_1405.xpi


rem --(check if xpi exist)-------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions 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>[email protected]</em:id>
<em:version>1.4.0.4</em:version>
<em:version>1.4.0.5</em:version>
<em:type>2</em:type>
<!-- Unpack false will break reading install.rdf in FhcRdfExtensionHandler.js -->
<em:unpack>true</em:unpack>
Expand All @@ -15,15 +15,15 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>22.0</em:minVersion>
<em:maxVersion>41.0</em:maxVersion>
<em:maxVersion>48.0</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- SeaMonkey -->
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.19</em:minVersion>
<em:maxVersion>2.38</em:maxVersion>
<em:maxVersion>2.45</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Flock (version 3.* based on google chrome) -->
Expand Down

0 comments on commit 6fda0ee

Please sign in to comment.