Loading browser/components/urlbar/QuickActionsLoaderDefault.jsm→browser/components/urlbar/QuickActionsLoaderDefault.sys.mjs +1 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ "use strict"; var EXPORTED_SYMBOLS = ["QuickActionsLoaderDefault"]; const { XPCOMUtils } = ChromeUtils.importESModule( "resource://gre/modules/XPCOMUtils.sys.mjs" ); Loading Loading @@ -182,7 +180,7 @@ function restartBrowser() { /** * Loads the default QuickActions. */ class QuickActionsLoaderDefault { export class QuickActionsLoaderDefault { static async load() { for (const key in DEFAULT_ACTIONS) { let actionData = DEFAULT_ACTIONS[key]; Loading browser/components/urlbar/UrlbarController.jsm→browser/components/urlbar/UrlbarController.sys.mjs +1 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ "use strict"; var EXPORTED_SYMBOLS = ["UrlbarController"]; const { XPCOMUtils } = ChromeUtils.importESModule( "resource://gre/modules/XPCOMUtils.sys.mjs" ); Loading Loading @@ -58,7 +56,7 @@ const NOTIFICATIONS = { * - onViewOpen() * - onViewClose() */ class UrlbarController { export class UrlbarController { /** * Initialises the class. The manager may be overridden here, this is for * test purposes. Loading browser/components/urlbar/UrlbarEventBufferer.jsm→browser/components/urlbar/UrlbarEventBufferer.sys.mjs +1 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ "use strict"; var EXPORTED_SYMBOLS = ["UrlbarEventBufferer"]; const { XPCOMUtils } = ChromeUtils.importESModule( "resource://gre/modules/XPCOMUtils.sys.mjs" ); Loading Loading @@ -55,7 +53,7 @@ const QUERY_STATUS = { * To prevent that undesirable behavior, certain keys are buffered and deferred * until more results arrive, at which time they're replayed. */ class UrlbarEventBufferer { export class UrlbarEventBufferer { /** * Initialises the class. * @param {UrlbarInput} input The urlbar input object. Loading browser/components/urlbar/UrlbarInput.jsm→browser/components/urlbar/UrlbarInput.sys.mjs +1 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ "use strict"; var EXPORTED_SYMBOLS = ["UrlbarInput"]; const { XPCOMUtils } = ChromeUtils.importESModule( "resource://gre/modules/XPCOMUtils.sys.mjs" ); Loading Loading @@ -64,7 +62,7 @@ let px = number => number.toFixed(2) + "px"; /** * Implements the text input part of the address bar UI. */ class UrlbarInput { export class UrlbarInput { /** * @param {object} options * The initial options for UrlbarInput. Loading browser/components/urlbar/UrlbarMuxerUnifiedComplete.jsm→browser/components/urlbar/UrlbarMuxerUnifiedComplete.sys.mjs +1 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,6 @@ * This module exports a component used to sort results in a UrlbarQueryContext. */ var EXPORTED_SYMBOLS = ["UrlbarMuxerUnifiedComplete"]; const { XPCOMUtils } = ChromeUtils.importESModule( "resource://gre/modules/XPCOMUtils.sys.mjs" ); Loading Loading @@ -1246,4 +1244,4 @@ class MuxerUnifiedComplete extends UrlbarMuxer { } } var UrlbarMuxerUnifiedComplete = new MuxerUnifiedComplete(); export var UrlbarMuxerUnifiedComplete = new MuxerUnifiedComplete(); Loading
browser/components/urlbar/QuickActionsLoaderDefault.jsm→browser/components/urlbar/QuickActionsLoaderDefault.sys.mjs +1 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ "use strict"; var EXPORTED_SYMBOLS = ["QuickActionsLoaderDefault"]; const { XPCOMUtils } = ChromeUtils.importESModule( "resource://gre/modules/XPCOMUtils.sys.mjs" ); Loading Loading @@ -182,7 +180,7 @@ function restartBrowser() { /** * Loads the default QuickActions. */ class QuickActionsLoaderDefault { export class QuickActionsLoaderDefault { static async load() { for (const key in DEFAULT_ACTIONS) { let actionData = DEFAULT_ACTIONS[key]; Loading
browser/components/urlbar/UrlbarController.jsm→browser/components/urlbar/UrlbarController.sys.mjs +1 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ "use strict"; var EXPORTED_SYMBOLS = ["UrlbarController"]; const { XPCOMUtils } = ChromeUtils.importESModule( "resource://gre/modules/XPCOMUtils.sys.mjs" ); Loading Loading @@ -58,7 +56,7 @@ const NOTIFICATIONS = { * - onViewOpen() * - onViewClose() */ class UrlbarController { export class UrlbarController { /** * Initialises the class. The manager may be overridden here, this is for * test purposes. Loading
browser/components/urlbar/UrlbarEventBufferer.jsm→browser/components/urlbar/UrlbarEventBufferer.sys.mjs +1 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ "use strict"; var EXPORTED_SYMBOLS = ["UrlbarEventBufferer"]; const { XPCOMUtils } = ChromeUtils.importESModule( "resource://gre/modules/XPCOMUtils.sys.mjs" ); Loading Loading @@ -55,7 +53,7 @@ const QUERY_STATUS = { * To prevent that undesirable behavior, certain keys are buffered and deferred * until more results arrive, at which time they're replayed. */ class UrlbarEventBufferer { export class UrlbarEventBufferer { /** * Initialises the class. * @param {UrlbarInput} input The urlbar input object. Loading
browser/components/urlbar/UrlbarInput.jsm→browser/components/urlbar/UrlbarInput.sys.mjs +1 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ "use strict"; var EXPORTED_SYMBOLS = ["UrlbarInput"]; const { XPCOMUtils } = ChromeUtils.importESModule( "resource://gre/modules/XPCOMUtils.sys.mjs" ); Loading Loading @@ -64,7 +62,7 @@ let px = number => number.toFixed(2) + "px"; /** * Implements the text input part of the address bar UI. */ class UrlbarInput { export class UrlbarInput { /** * @param {object} options * The initial options for UrlbarInput. Loading
browser/components/urlbar/UrlbarMuxerUnifiedComplete.jsm→browser/components/urlbar/UrlbarMuxerUnifiedComplete.sys.mjs +1 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,6 @@ * This module exports a component used to sort results in a UrlbarQueryContext. */ var EXPORTED_SYMBOLS = ["UrlbarMuxerUnifiedComplete"]; const { XPCOMUtils } = ChromeUtils.importESModule( "resource://gre/modules/XPCOMUtils.sys.mjs" ); Loading Loading @@ -1246,4 +1244,4 @@ class MuxerUnifiedComplete extends UrlbarMuxer { } } var UrlbarMuxerUnifiedComplete = new MuxerUnifiedComplete(); export var UrlbarMuxerUnifiedComplete = new MuxerUnifiedComplete();