Name Description Size
content-process-jsprocessactor-startup.js We want this to only startup the DevToolsProcess JS Actor on process start and not when we only register the JS Process Actor when watching the first target type. The Watcher Actor will query each individual JS Process Actor and fine control the ordering of requests. It is especially important to spawn the top level target first. 1545
ContentProcessWatcherRegistry.sys.mjs Get all data objects for all currently active watcher actors. If a specific target type is passed, this will only return objects of watcher actively watching for a given target type. @param {String} targetType Optional target type to filter only a subset of watchers. @return {Array|Iterator} List of data objects. (see createWatcherDataObject) 16710
DevToolsProcessChild.sys.mjs Called when this JSProcess Actor instantiate either when we start observing for first target types, or when the process just started. 16933
DevToolsProcessParent.sys.mjs Request the content process to create all the targets currently watched and start observing for new ones to be created later. 11065
moz.build 511
target-watchers