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}
|
5170 |
LinkClickHandlerParent.sys.mjs |
|
1418 |
LinkHandlerParent.sys.mjs |
|
1411 |
MailLinkChild.sys.mjs |
|
1239 |
MailLinkParent.sys.mjs |
|
2751 |
moz.build |
|
862 |
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}
Resolves when the window prompt is dismissed.
@resolves {object}
The arguments returned from the window prompt.
|
2881 |
VCardChild.sys.mjs |
|
731 |
VCardParent.sys.mjs |
|
476 |