Find
C
ase-sensitive
R
egexp search
Path
Showing
a46c0f83
:
Revert "Bug
2014612
- disable browser_trust_panel_security_view.js, test_qwacs.js and browser_identityPopup_qwacs.js." to check if the tests are now fixed.
firefox-main
/
devtools
/
server
/
connectors
Navigation
Enable keyboard shortcuts
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
-
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
-
js-process-actor
-
moz.build
434
-
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
-