forked from mirrors/gecko-dev
This will help transition to ES Modules as this symbol is exposed to them.
$ sed -ie "/require(.Services.)/d" $(git grep -l 'require("Services")' devtools/)
$ sed -ie "/loader.lazyRequireGetter(this, .Services./d" $(git grep -l 'loader.lazyRequireGetter(this, "Services"' devtools/)
+ the edition of builtin-modules.js + eslintrc.js
+ manual eslint fixes
+ removal of devtools-services in the debugger, except for jest tests
Differential Revision: https://phabricator.services.mozilla.com/D156401
|
||
|---|---|---|
| .. | ||
| backend | ||
| contributing | ||
| files | ||
| frontend | ||
| getting-started | ||
| resources | ||
| styles | ||
| tests | ||
| tools | ||
| .gitignore | ||
| book.json | ||
| bugs-issues.md | ||
| contributing.md | ||
| devtools-alert-example.png | ||
| devtools-alert-improvement.png | ||
| devtools-alert-invalid.png | ||
| devtools-alert-investigate.png | ||
| devtools-alert-notes-owner.png | ||
| devtools-alert-regroup.png | ||
| devtools-performance-dashboard.png | ||
| index.md | ||
| index.rst | ||
| performance-sheriffing.md | ||
| preferences.md | ||
| README.md | ||
| release.md | ||
Firefox Developer Tools: Contributor Docs
This is a guide to working on the code for Firefox Developer Tools. If you're looking for help with using the tools, see the user docs. For other ways to get involved, check out our community site.