| ConsoleMessageFormatter.sys.mjs |
Format console message to be close to webconsole output.
@param {object=} options
@param {object=} options.counter
An object which holds information about console.count* calls.
@param {Array<*>} options.messageArguments
An array of arguments passed to console command.
@param {string} options.method
A name of the console method being called.
@param {Array<*>} options.serializedArgs
An array of serialized remote values for the console arguments.
@param {object=} options.timer
An object which holds information about console.time* calls.
@returns {string}
A formatted console message.
|
2800 |
- |
| DownloadBehaviorManager.sys.mjs |
A DownloadBehaviorManager class controls per user context and global download behavior.
Specifically if the downloads are allowed or prohibited. The download folder is controlled
via "downloadFolderOverride" property of a BrowsingContext instance, which is set
via _configuration module, and in HelperAppDialogHandler.
|
3183 |
- |
| HelperAppDialogHandler.sys.mjs |
The HelperAppDialogHandler can override the default component factory for
nsIHelperAppLauncherDialog to silently save downloads without showing UI
when WebDriver controls download behavior.
See the main implementation in https://searchfox.org/firefox-main/source/toolkit/mozapps/downloads/HelperAppDlg.sys.mjs.
|
4563 |
- |
| jar.mn |
|
3894 |
- |
| modules |
|
|
- |
| moz.build |
|
432 |
- |
| NewSessionHandler.sys.mjs |
httpd.js JSON handler for direct BiDi connections.
|
1639 |
- |
| ProxyPerUserContextManager.sys.mjs |
A ProxyPerUserContextManager class keeps track of user contexts and their proxy configuration.
|
5040 |
- |
| RemoteValue.sys.mjs |
@typedef {object} IncludeShadowTreeMode
|
30968 |
- |
| test |
|
|
- |
| UserPromptHandlerManager.sys.mjs |
|
1996 |
- |
| WebDriverBiDi.sys.mjs |
Entry class for the WebDriver BiDi support.
@see https://w3c.github.io/webdriver-bidi
|
8229 |
- |
| WebDriverBiDiConnection.sys.mjs |
@param {WebSocket} webSocket
The WebSocket server connection to wrap.
@param {Connection} httpdConnection
Reference to the httpd.js's connection needed for clean-up.
|
9191 |
- |