gecko-dev/remote/doc
Andreas Tolfsen 9eab4824cb bug 1533831: remote: include remote agent in default build; r=firefox-build-system-reviewers,chmanchester
The previous commit disabled the remote agent by flipping the
remote.enabled preference to false.  That prevented the remote
agent from initialising or being included in the --help message.

This patch implies --enable-cdp in the default Firefox build on Firefox
Nightly.  Firefox for Android is not supported.  This will cause
builds to include the remote agent component that lives under remote/.

Since the remote agent is disabled by default, users will first
have to set the remote.enabled preference to true in order to use it.

If you wish to explicitly opt out of including the remote agent
when building Firefox, you may do so by using the --disable-cdp
build flag in your mozconfig:

	ac_add_options --disable-cdp

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

--HG--
extra : moz-landing-system : lando
2019-04-24 15:18:09 +00:00
..
Building.md bug 1533831: remote: include remote agent in default build; r=firefox-build-system-reviewers,chmanchester 2019-04-24 15:18:09 +00:00
CodeStyle.md
Debugging.md bug 1533831: remote: disable remote agent; r=ochameau 2019-04-24 15:18:02 +00:00
index.rst bug 1538187: remote: correct irc chatroom; r=me a=doc 2019-03-22 14:18:08 +00:00
moz.build
Prefs.md bug 1533831: remote: disable remote agent; r=ochameau 2019-04-24 15:18:02 +00:00
Testing.md bug 1533831: remote: disable remote agent; r=ochameau 2019-04-24 15:18:02 +00:00
Usage.md bug 1534247: remote: fix typos in usage docs; r=me a=doc 2019-03-12 14:30:06 +00:00