2019-01-29 18:18:42 +03:00
|
|
|
|
===
|
|
|
|
|
CDP
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
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 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
|
|
Building.md
|
|
|
|
|
Debugging.md
|
|
|
|
|
Testing.md
|
|
|
|
|
Prefs.md
|
2019-02-17 18:39:48 +03:00
|
|
|
|
CodeStyle.md
|
2019-01-29 18:18:42 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bugs
|
|
|
|
|
====
|
|
|
|
|
|
2019-02-06 21:15:51 +03:00
|
|
|
|
Bugs are tracked under the `Remote Protocol`_ product.
|
|
|
|
|
|
|
|
|
|
.. _Remote Protocol: https://bugzilla.mozilla.org/describecomponents.cgi?product=Remote%20Protocol
|
2019-01-29 18:18:42 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Communication
|
|
|
|
|
=============
|
|
|
|
|
|
|
|
|
|
The mailing list for Firefox remote debugging discussion is
|
2019-02-08 18:57:29 +03:00
|
|
|
|
`dev-remote@lists.mozilla.org`_ (`subscribe`_, `archive`_).
|
2019-01-29 18:18:42 +03:00
|
|
|
|
|
|
|
|
|
If you prefer real-time chat, there is often someone in the
|
|
|
|
|
#devtools IRC channel on irc.mozilla.org. Don’t ask if you may
|
|
|
|
|
ask a question just go ahead and ask, and please wait for an answer
|
|
|
|
|
as we might not be in your timezone.
|
|
|
|
|
|
2019-02-08 18:57:29 +03:00
|
|
|
|
.. _dev-remote@lists.mozilla.org: mailto:dev-remote@lists.mozilla.org
|
|
|
|
|
.. _subscribe: https://lists.mozilla.org/listinfo/dev-remote
|
|
|
|
|
.. _archive: https://lists.mozilla.org/pipermail/dev-remote/
|