gecko-dev/remote
2020-07-02 18:57:38 +00:00
..
doc Bug 1648959 - Done internal linking in docs in remote Directory.r=championshuttler,remote-protocol-reviewers,whimboo 2020-06-29 20:34:46 +00:00
domains Bug 1595710 - Add support for "platform" to Emulation.setUserAgentOverride r=remote-protocol-reviewers,whimboo 2020-06-30 21:28:29 +00:00
observers Bug 1637640 - [remote] Enable page load events for frames. r=remote-protocol-reviewers,maja_zf 2020-06-22 04:51:46 +00:00
server
sessions
startup
targets Bug 1645541, use outerWindowId from the windowGlobal instead of using the Browser:Init message, Also makes the BrowserTab actor specific to the main browser, r=mconley,remote-protocol-reviewers,maja_zf 2020-06-17 15:01:28 +00:00
test Bug 1647439 - Sync Puppeteer to v5.0.0 r=remote-protocol-reviewers,jgraham 2020-07-02 18:57:38 +00:00
.gitignore
Cargo.toml
components.conf
Connection.jsm
Error.jsm
error.rs
Format.jsm
jar.mn
JSONHandler.jsm
lib.rs
Log.jsm
mach_commands.py Bug 1647439 - [remote] Clobber puppeteer lib/ when there are .ts changes r=remote-protocol-reviewers,jgraham 2020-07-02 18:52:55 +00:00
moz.build
nsIRemoteAgent.idl
Protocol.jsm
puppeteer-expected.json Bug 1647439 - Sync vendored puppeteer to v4.0.1 r=remote-protocol-reviewers,jgraham 2020-07-02 18:52:52 +00:00
README
RecommendedPreferences.jsm
remote_agent.rs
RemoteAgent.jsm
StreamRegistry.jsm
Sync.jsm Bug 1645541, use outerWindowId from the windowGlobal instead of using the Browser:Init message, Also makes the BrowserTab actor specific to the main browser, r=mconley,remote-protocol-reviewers,maja_zf 2020-06-17 15:01:28 +00:00
TabManager.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.

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

	% ./mach run --remote-debugger