You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the current Firefox add-on will not be supported anymore in Firefox 57. Instead, only WebExtensions will be supported. We should investigate how to convert the Firefox add-on to a WebExtension.
I think the Chrome add-on manifest gives us a clue about which APIs we need. We need to check if they are already supported by Firefox, and how much we can reuse from the existing Chrome extension. Hopefully we will be able to merge the Chrome and Firefox extensions with this effort (perhaps with some preprocessor statements for browser-specific code such as telemetry for Firefox).
The text was updated successfully, but these errors were encountered:
It looks like the current Firefox add-on will not be supported anymore in Firefox 57. Instead, only WebExtensions will be supported. We should investigate how to convert the Firefox add-on to a WebExtension.
I think the Chrome add-on manifest gives us a clue about which APIs we need. We need to check if they are already supported by Firefox, and how much we can reuse from the existing Chrome extension. Hopefully we will be able to merge the Chrome and Firefox extensions with this effort (perhaps with some preprocessor statements for browser-specific code such as telemetry for Firefox).
The text was updated successfully, but these errors were encountered: