Skip to content

sole/devtools-html.github.com

 
 

Repository files navigation

Firefox Developer Tools

These are the tools provided by Firefox for developers to inspect Web code.

This repository is a hub that points to Developer Tools resources.

We abide by our code of conduct, and expect all contributors to do the same.

Documentation

News and demos

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 help us talk about the tools by writing an article, making a demo, or both! We wrote some guidelines for making demos.

Getting in touch

There are various ways to get in touch with us:

Processes

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.

People

<style> .people-grid { display: grid; grid-template-columns: repeat(8, 1fr); grid-gap: 10px; grid-auto-rows: minmax(100px, auto); } </style>
{% for person in site.github.organization_members %}
{{ person.login }}
{% endfor %}

People and modules

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

About

Docs and Guides

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%