forked from mirrors/gecko-dev
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 |
||
|---|---|---|
| .. | ||
| example | ||
| moz-http2 | ||
| node-http2 | ||
| dbg-actors.js | ||
| head.js | ||
| mach_commands.py | ||
| mach_test_package_commands.py | ||
| moz.build | ||
| python.ini | ||
| README | ||
| remotexpcshelltests.py | ||
| runxpcshelltests.py | ||
| selftest.py | ||
| xpcshellcommandline.py | ||
Simple xpcshell-based test harness converted from netwerk/test/unit Some documentation at http://developer.mozilla.org/en/docs/Writing_xpcshell-based_unit_tests See also http://wiki.mozilla.org/SoftwareTesting:Tools:Simple_xpcshell_test_harness