mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
41
devtools/docs/README.md
Normal file
41
devtools/docs/README.md
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# 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](https://developer.mozilla.org/en-US/docs/Tools).
|
||||
|
||||
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](https://wiki.mozilla.org/DevTools/Hacking) wiki page.
|
||||
|
||||
A very quick version:
|
||||
|
||||
```
|
||||
$ hg clone http://hg.mozilla.org/integration/fx-team
|
||||
$ ./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](https://wiki.mozilla.org/DevTools/Hacking)
|
||||
page for a lot more information!
|
||||
|
||||
All of our **coding standards** are documented on the [Coding
|
||||
Standards](https://wiki.mozilla.org/DevTools/CodingStandards) 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue