| BrowserProcessChild.sys.mjs |
|
587 |
| ChatActionChild.sys.mjs |
-*- mode: js; indent-tabs-mode: nil; js-indent-level: 2 -*- |
1604 |
| ChatActionParent.sys.mjs |
-*- mode: js; indent-tabs-mode: nil; js-indent-level: 2 -*- |
1055 |
| ContextMenuParent.sys.mjs |
|
1400 |
| 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}
|
6649 |
| LinkClickHandlerParent.sys.mjs |
|
1348 |
| LinkHandlerParent.sys.mjs |
|
1411 |
| MailLinkChild.sys.mjs |
|
1272 |
| MailLinkParent.sys.mjs |
|
2863 |
| MessageScrollChild.sys.mjs |
-*- mode: js; indent-tabs-mode: nil; js-indent-level: 2 -*- |
1441 |
| MessageScrollParent.sys.mjs |
-*- mode: js; indent-tabs-mode: nil; js-indent-level: 2 -*- |
1123 |
| moz.build |
|
966 |
| 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.
|
2819 |
| VCardChild.sys.mjs |
|
731 |
| VCardParent.sys.mjs |
|
476 |