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

Update code to modern versions of firefox. #3

Open
rupertsteel opened this issue Sep 3, 2015 · 0 comments
Open

Update code to modern versions of firefox. #3

rupertsteel opened this issue Sep 3, 2015 · 0 comments
Assignees
Labels

Comments

@rupertsteel
Copy link
Owner

The addon has just recently been reviewed and these are the issues:

  1. The old Extension Manager API is not available in any remotely modern version of Firefox and should not be referenced in any code.
  2. Use of __proto__ or setPrototypeOf to set a prototype causes severe performance degredation, and is deprecated. You should use Object.create instead. See bug https://bugzil.la/948227 for more information.
@rupertsteel rupertsteel added the bug label Sep 3, 2015
@rupertsteel rupertsteel self-assigned this Sep 3, 2015
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

1 participant