gecko-dev/toolkit
Andreas Tolfsen 42644cd640 bug 1603930: toolkit: fix remote agent build targets; r=firefox-build-system-reviewers,mshal
The remote agent component was meant to only be built on the
Nightly release channel, but 868b1bf043dc accidentally reversed
--enable-cdp and --reverse-cdp, not understanding that there's a
semantic difference in the build config parser for this.

This has had the undesired effect that the remote agent has been
built on all release channels since around 25th April of this year.
This in itself is not a huge concern because the feature is disabled
through the remote.enabled preference in modules/libpref/init/all.js,
except on Nightly.

This patch reverses s/disable/enable/ which causes ENABLE_REMOTE_AGENT
to be set only on the Nightly release channel, or when --enable-cdp
is explicitly used, thus achieving the original, intended effect.

We caught this when running the bc test
remote/test/browser/browser_agent.js as part of beta simulations
for Firefox 73.  I wrote that test explicitly to test for this
eventuality, so I will consider it good enough for this change to
ship without additional tests.

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

--HG--
extra : moz-landing-system : lando
2020-01-02 14:35:17 +00:00
..
actors Bug 1602410. Make `window.print()` invoke printing via the parent process using a JSWindowActor. r=Gijs,kmag 2019-12-21 12:33:11 +00:00
components Bug 1605999: Add telemetry for site specific zoom under accessibility. r=Gijs 2020-01-02 17:42:32 +00:00
content Bug 1606263 - Make default tooltip rtl when appropriate. r=Itiel 2019-12-30 14:47:46 +00:00
crashreporter Backed out 3 changesets (bug 1587722) for causing xpcshell failures on test_crashreporter_crash.js CLOSED TREE 2019-12-30 17:28:31 +02:00
docs Bug 1574609 - Fix telemetry/telemetry path component in firefox-source-docs. r=ahal 2019-08-30 12:44:02 +00:00
forgetaboutsite Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato 2019-12-13 20:36:16 +00:00
library Bug 1605471 - Update cubeb-coreaudio to acb90e9. r=alwu 2019-12-27 16:58:18 +00:00
locales Bug 1604960 - Migrate all text actions to use Fluent. r=fluent-reviewers,Gijs,flod 2019-12-25 10:01:46 +00:00
modules Bug 1606274 - Remove always-false MOZ_GRAPHENE macro. r=firefox-build-system-reviewers,rstewart 2019-12-30 15:00:53 +00:00
mozapps Bug 1605264 - "./mach package" should use Python 3 r=firefox-build-system-reviewers,mshal 2020-01-02 17:27:48 +00:00
pluginproblem
profile Bug 1601093, Rename the remaining .xul files to .xhtml in toolkit/ r=marionette-reviewers,mossop,whimboo 2019-12-11 17:44:54 +00:00
recordreplay Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
system Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
themes Bug 1592286 - Add URL-mapped policy support to the Picture-in-Picture toggle. r=mstriemer 2019-12-21 00:24:06 +00:00
xre Bug 1556301 - Wayland-EGL/GLES support in glxtest r=stransky,aosmond 2020-01-03 01:02:44 +00:00
.eslintrc.js
l10n-registry.manifest
moz.build Bug 1594931 - Stop compiling NSS' DBM legacy database r=kjacobs,keeler,mhowell,MattN 2019-12-16 17:35:49 +00:00
moz.configure bug 1603930: toolkit: fix remote agent build targets; r=firefox-build-system-reviewers,mshal 2020-01-02 14:35:17 +00:00
toolkit.mozbuild Bug 1551276 - Autodetect legacy encodings on unlabeled pages. r=emk 2019-12-12 17:50:19 +00:00