Find
C
ase-sensitive
R
egexp search
Path
Showing
4b851f6b
from
2026-04-04
:
Bug
2024009
- Allow StylePropertyMap::Set to accept string values; r=firefox-style-system-reviewers,dshin
firefox-main
/
devtools
/
server
/
connectors
Navigation
Enable keyboard shortcuts
Revision control
Coverage:
93 %
2026-03-30
:
93 %
2026-03-30
:
93 %
2026-03-30
:
93 %
2026-03-31
:
93 %
2026-04-01
:
93 %
2026-04-01
:
93 %
2026-04-01
:
93 %
2026-04-02
:
93 %
2026-04-02
:
93 %
2026-04-02
:
93 %
2026-04-03
:
93 %
2026-04-04
:
93 %
2026-04-04
:
93 %
Name
Description
Size
Coverage
content-process-connector.js
Start a DevTools server in a content process (representing the entire process, not just a single frame) and add it as a child server for an active connection.
3953
98 %
frame-connector.js
Start a DevTools server in a remote frame's process and add it as a child server for an active connection. @param object connection The devtools server connection to use. @param Element frame The frame element with remote content to connect to. @param function [onDestroy] Optional function to invoke when the child process closes or the connection shuts down. (Need to forget about the related target actor.) @return object A promise object that is resolved once the connection is established.
5266
97 %
js-process-actor
93 %
moz.build
345
-
worker-connector.js
Start a DevTools server in a worker and add it as a child server for a given active connection. @param {DevToolsConnection} connection @param {WorkerDebugger} dbg: The WorkerDebugger we want to create a target actor for. @param {string} forwardingPrefix: The prefix that will be used to forward messages to the DevToolsServer on the worker thread. @param {object} options: An option object that will be passed with the "connect" packet. @param {object} options.sessionData: The sessionData object that will be passed to the worker target actor.
7255
83 %