DevTools: Difference between revisions

(Removed best practices since the article moved to devtools/docs/)
(→‎Firefox Developer Tools: update 404ed link to point to https://firefox-dev.tools/ instead)
 
(6 intermediate revisions by 2 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, [[DevTools/GetInvolved#Communication|let us know]].  We have more information on our Getting Involved page if you need to [[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.
 
= Getting Involved =
 
View the [[DevTools/GetInvolved|Getting Involved]] page for more information about talking with the team, filing bugs, or even working on your own [[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://docs.google.com/document/d/1jWR13lrlKxLKCxYmtH5uS38IPAHFruWN75VVASVt87E 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.
 
* [[DevTools/GetInvolved|Getting Involved]]
* [[DevTools/GetInvolved#Mentored_and_Good_First_Bugs|Mentored and Good First Bugs]]
* [[DevTools/Hacking|Hacking]]
* [[DevTools/Bug Fixes|Bug Fixes]]
 
= Internal Technical Documentation =
 
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
 
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 Stream Transport]]
* [[Debugger Architecture]]
* [[Debugger Client API]]
* [https://developer.mozilla.org/en-US/docs/Tools/Debugger-API Debugger API] (used in DevTools server)
 
== Process ==
 
* [[DevTools/Creating_Good_First_Bugs|Creating Good First Bugs]]
* [[Buildbot/Talos/Tests#DAMP|DevTools Talos Tests (DAMP)]]
* [[DevTools/OperationInstrument|Operation Instrument: Platform Tracing]]

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/