| BrowserProcessChild.sys.mjs |
|
587 |
- |
| ChatActionChild.sys.mjs |
|
1497 |
- |
| ChatActionParent.sys.mjs |
|
951 |
- |
| ContextMenuParent.sys.mjs |
|
1368 |
- |
| LinkClickHandlerChild.sys.mjs |
Extract the target from the link node and determine, if the link can be
navigated to directly, or needs to be opened in a new tab.
@param {?DOMNode} linkNode
@param {DOMWindow} window - the window which initiated the actor event
@returns {boolean}
|
6614 |
- |
| LinkClickHandlerParent.sys.mjs |
|
1313 |
- |
| LinkHandlerParent.sys.mjs |
|
4880 |
- |
| MailLinkChild.sys.mjs |
|
1237 |
- |
| MailLinkParent.sys.mjs |
|
2828 |
- |
| MessageScrollChild.sys.mjs |
An object containing the scroll state of the window.
@typedef {object} ScrollState
@property {number} scrollX
@property {number} scrollY
@property {number} scrollMaxX
@property {boolean} scrollMaxY
|
1334 |
- |
| MessageScrollParent.sys.mjs |
An object containing the scroll state of the window.
@typedef {object} ScrollState
@property {number} scrollX
@property {number} scrollY
@property {number} scrollMaxX
@property {boolean} scrollMaxY
|
1016 |
- |
| moz.build |
|
938 |
- |
| PromptParent.sys.mjs |
Opens a window prompt for a BrowsingContext, and puts the associated
browser in the modal state until the prompt is closed.
@param {object} args - The arguments passed up from the BrowsingContext
to be passed directly to the modal window.
@returns {Promise<object>} The arguments returned from the window prompt
when the window prompt is dismissed.
|
2787 |
- |
| VCardChild.sys.mjs |
|
696 |
- |
| VCardParent.sys.mjs |
|
441 |
- |