diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /testing/mochitest/BrowserTestUtils/BrowserTestUtils.sys.mjs | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/mochitest/BrowserTestUtils/BrowserTestUtils.sys.mjs')
-rw-r--r-- | testing/mochitest/BrowserTestUtils/BrowserTestUtils.sys.mjs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/mochitest/BrowserTestUtils/BrowserTestUtils.sys.mjs b/testing/mochitest/BrowserTestUtils/BrowserTestUtils.sys.mjs index 1793a6646f..463be20cec 100644 --- a/testing/mochitest/BrowserTestUtils/BrowserTestUtils.sys.mjs +++ b/testing/mochitest/BrowserTestUtils/BrowserTestUtils.sys.mjs @@ -745,7 +745,7 @@ export var BrowserTestUtils = { * @resolves With the {xul:tab} when a tab is opened and its location changes * to the given URL and optionally that browser has loaded. * - * NB: this method will not work if you open a new tab with e.g. BrowserOpenTab + * NB: this method will not work if you open a new tab with e.g. BrowserCommands.openTab * and the tab does not load a URL, because no onLocationChange will fire. */ waitForNewTab( @@ -1737,7 +1737,7 @@ export var BrowserTestUtils = { }, /** - * Versions of EventUtils.jsm synthesizeMouse functions that synthesize a + * Versions of EventUtils.sys.mjs synthesizeMouse functions that synthesize a * mouse event in a child process and return promises that resolve when the * event has fired and completed. Instead of a window, a browser or * browsing context is required to be passed to this function. @@ -1754,7 +1754,7 @@ export var BrowserTestUtils = { * @param {integer} offsetY * y offset from target's top bounding edge * @param {Object} event object - * Additional arguments, similar to the EventUtils.jsm version + * Additional arguments, similar to the EventUtils.sys.mjs version * @param {BrowserContext|MozFrameLoaderOwner} browsingContext * Browsing context or browser element, must not be null * @param {boolean} handlingUserInput @@ -1792,7 +1792,7 @@ export var BrowserTestUtils = { }, /** - * Versions of EventUtils.jsm synthesizeTouch functions that synthesize a + * Versions of EventUtils.sys.mjs synthesizeTouch functions that synthesize a * touch event in a child process and return promises that resolve when the * event has fired and completed. Instead of a window, a browser or * browsing context is required to be passed to this function. @@ -1809,7 +1809,7 @@ export var BrowserTestUtils = { * @param {integer} offsetY * y offset from target's top bounding edge * @param {Object} event object - * Additional arguments, similar to the EventUtils.jsm version + * Additional arguments, similar to the EventUtils.sys.mjs version * @param {BrowserContext|MozFrameLoaderOwner} browsingContext * Browsing context or browser element, must not be null * |