These are the tools provided by Firefox for developers to inspect Web code.
We abide by our code of conduct, and expect all contributors to do the same.
- End user guides.
- Developers documentation - here's an HTML version of these documents as well.
- Not strictly a roadmap, but these are some of our 2017 goals.
We publish news and updates to two blogs:
- Nightly for features newly added to Firefox Nightly. This is the place to request feedback from early adopters!
- Hacks when features reach more stable versions of Firefox.
You're more than encouraged to talk, write articles, or make demos about the tools. Let us know 🙂
- Bug reports or feature requests:
- File bugs in Mozilla's Bugzilla (please respect the etiquette)
- or under each repository in devtools-html for code in GitHub.
- Report vulnerabilities to
security@mozilla.org
. More info.
- List of open bugs. Might be interesting if you want to contribute.
- DevTools forum.
- Mailing list.
- Team weekly video call: Vidyo room DevTools, Tuesdays 9AM Pacific time. Meeting notes.
- Chat:
- Join the Firefox DevTools Slack,
- or IRC:
#devtools
channel onirc.mozilla.org
.
- Twitter: @FirefoxDevTools.
Most changes will be done via either the "pick a bug and send a patch" or "send a PR" processes.
For substantial changes, we ask that a "request for comment" (RFC) document is provided first, so we can examine what the implications of a change will be. Here is how to follow the RFC process.
<style> .people-grid { display: grid; grid-template-columns: repeat(8, 1fr); grid-gap: 10px; grid-auto-rows: minmax(100px, auto); } </style>The tools are broadly divided into panels. Each panel has one or more owners, who mostly work(s) on that panel and are the best people to ask if you have specific questions about the code.
- about:debugging: jdescottes, ochameau
- Animation Inspector: gl, pbro, daisuke
- Canvas Debugger:
<unmaintained>
- Console: bgrins, nchevobbe
- Debugger: jlast
- Developer Toolbar: jwalker, mikeratcliffe
- DOM: honza
- Framework: Browser integration, toolbox and test infrastructure: jryans, bgrins, ochameau, honza
- Inspector: gl, pbro, zer0, jdescottes, tromey
- JSON Viewer: honza
- Memory: gregtatum
- Network Monitor: honza, rickychien, gasolin
- Performance: gregtatum
- Remote protocol and server infrastructure: jryans, ochameau
- Responsive Design Mode: jryans, zer0
- Scratchpad: jdescottes
- Shader Editor:
<unmaintained>
- Style Editor: gl
- Storage Inspector: mikeratcliffe
- Themes: bgrins, ntim
- Web Audio Editor:
<unmaintained>
- WebIDE: jryans, ochameau