gecko-dev/remote
Maja Frydrychowicz 260c75a1d1 Bug 1603266 - Flush irrelevant events when testing context creation; r=remote-protocol-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D57047

--HG--
extra : moz-landing-system : lando
2019-12-13 15:51:46 +00:00
..
doc
domains Bug 1588622 - [remote] Implement "layoutViewport" and "contentSize" for Page.getLayoutMetrics. r=remote-protocol-reviewers,maja_zf 2019-12-12 18:27:17 +00:00
server
sessions
startup
targets
test Bug 1603266 - Flush irrelevant events when testing context creation; r=remote-protocol-reviewers,whimboo 2019-12-13 15:51:46 +00:00
.gitignore
Cargo.toml
Connection.jsm
Error.jsm
JSONHandler.jsm
Log.jsm
Protocol.jsm
README
RecommendedPreferences.jsm
RemoteAgent.jsm bug 1590828: remote: return NS exceptions from nsIRemoteAgent r=remote-protocol-reviewers,whimboo,maja_zf 2019-12-04 18:26:36 +00:00
Sync.jsm
TabManager.jsm
WindowManager.jsm
components.conf
error.rs bug 1590828: remote: take appropriate action on errors during startup r=remote-protocol-reviewers,maja_zf,whimboo 2019-12-04 18:26:38 +00:00
jar.mn
lib.rs
mach_commands.py
moz.build
nsIRemoteAgent.idl bug 1590828: remote: return NS exceptions from nsIRemoteAgent r=remote-protocol-reviewers,whimboo,maja_zf 2019-12-04 18:26:36 +00:00
remote_agent.rs bug 1590828: remote: take appropriate action on errors during startup r=remote-protocol-reviewers,maja_zf,whimboo 2019-12-04 18:26:38 +00:00

README

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.

It is available in Firefox Nightly and is started this way:

	% ./mach run --remote-debugger