Name Description Size
AboutDebuggingRegistration.sys.mjs Register the about:debugging URL, that allows to debug tabs, extensions, workers on the current instance of Firefox or on a remote Firefox. 1173
AboutDevToolsToolboxRegistration.sys.mjs Register about:devtools-toolbox which allows to open a devtools toolbox in a Firefox tab or a custom html iframe in browser.html 1167
components.conf 1317
DevToolsShim.sys.mjs DevToolsShim is a singleton that provides a set of helpers to interact with DevTools, that work whether Devtools are enabled or not. It can be used to start listening to devtools events before DevTools are ready. As soon as DevTools are ready, the DevToolsShim will forward all the requests received until then to the real DevTools instance. 9862
DevToolsStartup.sys.mjs This XPCOM component is loaded very early. Be careful to lazy load dependencies as much as possible. It manages all the possible entry points for DevTools: - Handles command line arguments like -jsconsole, - Register all key shortcuts, - Listen for "Browser Tools" system menu opening, under "Tools", - Inject the wrench icon in toolbar customization, which is used by the "Browser Tools" list displayed in the hamburger menu, - Register the JSON Viewer protocol handler. - Inject the profiler recording button in toolbar customization. Only once any of these entry point is fired, this module ensures starting core modules like 'devtools-browser.js' that hooks the browser windows and ensure setting up tools. 49277
jar.mn 319
locales
moz.build 837
tests