Name Description Size
base-target-actor.js Type of target, a string of Targets.TYPES. @return {string} 8214
content-process.js Target actor for all resources in a content process of Firefox (chrome sandboxes, frame scripts, documents, etc.) See devtools/docs/backend/actor-hierarchy.md for more details. 7948
index.js 393
moz.build 548
parent-process.js Target actor for the entire parent process. This actor extends WindowGlobalTargetActor. This actor is extended by WebExtensionTargetActor. See devtools/docs/backend/actor-hierarchy.md for more details. 5502
session-data-processors
target-actor-registry.sys.mjs Return the target actors matching the passed browser element id. In some scenarios, the registry can have multiple target actors for a given browserId (e.g. the regular DevTools content toolbox + DevTools WebExtensions targets). @param {Object} sessionContext: The Session Context to help know what is debugged. See devtools/server/actors/watcher/session-context.js @param {String} connectionPrefix: DevToolsServerConnection's prefix, in order to select only actor related to the same connection. i.e. the same client. @returns {Array<TargetActor>} 3007
webextension.js Target actor for a WebExtension add-on. This actor extends ParentProcessTargetActor. See devtools/docs/backend/actor-hierarchy.md for more details. 14122
window-global.js eslint-disable no-throw-literal 66170
worker.js Target actor for a worker in the content process. @param {DevToolsServerConnection} conn: The connection to the client. @param {WorkerGlobalScope} workerGlobal: The worker global. @param {Object} workerDebuggerData: The worker debugger information @param {String} workerDebuggerData.id: The worker debugger id @param {String} workerDebuggerData.url: The worker debugger url @param {String} workerDebuggerData.type: The worker debugger type @param {Boolean} workerDebuggerData.workerConsoleApiMessagesDispatchedToMainThread: Value of the dom.worker.console.dispatch_events_to_main_thread pref @param {Object} sessionContext: The Session Context to help know what is debugged. See devtools/server/actors/watcher/session-context.js 4795