gecko-dev/devtools/client/aboutdebugging
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
..
components Bug 1353861 Handle .zip files as temporary addons r=jdescottes 2017-11-15 22:03:34 -08:00
modules Bug 1367485 - Improve formatting of Windows paths in about:debugging r=jdescottes 2017-06-28 13:49:05 -07:00
test Bug 1387827 - Disable 2 devtools tests on coverage builds for frequent timeouts. r=gbrown, a=test-only 2017-10-16 11:42:23 -04:00
aboutdebugging.css Bug 1390647 - Match about:debugging and about:addons sidebar to about:preferences r=jdescottes 2017-09-11 18:40:47 -05:00
aboutdebugging.xhtml Bug 1363327 - simplify aboutdebugging landing page;r=ochameau 2017-05-12 15:52:10 +02:00
initializer.js Bug 1416711 - Add registerAllActors API;r=ochameau 2017-11-13 21:22:15 +01:00
moz.build Bug 1367485 - Improve formatting of Windows paths in about:debugging r=jdescottes 2017-06-28 13:49:05 -07:00