gecko-dev/devtools/docs/getting-started
yulia 53b0fc6ae5 Bug 1382580 - Replace mention of the old event emitter with the new one in documentation; r=nchevobbe
MozReview-Commit-ID: 1PMPdlDn2yU

--HG--
extra : rebase_source : 2ac98ecbea685bdb3d136d5a4e7b4c74af7dfc5b
2018-05-03 12:56:01 +02:00
..
architecture-overview.md
build.md Bug 1454350 - simplify devtools docs to use mercurial. r=sole 2018-04-16 14:53:58 +02:00
development-profiles.md Bug 1382580 - Replace mention of the old event emitter with the new one in documentation; r=nchevobbe 2018-05-03 12:56:01 +02:00
README.md Bug 1408827 - Where is code link broken for DevTools documentation. r=sole 2017-11-20 23:11:15 -04:00
where-is-the-code.md

Getting started

  1. Learn where the code is and about the architecture of the tools.
  2. Set up your machine to build the tools, then configure a development profile.
  3. You can now experiment by changing things and rebuilding, look at the files and directories overview or you could also find something to work on.

Additional documentation

  • MDN Web Docs (also known as MDN) has a lot of information about XUL elements, HTML, JS, DOM, Web APIs, Gecko-specific APIs, and more.
  • DXR is a source code search engine - search for symbols you want to learn about, eg. nsIDocument. Searchfox is an alternative.

It is a good idea to add smart keyword searches for DXR and MDN, so you can search faster.