Open
Description
There are some deprecation warnings (not necessary to fix because FF56 will be the last version that is compatible with Vimperator) as well as some major bugs:
Bugs:
- NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIProtocolHandler.newChannel]
This causes FF 56: Command suggestions background is transparent #777 and Open link hotkey not showing matches #786 and the missing help. Required for addingchrome-data
andhelp
scheme. -
.textbox-search-icons
renamed to.textbox-search-sign
- TypeError: this._identityPopupContentHosts is undefined
SSL popup not shown
Warnings:
- DEPRECATION WARNING: Search service falling back to synchronous initialization. This is generally the consequence of an add-on using a deprecated search service API.
You may find more details about this deprecation at: https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIBrowserSearchService#async_warning - JavaScript 1.6's for-each-in loops are deprecated; consider using ES6 for-of instead
- String.localeCompare is deprecated; use String.prototype.localeCompare instead
- String.replace is deprecated; use String.prototype.replace instead
- String.toLowerCase is deprecated; use String.prototype.toLowerCase instead