- Available locales English, Czech, German, Dutch, French, Swedish, Danish, Spanish and Portuguese
- Added option to exclude fieldnames from view
- Added global keybindings for most menu-items in (right-click-)contextmenu
- Added option to Export/Import keybindings (default yes)
- Added menu-option to display (toggle) the fieldname next to each formfield
- Added option to manually save formfields (current field or all fields on page)
- Improved performance places db-lookup (faster startup)
- Set fixed width for the about dialog
Fixes:
- Fixed About dialog not properly displayed in 4.0b8pre
- Fixed Add-on bar right-click menu showing next to popup-menu of FHC itself (Mozilla 4.0)
- Fixed Show icons in regexp menu when invoked from cleanup criteria dialog
- Fixed SeaMonkey bug: undefined Components.classes["@mozilla.org/privatebrowsing;1"]
- Fixed SeaMonkey bug: undefined gBrowser.tabs
- Fixed this.treeBox.view.selection warning in FF4
- Re-use existing formhistory dbconnection from browser
- Possible unresponsive script error: query places db using a background thread
In this release further improvements on the places query (by using a prepared statement). The initial query on my formhistory data takes about 65ms to complete. Looking up additional place data is now reduced from more than 1 second down to 160ms. When Form History Control is opened right after starting the browser, it still might take some 600ms which is probably caused by the fact that the places database is not cached yet.
[Update January 3, 2011]
Additional fixes after Mozilla review:
- Added FHC namespace to element IDs in overlays
- Fixed "leak symbols into global scope" in some event listeners
- Added Portuguese locale
[Update January 8, 2011]
Additional fixes after second Mozilla review (new version now 1.2.8.1):
- Using a background thread to query the places database is no longer allowed so I had to fix that. This is related to Mozilla bug 608142 (see also this forum post)