DevTools: Difference between revisions

m (→‎Remote Debugging Protocol: update the protocol.js link)
(→‎Firefox Developer Tools: update 404ed link to point to https://firefox-dev.tools/ instead)
 
(20 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= Using Firefox Developer Tools =
= 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 [https://developer.mozilla.org/en-US/docs/Tools Official Developer Tools Documentation].  If this still doesn't answer your question, [https://wiki.mozilla.org/DevTools/GetInvolved#Communication let us know].  We have more information on our Getting Involved page if you need to [https://wiki.mozilla.org/DevTools/GetInvolved#Reporting_Bugs_and_Requesting_Features report a bug or request a feature].
The contents of this page have been migrated to https://firefox-dev.tools/
 
= Follow Our Development =
 
What is the best way to follow along with Firefox Developer Tools?  Updates are posted by [https://twitter.com/firefoxdevtools @FirefoxDevTools], we have blog posts on the [https://hacks.mozilla.org/category/developer-tools/  Developer Tools Category on Mozilla Hacks], and you can check out  our weekly meetings if you want more information.  We also have a [https://wiki.mozilla.org/DevTools/Triage triage list] of bugs, and a [https://wiki.mozilla.org/DevTools/Planning planning document] for upcoming releases.
Check out our [https://wiki.mozilla.org/DevTools/Team team page] to meet some of the people working on Developer Tools.
 
= Getting Involved =
 
View the [https://wiki.mozilla.org/DevTools/GetInvolved Getting Involved] page for more information about talking with the team, filing bugs, or even working on your own [https://wiki.mozilla.org/DevTools/GetInvolved#Mentored_and_Good_First_Bugs 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 [https://public.etherpad-mozilla.org/p/devtools-meeting Weekly Meeting Etherpad], and use the history slider to see past notes.
 
Time and phone numbers:
* Thursdays - 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.
 
* [https://wiki.mozilla.org/DevTools/GetInvolved Getting Involved]
* [https://wiki.mozilla.org/DevTools/GetInvolved#Mentored_and_Good_First_Bugs Mentored and Good First Bugs]
* [https://wiki.mozilla.org/DevTools/Hacking Hacking]
* [https://wiki.mozilla.org/DevTools/CodingStandards Code Style]
* [https://wiki.mozilla.org/DevTools/mochitests_coding_standards Writing Tests]
 
= Internal Technical Documentation =
 
The list below includes technical articles about some of the internals of the DevTools.
 
== Remote Debugging Protocol ==
 
* [[Remote Debugging Protocol]]
* [[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]]
 
== Debugger API ==
 
* [[Debugger Architecture]]
* [[Debugger Client API]]
* [https://developer.mozilla.org/en-US/docs/Tools/Debugger-API Debugger API] (used in DevTools server)
 
== Tools ==
 
* [[DevTools/Highlighter|Inspector Highlighter]]
* [[DevTools/WebAudio|Web Audio Editor]]
* [[DevTools/Memory|Memory Tools]]
* [[DevTools/Performance|Performance Tools]]
 
== Process ==
 
* [[Buildbot/Talos/Tests#DAMP|DevTools Talos Tests (DAMP)]]
* [[DevTools/OperationInstrument|Operation Instrument: Platform Tracing]]
* [[DevTools/Gaming|Gaming Tools, enhancements for game developers across all tools]]
 
== Coding Standards ==
 
* [[DevTools/CSSTips|CSS]]
* [[DevTools/CodingStandards|JS]]

Latest revision as of 23:35, 27 March 2019

Firefox Developer Tools

The contents of this page have been migrated to https://firefox-dev.tools/