DevTools: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(The highlighter doc now exists in the /devtools/docs folder in the tree. Our wiki page should not link to it. Let's advertise our devtools/docs/ folder instead)
(Advertising our devtools/docs/ folder instead)
Line 31: Line 31:
= Internal Technical Documentation =
= Internal Technical Documentation =


The list below includes technical articles about some of the internals of the DevTools.
DevTools technical docs are available in the DevTools source code under the <code>/devtools/docs</code> directory.
You can read them online here: http://searchfox.org/mozilla-central/source/devtools/docs/SUMMARY.md


== Remote Debugging Protocol ==
Some technical docs are still in the process of being moved to this location, but are available here on the wiki in the meantime:


* [[Remote Debugging Protocol]]
* [[Remote Debugging Protocol]]
* [[Remote Debugging Protocol Stream Transport]]
* [[Remote Debugging Protocol Stream Transport]]
* [https://dxr.mozilla.org/mozilla-central/source/devtools/server/docs/protocol.js.md Protocol.js]
* [[DevTools/Backwards Compatibility|Manage client-server backward compatibility]]
* [[DevTools/Actor Best Practices|Actor Best Practices]]
* [[DevTools/Actor Best Practices|Actor Best Practices]]
== Debugger API ==
* [[Debugger Architecture]]
* [[Debugger Architecture]]
* [[Debugger Client API]]
* [[Debugger Client API]]

Revision as of 08:44, 23 March 2017

Using Firefox Developer Tools

Have a question about how to use the features in Developer Tools, or looking for more details about one of the specific tools? See the Official Developer Tools Documentation. If this still doesn't answer your question, let us know. We have more information on our Getting Involved page if you need to report a bug or request a feature.

Follow Our Development

What is the best way to follow along with Firefox Developer Tools? Updates are posted by @FirefoxDevTools, we have blog posts on the Developer Tools Category on Mozilla Hacks, and you can check out our weekly meetings if you want more information.

Getting Involved

View the Getting Involved page for more information about talking with the team, filing bugs, or even working on your own first DevTools bug!

Weekly Meetings

We have a weekly meeting to discuss progress on our tools and other topics related to web tooling. View the Weekly Meeting Google Doc. Scroll down to see past notes.

Time and phone numbers:

  • Tuesdays - 9:00am Pacific, 12:00pm Eastern, 5:00pm UTC
  • 650-903-0800 or 650-215-1282 x92 Conf# 99459
  • 1-800-707-2533 (pin 369) Conf# 99459 (US)

New Contributor Documentation

The list below highlights useful articles for new contributors.

Internal Technical Documentation

DevTools technical docs are available in the DevTools source code under the /devtools/docs directory. You can read them online here: http://searchfox.org/mozilla-central/source/devtools/docs/SUMMARY.md

Some technical docs are still in the process of being moved to this location, but are available here on the wiki in the meantime:

Process