bug 1546935: remote: reflect that remote agent is disabled in usage docs; r=me a=doc

DONTBUILD
This commit is contained in:
Andreas Tolfsen 2019-04-25 12:01:12 +01:00
Родитель 0ec47f620a
Коммит 9d9634b875
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -14,13 +14,12 @@ three different programs/components running simultaneously:
* and the __target__, which is the web document being debugging. * and the __target__, which is the web document being debugging.
The remote agent is not currently part of the default Firefox build. The remote agent currently only ships with builds of [Firefox
To self-service a build with it built in, you should follow the Nightly] and is __not enabled by default__. To enable it, you must
[_Building_] steps in the developer documentation. flip the [`remote.enabled` preference] to true.
To check if your Firefox binary comes with the remote agent built
in, you can look in its help message for this:
To check if your Firefox binary has the remote agent enabled, you
can look in its help message for this:
% ./firefox -h % ./firefox -h
@ -65,4 +64,5 @@ ephemeral port range, which varies depending on your system and
system configuration, but is always guaranteed to be free thus system configuration, but is always guaranteed to be free thus
eliminating the risk of binding to a port that is already in use. eliminating the risk of binding to a port that is already in use.
[_Building_]: ./Building.html [Firefox Nightly]: https://www.mozilla.org/en-GB/firefox/channel/desktop/#nightly
[`remote.enabled` preference]: ./Prefs.html