Bug 1700051: part 28) Refactor `WordSplitState<T>::GetDOMWordSeparatorOffset` to...
[gecko.git] / devtools / docs / index.md
blob9c28b28619dcc30ba79168dc1823b1ad5be60889
1 # Devtools
3 * [Getting started](getting-started/README.md)
4   * [Get a Bugzilla account](getting-started/bugzilla.md)
5   * [Create a development profile](getting-started/development-profiles.md)
6 * [Contributing](./contributing.md)
7   * [Find bugs to work on](./contributing/find-bugs.md)
8   * [How to fix a bug](./contributing/fixing-bugs.md)
9   * [Code reviews](./contributing/code-reviews.md)
10     * [Set up for code reviews](./contributing/code-reviews-setup.md)
11     * [Find a reviewer](./contributing/code-reviews-find-reviewer.md)
12     * [Send your code for review](./contributing/making-prs.md)
13     * [Reviews checklist](./contributing/code-reviews-checklist.md)
14   * [Landing code](./contributing/landing-code.md)
15   * [Levelling up](./contributing/levelling-up.md)
16   * [Coding standards](./contributing/coding-standards.md)
17     * [JavaScript](./contributing/javascript.md)
18       * [ESLint](./contributing/eslint.md)
19     * [CSS](./contributing/css.md)
20   * [Filing good bugs](./contributing/filing-good-bugs.md)
21   * [Investigating performance issues](./contributing/performance.md)
22   * [Writing efficient React code](./contributing/react-performance-tips.md)
23 * [Automated tests](tests/README.md)
24   * Running tests
25     * [`xpcshell`](tests/xpcshell.md)
26     * [Chrome mochitests](tests/mochitest-chrome.md)
27     * [DevTools mochitests](tests/mochitest-devtools.md)
28     * [Node tests](tests/node-tests.md)
29   * [Writing tests](tests/writing-tests.md)
30   * [Debugging intermittent failures](tests/debugging-intermittents.md)
31   * [Performance tests (DAMP)](tests/performance-tests.md)
32     * [Writing a new test](tests/writing-perf-tests.md)
33     * [Example](tests/writing-perf-tests-example.md)
34     * [Advanced tips](tests/writing-perf-tests-tips.md)
35 * [Files and directories](files/README.md)
36   * [Adding New Files](files/adding-files.md)
37 * [Tool Architectures](tools/tools.md)
38   * [Inspector](tools/inspector.md)
39     * [Panel Architecture](tools/inspector-panel.md)
40     * [Highlighters](tools/highlighters.md)
41   * [Memory](tools/memory-panel.md)
42   * [Debugger](tools/debugger-panel.md)
43   * [Responsive Design Mode](tools/responsive-design-mode.md)
44   * [Console](tools/console-panel.md)
45 * [Frontend](frontend/frontend.md)
46   * [Panel SVGs](frontend/svgs.md)
47   * [React](frontend/react.md)
48     * [Guidelines](frontend/react-guidelines.md)
49   * [Redux](frontend/redux.md)
50     * [Guidelines](frontend/redux-guidelines.md)
51   * [Telemetry](frontend/telemetry.md)
52   * [Content Security Policy](frontend/csp.md)
53 * [Backend](backend/backend.md)
54   * [Remote Debugging Protocol](backend/protocol.md)
55   * [Client API](backend/client-api.md)
56   * [Debugger API](backend/debugger-api.md)
57   * [Backward Compatibility](backend/backward-compatibility.md)
58   * Actors
59     * [Actors Organization](backend/actor-hierarchy.md)
60     * [Handling Multi-Processes in Actors](backend/actor-e10s-handling.md)
61     * [Writing Actors With protocol.js](backend/protocol.js.md)
62     * [Registering A New Actor](backend/actor-registration.md)
63     * [Actor Best Practices](backend/actor-best-practices.md)
64 * [Preferences](preferences.md)