browser-allTabsMenu.inc.xhtml |
|
2665 |
browser-allTabsMenu.js |
|
7962 |
browser-ctrlTab.js |
Tab previews utility, produces thumbnails
|
24083 |
browser-fullZoom.js |
Controls the "full zoom" setting and its site-specific preferences.
|
24018 |
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}
|
95381 |
tab-hover-preview.mjs |
Shared module that contains logic for the tab hover preview (THP) and tab
group hover preview (TGHP) panels.
|
19779 |
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.
|
24963 |
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.
|
325410 |
tabgroup-menu.js |
html |
44477 |
tabgroup.js |
@type {string} |
18377 |
tabs.js |
|
53990 |
tabsplitview.js |
@type {MozXULElement} |
4916 |