Loading remote/webdriver-bidi/jar.mn +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ remote.jar: # WebDriver BiDi modules content/webdriver-bidi/modules/ModuleRegistry.sys.mjs (modules/ModuleRegistry.sys.mjs) content/webdriver-bidi/modules/RootBiDiModule.sys.mjs (modules/RootBiDiModule.sys.mjs) content/webdriver-bidi/modules/WindowGlobalBiDiModule.sys.mjs (modules/WindowGlobalBiDiModule.sys.mjs) # WebDriver BiDi root modules Loading remote/webdriver-bidi/modules/RootBiDiModule.sys.mjs 0 → 100644 +10 −0 Original line number Diff line number Diff line /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import { Module } from "chrome://remote/content/shared/messagehandler/Module.sys.mjs"; /** * Base class for all Root BiDi MessageHandler modules. */ export class RootBiDiModule extends Module {} remote/webdriver-bidi/modules/root/browsingContext.sys.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import { XPCOMUtils } from "resource://gre/modules/XPCOMUtils.sys.mjs"; import { Module } from "chrome://remote/content/shared/messagehandler/Module.sys.mjs"; import { RootBiDiModule } from "chrome://remote/content/webdriver-bidi/modules/RootBiDiModule.sys.mjs"; const lazy = {}; Loading Loading @@ -63,7 +63,7 @@ const WaitCondition = { Complete: "complete", }; class BrowsingContextModule extends Module { class BrowsingContextModule extends RootBiDiModule { #contextListener; #subscribedEvents; Loading remote/webdriver-bidi/modules/root/input.sys.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import { Module } from "chrome://remote/content/shared/messagehandler/Module.sys.mjs"; import { RootBiDiModule } from "chrome://remote/content/webdriver-bidi/modules/RootBiDiModule.sys.mjs"; const lazy = {}; Loading @@ -14,7 +14,7 @@ ChromeUtils.defineESModuleGetters(lazy, { "chrome://remote/content/shared/messagehandler/WindowGlobalMessageHandler.sys.mjs", }); class InputModule extends Module { class InputModule extends RootBiDiModule { destroy() {} async performActions(options = {}) { Loading remote/webdriver-bidi/modules/root/log.sys.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import { Module } from "chrome://remote/content/shared/messagehandler/Module.sys.mjs"; import { RootBiDiModule } from "chrome://remote/content/webdriver-bidi/modules/RootBiDiModule.sys.mjs"; class LogModule extends Module { class LogModule extends RootBiDiModule { destroy() {} static get supportedEvents() { Loading Loading
remote/webdriver-bidi/jar.mn +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ remote.jar: # WebDriver BiDi modules content/webdriver-bidi/modules/ModuleRegistry.sys.mjs (modules/ModuleRegistry.sys.mjs) content/webdriver-bidi/modules/RootBiDiModule.sys.mjs (modules/RootBiDiModule.sys.mjs) content/webdriver-bidi/modules/WindowGlobalBiDiModule.sys.mjs (modules/WindowGlobalBiDiModule.sys.mjs) # WebDriver BiDi root modules Loading
remote/webdriver-bidi/modules/RootBiDiModule.sys.mjs 0 → 100644 +10 −0 Original line number Diff line number Diff line /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import { Module } from "chrome://remote/content/shared/messagehandler/Module.sys.mjs"; /** * Base class for all Root BiDi MessageHandler modules. */ export class RootBiDiModule extends Module {}
remote/webdriver-bidi/modules/root/browsingContext.sys.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import { XPCOMUtils } from "resource://gre/modules/XPCOMUtils.sys.mjs"; import { Module } from "chrome://remote/content/shared/messagehandler/Module.sys.mjs"; import { RootBiDiModule } from "chrome://remote/content/webdriver-bidi/modules/RootBiDiModule.sys.mjs"; const lazy = {}; Loading Loading @@ -63,7 +63,7 @@ const WaitCondition = { Complete: "complete", }; class BrowsingContextModule extends Module { class BrowsingContextModule extends RootBiDiModule { #contextListener; #subscribedEvents; Loading
remote/webdriver-bidi/modules/root/input.sys.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import { Module } from "chrome://remote/content/shared/messagehandler/Module.sys.mjs"; import { RootBiDiModule } from "chrome://remote/content/webdriver-bidi/modules/RootBiDiModule.sys.mjs"; const lazy = {}; Loading @@ -14,7 +14,7 @@ ChromeUtils.defineESModuleGetters(lazy, { "chrome://remote/content/shared/messagehandler/WindowGlobalMessageHandler.sys.mjs", }); class InputModule extends Module { class InputModule extends RootBiDiModule { destroy() {} async performActions(options = {}) { Loading
remote/webdriver-bidi/modules/root/log.sys.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import { Module } from "chrome://remote/content/shared/messagehandler/Module.sys.mjs"; import { RootBiDiModule } from "chrome://remote/content/webdriver-bidi/modules/RootBiDiModule.sys.mjs"; class LogModule extends Module { class LogModule extends RootBiDiModule { destroy() {} static get supportedEvents() { Loading