Name Description Size
browser-allTabsMenu.inc.xhtml 2665
browser-allTabsMenu.js 7962
browser-ctrlTab.js Tab previews utility, produces thumbnails 23633
browser-fullZoom.js Controls the "full zoom" setting and its site-specific preferences. 24023
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} 95813
opentabs-splitview.css 412
opentabs-splitview.mjs A collection of open, unpinned, unsplit tabs for the current by window. 4542
opentabs.css stylelint-disable-next-line stylelint-plugin-mozilla/use-design-tokens 1310
opentabs.html 1389
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. 6416
tab-hover-preview.mjs Shared module that contains logic for the tab hover preview (THP) and tab group hover preview (TGHP) panels. 23183
tab-stacking.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} 63473
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. 25379
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. 338821
tabgroup-menu.js html 44344
tabgroup.js @type {string} 20525
tabnote-menu.js html 5091
tabs.js 57094
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} 8003