Name Description Size
components.conf 565
jar.mn 269
moz.build 799
TaskbarTabs.1.schema.json 1779
TaskbarTabs.sys.mjs This file represents the entry point into the Taskbar Tabs system, initializing necessary subsystems before the export can be used. Code driving the Taskbar Tabs systems should interact with it through this interface. 3891
TaskbarTabsChrome.sys.mjs Modifies the window chrome for Taskbar Tabs styling (mostly hiding elements). @param {Window} aWindow 831
TaskbarTabsCmd.sys.mjs A command line handler for Firefox shortcuts with the flag "-taskbar-tab", which will trigger a Taskbar Tab window to be opened. 2971
TaskbarTabsPageAction.sys.mjs Object which handles Taskbar Tabs page actions. 4097
TaskbarTabsPin.sys.mjs Provides functionality to pin and unping Taskbar Tabs. 7342
TaskbarTabsRegistry.sys.mjs Returns a JSON schema validator for Taskbar Tabs persistent storage. @returns {Promise<Validator>} Resolves to JSON schema validator for Taskbar Tab's persistent storage. 10575
TaskbarTabsUtils.sys.mjs Checks if Taskbar Tabs has been enabled. @returns {bool} `true` if the Taskbar Tabs pref is enabled. 1487
TaskbarTabsWindowManager.sys.mjs Manager for the lifetimes of Taskbar Tab windows. 7389
test