fune/devtools/docs/contributor
Alexandre Poirot 7f9229d43d Bug 1789201 - [devtools] Expose Services as a global to all DevTools modules. r=perftest-reviewers,nchevobbe,julienw,AlexandruIonescu
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
2022-09-09 07:22:51 +00:00
..
backend Bug 1668219 - [devtools] Remove now unused performance actor and front. r=julienw,devtools-backward-compat-reviewers. 2022-05-06 17:16:28 +00:00
contributing Bug 1765029 - devtools/docs: remove an old link r=nchevobbe 2022-07-19 06:58:27 +00:00
files
frontend
getting-started Bug 1530945 - doc: remove an old and unused doc r=Honza DONTBUILD 2022-09-05 12:50:13 +00:00
resources
styles
tests Bug 1773203 - [devtools] Improve failure message and documentation for devtools-bundle job r=nchevobbe 2022-06-08 07:47:25 +00:00
tools Bug 1776145 - [devtools] Remove WebConsoleConnectionProxy. r=ochameau. 2022-07-04 13:27:52 +00:00
.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 Bug 1789201 - [devtools] Expose Services as a global to all DevTools modules. r=perftest-reviewers,nchevobbe,julienw,AlexandruIonescu 2022-09-09 07:22:51 +00:00
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.