gecko-dev/devtools/docs
Julian Descottes fef1bfd954 Bug 1579042 - Rename FrameTargetProxyActor to TabDescriptorActor r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D63498

--HG--
rename : devtools/server/actors/targets/frame-proxy.js => devtools/server/actors/descriptors/tab.js
extra : moz-landing-system : lando
2020-02-28 11:44:51 +00:00
..
backend Bug 1579042 - Rename FrameTargetProxyActor to TabDescriptorActor r=ochameau 2020-02-28 11:44:51 +00:00
contributing Bug 1613578 - remove -m from command when updating a patch r=jdescottes 2020-02-18 16:12:20 +00:00
files Bug 1566457 - Removed deprecated gDevTools JSM. r=jdescottes 2019-07-18 12:25:13 +00:00
frontend Bug 1609877: Convert prefs for domsecurity to use static prefs. r=tjr 2020-01-22 11:04:17 +00:00
getting-started Bug 1519103 - Remove Scratchpad panel. r=bgrins. 2019-10-27 09:05:58 +00:00
resources Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans 2018-01-27 15:57:42 +08:00
styles Bug 1596911 - Add missing license headers on the new managed extensions r=Gijs,MattN 2019-11-26 15:00:00 +00:00
tests Bug 1596686 - Use absolute paths for require calls r=gl 2019-12-27 12:23:47 +00:00
tools Bug 1613313 - Network monitor is not included in the index.md file r=jdescottes 2020-02-19 23:35:59 +00:00
.gitignore
README.md Bug 1615577 - Fix Table of Content on Firefox source docs r=ahal 2020-02-14 14:54:45 +00:00
about-documentation.md Bug 1568472 - Add Gitbook hint plugin. r=jdescottes. 2019-07-24 10:38:20 +00:00
book.json Bug 1613368 - Fix devtools documentation gitbook config r=pbro 2020-02-05 13:33:05 +00:00
bugs-issues.md
contributing.md Bug 1527826 - Reflect our github org name change in the m-c code; r=nchevobbe 2019-02-15 09:38:53 +00:00
index.md Bug 1592297 - Remove MOZ_QUIET and disable this output by default. r=mccr8,jdescottes 2019-12-02 15:41:35 +00:00
index.rst Bug 1613313 - Network monitor is not included in the index.md file r=jdescottes 2020-02-19 23:35:59 +00:00
preferences.md Bug 1572332 - Move non-debugger devtools prefs into all.js and firefox.js. r=jdescottes 2019-08-26 01:44:59 +00:00

README.md

Firefox Developer Tools: Contributor Docs

Note: This is a guide to working on code contributions to DevTools. If you're looking for help with using the tools, view the user docs instead. For other ways to get involved, see our community site.


Hello, and thanks for your interest in contributing to Firefox DevTools!

DevTools is a complex web app, but if you're familiar with either HTML/CSS or JavaScript, you can create a patch!

The initial setup process of building Firefox can take a while. If you get stuck at any point, you can ask for help on the DevTools Slack.

We all make lots of errors when we get started, so don't worry about that—there are safeguards in place to ensure that any commits that land in the Firefox repository are peer-reviewed, can be built, and pass the tests in multiple configurations and operating systems.