gecko-dev/devtools/client/canvasdebugger
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
..
test Bug 1416711 - Add registerAllActors API;r=ochameau 2017-11-13 21:22:15 +01:00
callslist.js Bug 1395262 - use plain console.error in devtools promise catches; r=bgrins 2017-08-30 12:05:41 -06:00
canvasdebugger.js Bug 1402779 - Force using privileged Promise in panels. r=tromey 2017-09-24 22:45:16 +02:00
canvasdebugger.xul Bug 1287295 - Fix filter icon in Canvas by replacing the search icon. r=ntim 2016-10-21 03:50:00 -04:00
moz.build Bug 1330325 - add BUG_COMPONENT to devtools/* files. r=jryans 2017-01-13 08:40:35 -05:00
panel.js Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau 2017-08-11 03:47:30 +02:00
snapshotslist.js Bug 1334975 - Get rid of nsIFilePicker.show() use in gecko, r=ochameau 2017-03-03 09:42:27 +01:00