Confirmed users
125
edits
Line 70: | Line 70: | ||
* '''<tt>toolkit/devtools</tt>''': Code for the devtools client and server, and all code shared between the front end and client/server. If we are using any third party libraries, or importing external repositories into our tree, those libraries generally live here (eg, <tt>toolkit/devtools/acorn</tt>). | * '''<tt>toolkit/devtools</tt>''': Code for the devtools client and server, and all code shared between the front end and client/server. If we are using any third party libraries, or importing external repositories into our tree, those libraries generally live here (eg, <tt>toolkit/devtools/acorn</tt>). | ||
** '''<tt>toolkit/devtools/server</tt>''': Code for the devtools Remote | ** '''<tt>toolkit/devtools/server</tt>''': Code for the devtools [[Remote Debugging Protocol]] server and transport layer. | ||
** '''<tt>toolkit/devtools/client</tt>''': Code for the devtools Remote | *** '''<tt>toolkit/devtools/server/actors</tt>''': [[Remote_Debugging_Protocol#Actors RDP Actors]]. | ||
* '''<tt>browser/devtools</tt>''': Front end user interfaces for the | ** '''<tt>toolkit/devtools/client</tt>''': Code for the devtools [[Remote Debugging Protocol]] client. | ||
* '''<tt>browser/devtools</tt>''': Front end user interfaces for our tools. Should be pretty obvious what is what based on the directory names and each panel we have in our toolbox. | |||
= Running the Developer Tools Tests = | = Running the Developer Tools Tests = |