gecko-dev/remote/startup
Andreas Tolfsen bce9bee5cc bug 1590827: remote, browser: request remote agent startup; r=florian,remote-protocol-reviewers,maja_zf
This moves the Chromium remote debugging protocol implementation
in Firefox from using sessionstore-windows-restored to a new
remote-startup-requested notification observer.

This change makes it possible for applications to explicitly decide
at which stage it is considered safe to initialise the remote agent
listener.  It is safe to emit this notification at any time since
the observer for it is only registered after the --remote-debugger
flag is is used.

The remote debugger only supports Firefox, so this patch does not
take care of GeckoView/Android.

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

--HG--
extra : moz-landing-system : lando
2019-11-26 19:56:44 +00:00
..
RemoteAgentHandler.cpp bug 1543115: remote, toolkit: bootstrap from Rust; r=remote-protocol-reviewers,maja_zf 2019-11-22 08:03:21 +00:00
RemoteAgentHandler.h bug 1543115: remote, toolkit: bootstrap from Rust; r=remote-protocol-reviewers,maja_zf 2019-11-22 08:03:21 +00:00
handler.rs bug 1590827: remote, browser: request remote agent startup; r=florian,remote-protocol-reviewers,maja_zf 2019-11-26 19:56:44 +00:00
mod.rs bug 1543115: remote, toolkit: bootstrap from Rust; r=remote-protocol-reviewers,maja_zf 2019-11-22 08:03:21 +00:00
moz.build bug 1543115: remote, toolkit: bootstrap from Rust; r=remote-protocol-reviewers,maja_zf 2019-11-22 08:03:21 +00:00