Files

3.3 KiB

:name: devtools-contributor-doc
:hidden:
:maxdepth: 1

Getting started <README.md>
Architecture overview <architecture-overview.md>
Contributing <contributing.md>
Bugs and issues <bugs-issues.md>

Firefox DevTools Contributor Docs

This is the contributor documentation for Firefox Developer Tools. If you're looking for help with using the tools, see the user docs. Note that this section only contains technical information specific to Firefox DevTools, make sure to first read the Firefox contributor documentation which explains how to contribute to Firefox in general (setting up the environment, submitting patches, etc.).

Automated tests

:maxdepth: 1

Automated tests <tests/README.md>
xpcshell <tests/xpcshell.md>
Chrome mochitests <tests/mochitest-chrome.md>
DevTools mochitests <tests/mochitest-devtools.md>
Node tests <tests/node-tests.md>
Memory Allocation tests </devtools/tests/memory/index.md>
JavaScript Objects tests<tests/js-object-tests.md>
Writing tests <tests/writing-tests.md>
Debugging intermittent failures </testing/debugging-intermittents/index.md>
Performance tests overview<tests/performance-tests-overview.md>
Backward Compatibility tests <tests/backward-compat-tests.md>
DAMP Performance tests <tests/performance-tests-damp.md>
Writing a new test <tests/writing-perf-tests.md>
Example <tests/writing-perf-tests-example.md>
Advanced tips <tests/writing-perf-tests-tips.md>

Files and directories

:maxdepth: 1

Files and directories <files/README.md>
Adding New Files <files/adding-files.md>

Tool Architectures

:maxdepth: 1

Inspector Panel Architecture <tools/inspector-panel.md>
Inspector Highlighters <tools/highlighters.md>
Memory <tools/memory-panel.md>
Debugger <tools/debugger-panel.md>
Responsive Design Mode <tools/responsive-design-mode.md>
Console <tools/console-panel.md>
Network </devtools/netmonitor/architecture.md>
Storage <tools/storage.md>
Inspector <tools/inspector.md>
Responsive Design Mode devices <responsive/devices.md>

Frontend

:maxdepth: 1

CSS <frontend/css.md>
Panel SVGs <frontend/svgs.md>
React <frontend/react.md>
React Guidelines <frontend/react-guidelines.md>
Redux <frontend/redux.md>
Redux Guidelines <frontend/redux-guidelines.md>
Telemetry <frontend/telemetry.md>
Content Security Policy <frontend/csp.md>

Backend

:maxdepth: 1

Remote Debugging Protocol <backend/protocol.md>
Backend Overview <backend/watcher-architecture.md>
Client API <backend/client-api.md>
Debugger API <backend/debugger-api.md>
Backward Compatibility <backend/backward-compatibility.md>
Actors Organization <backend/actor-hierarchy.md>
Writing Actors With protocol.js <backend/protocol.js.md>
Registering A New Actor <backend/actor-registration.md>
Actor Best Practices <backend/actor-best-practices.md>

Performance

:maxdepth: 1

Investigating performance issues <performance/performance.md>
Writing efficient React code <performance/react-performance-tips.md>

Preferences

:maxdepth: 1

Preferences <preferences.md>

Recurring tasks

:maxdepth: 1

Release tasks<release.md>
Performance sheriffing<performance-sheriffing.md>