gecko-dev/extensions
Mike Hommey e6e627c61f Bug 1746299 - Remove broken support for --enable-project=extensions and --enable-extensions. r=Gijs,firefox-build-system-reviewers,mhentges
The former is broken because of a lack of a app.mozbuild file and has
been broken for years.

The latter doesn't do anything useful outside --enable-project=extensions
because all the subdirectories of extensions/ are already covered by
other flags (or always used):
- auth, via --enable-negotiateauth (default on)
- permissions, always
- pref, via --enable-pref-extensions (default on)
- spellcheck, always
- universalchardet, via --enable-universalchardet (default on)

Also, nothing sets MOZ_EXTENSIONS_DEFAULT anymore.

Differential Revision: https://phabricator.services.mozilla.com/D133970
2021-12-18 00:32:34 +00:00
..
auth
permissions Bug 1707963: Avoid a potential race on permission manager singleton creation. r=permissions-reviewers,timhuang 2021-12-14 18:39:42 +00:00
pref
spellcheck Bug 1735446 - part 5: Make nsIInlineSpellChecker use unsigned long as offset in node r=m_kato 2021-12-09 07:44:09 +00:00
universalchardet