Name Description Size Coverage
.eslintrc.mjs 2005 -
ext-bookmarks.js 13377 97 %
ext-browser.js eslint-disable mozilla/balanced-listeners 39047 95 %
ext-browserAction.js 34822 96 %
ext-chrome-settings-overrides.js Handles the homepage url setting for an extension. @param {object} extension The extension setting the hompage url. @param {string} homepageUrl The homepage url to set. 20694 92 %
ext-commands.js 2523 98 %
ext-devtools-inspectedWindow.js 1769 100 %
ext-devtools-network.js 2548 57 %
ext-devtools-panels.js The remote `<browser>` that loads the panel content does not inherit the zoom level of the `<browser>` it's nested inside of. about:devtools-toolbox <browser> (zoom level applied here) - ... - webext-panels.xhtml <iframe> (inherits zoom) - <browser remote="true"> (doesn't inherit zoom) To work around this, we manually synchronize the zoom levels. 23038 92 %
ext-devtools.js This module provides helpers used by the other specialized `ext-devtools-*.js` modules and the implementation of the `devtools_page`. 16170 94 %
ext-find.js global tabTracker 8810 99 %
ext-history.js Converts a mozIStorageRow into a HistoryItem 9507 98 %
ext-menus.js 43957 96 %
ext-normandyAddonStudy.js Returns a study object for the current study. @returns {Study} 2410 98 %
ext-omnibox.js 4830 97 %
ext-pageAction.js 12931 96 %
ext-pkcs11.js Verify whether a given PKCS#11 module is installed. @param {string} name The name of the module, as specified in the manifest file. @returns {Promise} A Promise that resolves to true if the package is installed, or false if it is not. May be rejected if the module could not be found. 7355 93 %
ext-search.js 4037 97 %
ext-sessions.js 9879 99 %
ext-sidebarAction.js Responsible for the sidebar_action section of the manifest as well as the associated sidebar browser. 14439 96 %
ext-tabGroups.js Validates whether the tab group can move to the specified index. @param {MozTabbrowserTabGroup} group Group to move. @param {DOMWindow} window Browser window to move to. @param {integer} tabIndex The desired position of the group in the window 9280 96 %
ext-tabs.js 65893 93 %
ext-topSites.js 4621 100 %
ext-url-overrides.js 7037 82 %
ext-windows.js 19563 98 %