Name Description Size Coverage
browser-allTabsMenu.inc.xhtml 2665 -
browser-allTabsMenu.js 8012 92 %
browser-ctrlTab.js Tab previews utility, produces thumbnails 23633 87 %
browser-fullZoom.js Controls the "full zoom" setting and its site-specific preferences. 23015 95 %
drag-and-drop.js The elements in the tab strip from `this.dragAndDropElements` that contain logical information are: - <tab> (.tabbrowser-tab) - <tab-group> label element (.tab-group-label) - <tab-split-view-wrapper> The elements in the tab strip that contain the space inside of the <tabs> element are: - <tab> (.tabbrowser-tab) - <tab-group> label element wrapper (.tab-group-label-container) - <tab-split-view-wrapper> When working with tab strip items, if you need logical information, you can get it directly, e.g. `element.elementIndex` or `element._tPos`. If you need spatial information like position or dimensions, then you should call this function. For example, `elementToMove(element).getBoundingClientRect()` or `elementToMove(element).style.top`. @param {MozTabbrowserTab|typeof MozTabbrowserTabGroup.labelElement} element @returns {MozTabbrowserTab|vbox} 101844 85 %
opentabs-splitview.css stylelint-disable-next-line stylelint-plugin-mozilla/use-design-tokens 1341 -
opentabs-splitview.mjs A collection of open, unpinned, unsplit tabs for the current by window. 6997 98 %
opentabs.css 696 -
opentabs.html 1295 -
split-view-footer.js A footer which appears in the corner of the inactive panel in split view. The footer displays the favicon and domain name of the site. 6597 99 %
tab-hover-preview.mjs Shared module that contains logic for the tab hover preview (THP) and tab group hover preview (TGHP) panels. 33027 91 %
tab.js Describes how the tab ended up in this mute state. May be any of: - undefined: The tabs mute state has never changed. - null: The mute state was last changed through the UI. - Any string: The ID was changed through an extension API. The string must be the ID of the extension which changed it. 27503 93 %
tabbrowser.js A set of known icons to use for internal pages. These are hardcoded so we can start loading them faster than FaviconLoader would normally find them. 360834 94 %
tabgroup-menu.js html 45010 85 %
tabgroup.js @type {string} 21934 99 %
tabnote-menu.js html 7938 93 %
tabs.js 57762 94 %
tabsplitview.js A shared task which updates the urlbar indicator whenever: - A split view is activated or deactivated. - The active tab of a split view changes. - The order of tabs in a split view changes. @type {DeferredTask} 12375 97 %