bug 1538187: remote: fix hyperlinks in index; r=me a=doc

DONTBUILD
This commit is contained in:
Andreas Tolfsen 2019-03-22 14:15:23 +00:00
parent d71a2b110c
commit 814d8ab46d

View File

@ -2,15 +2,19 @@
Remote Protocol
===============
In addition to the Firefox Developer Tools _Remote Debugging Protocol_,
also known as RDP, Firefox also has a partial implementation of
the Chrome DevTools Protocol (CDP).
The Firefox **remote protocol** is a low-level debugging interface
you can use to inspect the state and control execution of documents
running in web content, instrument the browser in interesting ways,
simulate user interaction for automation purposes, and for subscribing
to updates in the browser such as network- or console logs.
It complements the existing Firefox Developer Tools `Remote Debugging
Protocol`_ (RDP) by implementing a subset of the `Chrome DevTools
Protocol`_ (CDP).
.. _Remote Debugging Protocol: https://docs.firefox-dev.tools/backend/protocol.html
.. _Chrome DevTools Protocol: https://chromedevtools.github.io/devtools-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.
Users
=====
@ -21,6 +25,7 @@ Users
Usage.md
Prefs.md
Developers
==========