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

Changes in FF74 #4

Open
bovine3dom opened this issue Jan 11, 2020 · 0 comments
Open

Changes in FF74 #4

bovine3dom opened this issue Jan 11, 2020 · 0 comments

Comments

@bovine3dom
Copy link
Member

In Firefox 74 you will need to use extensions.experiments.enabled
instead of extensions.legacy.enabled. This should land soon in bug 1524327.

What is this?

This preference is used to enable to features for developers in Nightly,
Developer Edition and unbranded builds. It allows testing of
experimental APIs without signing an extension, as well as testing
privileged APIs when loading the extension through about:debugging.

History and reason

When we were making the change from the legacy xul/xpcom extensions to
webextensions, we had a build flag and preference to continue allowing
the use of legacy extensions. The ability to load legacy extensions has
long been removed from Firefox, but the flag was also used for these
features and has remained to support them.

The name change will clarify what the preference does and allow us to
remove some remaining bits of code that supported legacy extensions.

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

No branches or pull requests

1 participant