tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README.md (1545B)


Directories Overview

This page provides a very top level overview of what is on each directory in the DevTools source code:

* devtools/shared/client: Code for the Remote Debugging Protocol (RDP) client. You may wonder why this is not in devtools/client below: it's mainly because tests in server also need access to the RDP client. * devtools/shared/locales: Strings used in either the server only, or shared with both the client and server.

* devtools/server/actors: RDP Actors. Note that if you're modifying actors, you may need to worry about backwards compatibility with older clients.

* devtools/client/locales: Strings used in the client front-end. * devtools/client/themes: CSS and images used in the client front-end.