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 href from the link click event.
We look for HTMLAnchorElement, HTMLAreaElement, HTMLLinkElement,
and nested anchor tags.
@returns {string} the url for the link being clicked.
|
4619 |
LinkClickHandlerParent.sys.mjs |
|
527 |
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 |