Bug 1728955: part 4) Add logging for some cases when `nsBaseClipboard::SetData` fails...
[gecko.git] / remote / doc / index.rst
blobd7d1265ff16512f8b7b66ebca640fd52b7ead0e9
1 ===============
2 Remote Protocol
3 ===============
5 The Firefox **remote protocol** is a low-level debugging interface
6 you can use to inspect the state and control execution of documents
7 running in web content, instrument the browser in interesting ways,
8 simulate user interaction for automation purposes, and for subscribing
9 to updates in the browser such as network- or console logs.
11 It complements the existing Firefox Developer Tools :ref:`Remote Debugging
12 Protocol <Remote Debugging Protocol>` (RDP) by implementing a subset of the
13 `Chrome DevTools Protocol`_ (CDP).
15 .. _Chrome DevTools Protocol: https://chromedevtools.github.io/devtools-protocol/
17 .. toctree::
18   :maxdepth: 1
20   Usage.md
21   Prefs.md
24 Internals
25 =========
27 .. toctree::
28   :maxdepth: 1
30   Building.md
31   Debugging.md
32   Testing.md
33   Architecture.md
34   Prefs.md
35   CodeStyle.md
36   PuppeteerVendor.md
37   Security.md
40 Bugs
41 ====
43 Bugs are tracked under the `Remote Protocol product`_.
45 .. _Remote Protocol product: https://bugzilla.mozilla.org/describecomponents.cgi?product=Remote%20Protocol
48 Communication
49 =============
51 See `Communication`_ on `our project wiki`_.
53 .. _Communication: https://wiki.mozilla.org/Remote#Communication
54 .. _our project wiki: https://wiki.mozilla.org/Remote