fune/devtools/client/aboutdebugging/components
Julian Descottes 92392b47b7 Bug 1411565 - about:debugging connect to remote runtime using url parameters;r=ochameau
This changeset adds basic remote connection functionality to about:debugging.
About:debugging can target a remote firefox instance if the host and port
parameters are passed as URL search params.

The feature is not explicitly exposed at the moment and there is no UI to
connect an instance, and no UI feedback when connected to a remote instance.

When connected, about:debugging should correctly list tabs, workers and addons
for the target instance of Firefox. Debugging features work for all supported
targets.

Known limitations:
- preferences are read from the local Firefox instance (multiprocess, addon
  debugging etc...). At the moment the remote instance must be manually
  correctly configured

MozReview-Commit-ID: DOekSCb96XC

--HG--
extra : rebase_source : 89b73e885e50bfba4e1888f8791f637a5ba05ca7
extra : intermediate-source : 840e23f2a496e2cec280643fef127095bd67d518
extra : source : 6cc5cc4494e67ae9dd7371420710c3f8afe5b256
2017-10-23 10:15:40 +02:00
..
addons Bug 1411565 - about:debugging connect to remote runtime using url parameters;r=ochameau 2017-10-23 10:15:40 +02:00
tabs Bug 1411565 - about:debugging connect to remote runtime using url parameters;r=ochameau 2017-10-23 10:15:40 +02:00
workers Bug 1417444 - about:debugging to use prop-types and react-dom-factories r=jdescottes 2017-11-15 14:48:37 +00:00
Aboutdebugging.js Bug 1411565 - about:debugging connect to remote runtime using url parameters;r=ochameau 2017-10-23 10:15:40 +02:00
moz.build Bug 1411199 - CamelCase all aboutdebugging component files. r=jdescottes 2017-10-24 22:59:21 -04:00
PanelHeader.js Bug 1417444 - about:debugging to use prop-types and react-dom-factories r=jdescottes 2017-11-15 14:48:37 +00:00
PanelMenu.js Bug 1417444 - about:debugging to use prop-types and react-dom-factories r=jdescottes 2017-11-15 14:48:37 +00:00
PanelMenuEntry.js Bug 1417444 - about:debugging to use prop-types and react-dom-factories r=jdescottes 2017-11-15 14:48:37 +00:00
TargetList.js Bug 1411565 - about:debugging connect to remote runtime using url parameters;r=ochameau 2017-10-23 10:15:40 +02:00