gecko-dev/remote
2019-05-28 00:57:10 +03:00
..
doc bug 1554638: remote: fix link to Slack instance; r=me a=doc 2019-05-27 12:23:26 +01:00
domains Bug 1535102 - Implement Page.bringToFront and introduce parent Page domain r=ato 2019-05-27 08:52:03 +00:00
pref
server
sessions bug 1553317: remote: improve error message on missing method; r=remote-protocol-reviewers,ochameau CLOSED TREE 2019-05-27 11:39:16 +00:00
targets
test bug 1553317: remote: improve error message on missing method; r=remote-protocol-reviewers,ochameau CLOSED TREE 2019-05-27 11:39:16 +00:00
command-line-handler.js
Connection.jsm
Error.jsm bug 1553317: remote: improve error message on missing method; r=remote-protocol-reviewers,ochameau CLOSED TREE 2019-05-27 11:39:16 +00:00
jar.mn Bug 1535102 - Implement Page.bringToFront and introduce parent Page domain r=ato 2019-05-27 08:52:03 +00:00
JSONHandler.jsm
Log.jsm
moz.build
Observer.jsm
Protocol.jsm
README
RecommendedPreferences.jsm Bug 1553102 - Disable content blocking when running the remote agent. r=remote-protocol-reviewers,ato 2019-05-21 12:22:33 +00:00
RemoteAgent.jsm Bug 1535102 - Implement Page.bringToFront and introduce parent Page domain r=ato 2019-05-27 08:52:03 +00:00
RemoteAgent.manifest
Sync.jsm
WindowManager.jsm

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.

This component provides an experimental and partial implementation
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 disabled by default, but can be enabled by
setting a preference before running it:

	% ./mach run --setpref "remote.enabled=true" --remote-debugger