gecko-dev/remote
Julian Descottes 5cbe9516b1 Bug 1562205 - Enable selectionchange on inputs for test browser_input_dispatchKeyEvent.js
The test was relying on selectionchange events fired on an input text element.
This event is behind a pref, flip the pref to true during the test in order to make it
pass on all channels

Differential Revision: https://phabricator.services.mozilla.com/D36330

--HG--
extra : moz-landing-system : lando
2019-06-30 15:17:38 +00:00
..
doc bug 1560497: remote: use public Slack instance URL; r=me a=doc 2019-06-21 10:20:03 +01:00
domains Bug 1552325 - Implement Network.requestWillBeSent. r=remote-protocol-reviewers,ato 2019-06-28 08:16:46 +00:00
pref
server
sessions
targets Bug 1560281 - Set main process target's "type" attribute to "browser". r=remote-protocol-reviewers,ato 2019-06-20 14:14:20 +00:00
test Bug 1562205 - Enable selectionchange on inputs for test browser_input_dispatchKeyEvent.js 2019-06-30 15:17:38 +00:00
Connection.jsm
Error.jsm
JSONHandler.jsm
Log.jsm
Observer.jsm
Protocol.jsm
README
RecommendedPreferences.jsm
RemoteAgent.conf Bug 1536862 - Register RemoteAgent JS XPCOM by using new registration method. r=ato 2019-06-26 20:25:43 +00:00
RemoteAgent.jsm Bug 1536862 - Register RemoteAgent JS XPCOM by using new registration method. r=ato 2019-06-26 20:25:43 +00:00
Sync.jsm
WindowManager.jsm
jar.mn Bug 1552325 - Implement Network.requestWillBeSent. r=remote-protocol-reviewers,ato 2019-06-28 08:16:46 +00:00
moz.build Bug 1536862 - Register RemoteAgent JS XPCOM by using new registration method. r=ato 2019-06-26 20:25:43 +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.

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