DevTools/Hacking: Difference between revisions

Jump to navigation Jump to search
Add l10n locations
(Fold in migration changes)
(Add l10n locations)
Line 92: Line 92:
** '''<tt>devtools/shared/client</tt>''': Code for the DevTools [[Remote Debugging Protocol]] client.  (You may wonder why this is not in <tt>devtools/client</tt> below: it's mainly because tests in server also need access to the RDP client.)
** '''<tt>devtools/shared/client</tt>''': Code for the DevTools [[Remote Debugging Protocol]] client.  (You may wonder why this is not in <tt>devtools/client</tt> below: it's mainly because tests in server also need access to the RDP client.)
* '''<tt>devtools/client</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.  This directory is only shipped with desktop Firefox, as opposed to other directories above, which are shipped with all Gecko products (Firefox OS, Firefox for Android, etc.)
* '''<tt>devtools/client</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.  This directory is only shipped with desktop Firefox, as opposed to other directories above, which are shipped with all Gecko products (Firefox OS, Firefox for Android, etc.)
For the moment, we also have few other directories used by localization (l10n) files:
* '''<tt>browser/locales/en-US/chrome/browser/devtools</tt>''': Strings used in the DevTools client (front-end UI)
* '''<tt>toolkit/locales/en-US/chrome/global/devtools</tt>''': Strings used in the DevTools server
These l10n files will soon be moved under <tt>/devtools</tt> in [https://bugzilla.mozilla.org/show_bug.cgi?id=1182722 bug 1182722].


= Running the Developer Tools Tests =
= Running the Developer Tools Tests =
Confirmed users
177

edits

Navigation menu