Name Description Size
browser-allTabsMenu.inc.xhtml 2665
browser-allTabsMenu.js 7962
browser-ctrlTab.js Tab previews utility, produces thumbnails 24098
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.ariaFocusableItems` that contain logical information are: - <tab> (.tabbrowser-tab) - <tab-group> label element (.tab-group-label) 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) 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} 95562
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. 5860
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.ariaFocusableItems` that contain logical information are: - <tab> (.tabbrowser-tab) - <tab-group> label element (.tab-group-label) 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) 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} 63224
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. 25008
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. 329764
tabgroup-menu.js html 44467
tabgroup.js @type {string} 20121
tabs.js 55052
tabsplitview.js @type {MutationObserver} 4505