gecko-dev/devtools/docs
2017-03-22 15:27:46 +01:00
..
img Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
styles Bug 1257322 - add more devtools docs r=pbrosset 2016-03-21 10:36:28 -04:00
svgs Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
.gitignore Bug 1257322 - add more devtools docs r=pbrosset 2016-03-21 10:36:28 -04:00
backend.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
backward-compatibility.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
debugger-api.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
debugger-panel.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
frontend.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
highlighters.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
http-inspector.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
inspector-panel.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
inspector.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
memory-panel.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
protocol.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
react-guidelines.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
react-tips.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
react.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
README.md Backed out changeset 7f8066747d03 (bug 1349256) for build bustage: test_mozbuild_reading.py docs/memory-panel.md corresponds to no files. r=backout 2017-03-22 15:27:46 +01:00
redux-guidelines.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
redux-tips.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
redux.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
responsive-design-mode.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
SUMMARY.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
svgs.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00
tools.md Backed out changeset fd138b13a8f2 (bug 1349256) 2017-03-22 15:26:30 +01:00

Firefox Developer Tools

Hello! This documentation is for developers who want to work on the developer tools. If you are looking for general docs about how to use the tools, checkout this MDN page.

These docs explain how the developer tools work at high-level, as well as providing links to reference documentation. This is a good starting point if you are a new contributor, or want to learn how our protocol, a specific tool, or something else works.

If you are looking to start hacking on the developer tools, all of this information is documented on the Hacking wiki page.

A very quick version:

$ hg clone https://hg.mozilla.org/integration/mozilla-inbound
$ ./mach build
$ ./mach run -P development

You can also clone via git from https://github.com/mozilla/gecko-dev.git. Note that the workflow for submitting patches may be a little different if using git.

Please see the Hacking page for a lot more information!

All of our coding standards are documented on the Coding Standards wiki page.

We use ESLint to enforce coding standards, and if you can run it straight from the command like this:

./mach eslint path/to/directory