gecko-dev/remote
Narcis Beleuzu 868935867c Backed out 2 changesets (bug 1596897) for bc failures on browser_search_discovery.js
Backed out changeset 635972f169e7 (bug 1596897)
Backed out changeset a84b667007e2 (bug 1596897)
2021-01-30 04:01:21 +02:00
..
doc
domains Bug 1687108 - Remove unused content policy types. r=ckerschb,remote-protocol-reviewers,smaug 2021-01-19 09:42:13 +00:00
observers
server Bug 1687021: Allow connection header names to be case insensitive. r=remote-protocol-reviewers,whimboo 2021-01-29 08:17:38 +00:00
sessions
startup
targets
test Backed out 2 changesets (bug 1596897) for bc failures on browser_search_discovery.js 2021-01-30 04:01:21 +02: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
moz.build
nsIRemoteAgent.idl
Protocol.jsm
puppeteer-expected.json Bug 1606604 - [remote] Disable experimental SameSite=Lax by default. r=remote-protocol-reviewers,jgraham 2020-12-22 12:54:55 +00:00
README
RecommendedPreferences.jsm Bug 1680637 - Update tests using the old dialog UI to only use the old UI. r=jaws,Gijs,marionette-reviewers,whimboo,remote-protocol-reviewers 2021-01-14 21:45:14 +00:00
remote_agent.rs
RemoteAgent.jsm
StreamRegistry.jsm
Sync.jsm
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-debugging-port