Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert the Firefox add-on to a WebExtension #8227

Closed
timvandermeij opened this issue Apr 2, 2017 · 2 comments
Closed

Convert the Firefox add-on to a WebExtension #8227

timvandermeij opened this issue Apr 2, 2017 · 2 comments
Labels

Comments

@timvandermeij
Copy link
Contributor

timvandermeij commented Apr 2, 2017

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).

@Snuffleupagus
Copy link
Collaborator

Snuffleupagus commented Apr 2, 2017

Please note that this is already tracked in https://bugzilla.mozilla.org/show_bug.cgi?id=1271476, which mentions a number of (probably still) missing features that the add-on currently depends on.

@timvandermeij
Copy link
Contributor Author

Closing since this is now tracked in a new issue with more actionable points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants