-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build files and manifest to version 1.4.0.5
- Loading branch information
1 parent
983b8a4
commit 6fda0ee
Showing
5 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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) --> | ||
|