gecko-dev/devtools/client/webconsole
Julian Descottes af2e5d5dd1 Bug 1416711 - Add registerAllActors API;r=ochameau
Most of the codebase that needs to create a debugger server
can use a server with all actors registered.

Define an additional method registerAllActors to do that.

By previous implementations, all the call sites that were
using browser: true were indirectly using tab & root: true
as well. So all the call sites using browser: true have been
migrated to registerAllActors and the specific behavior of
the browser: true case has been removed. Passing browser:true
to registerActors now only registers browser specific actors.

MozReview-Commit-ID: F3sx71eGrdG

--HG--
extra : rebase_source : 7704264e84d96e03a0c789103ff466980913d4d2
2017-11-13 21:22:15 +01:00
..
bin
configs
local-dev Bug 1419075 - Create a button that open a sidebar in the console. r=nchevobbe 2017-11-20 16:00:31 -05:00
net Bug 1415650 - Web Console to use prop-types and react-dom-factories r=Honza 2017-11-10 22:16:39 +00:00
new-console-output Bug 1419787 - Pass onViewSourceInDebugger prop to the ObjectInspector; r=bgrins. 2017-11-22 18:03:48 +01:00
test Bug 1371936 - Fix erroneous Object as ArrayLike grip; r=bgrins. 2017-11-16 16:04:42 +01:00
.babelrc
console-commands.js
console-output.js
hudservice.js Bug 1416711 - Add registerAllActors API;r=ochameau 2017-11-13 21:22:15 +01:00
jsterm.js
moz.build
new-webconsole.js
package.json Bug 1419059 - Fix console launchpad; r=nchevobbe. 2017-11-20 17:54:36 +01:00
panel.js
utils.js
webconsole-connection-proxy.js
webconsole-l10n.js
webconsole.html Bug 1409413 - Split Netmonitor styles into more files; r=rickychien 2017-11-06 16:26:28 +01:00
webconsole.js
webconsole.xul
webpack.config.js