bug 1523104: remote: format; r=me a=docs

This commit is contained in:
Andreas Tolfsen 2019-03-08 13:59:43 +00:00
parent 19f467e2c1
commit 7b68bf360f

View File

@ -1,17 +1,19 @@
The Firefox remote agent is a low-level debugging interface based on the
CDP protocol.
The Firefox remote agent is a low-level debugging interface based
on the CDP protocol.
With it, you can inspect the state and control execution of documents
running in web content, instrument Gecko in interesting ways, simulate
user interaction for automation purposes, and debug JavaScript execution.
running in web content, instrument Gecko in interesting ways,
simulate user interaction for automation purposes, and debug
JavaScript execution.
This component provides an experimental and partial implementation
of a remote devtools interface using the CDP protocol and transport layer.
of a remote devtools interface using the CDP protocol and transport
layer.
See https://firefox-source-docs.mozilla.org/remote/ for documentation.
The remote agent is not by default included in Firefox builds.
To build it, put this in your mozconfig:
The remote agent is not by default included in Firefox builds. To
build it, put this in your mozconfig:
ac_add_options --enable-cdp