Name Description Size
browser-sidebar.js SidebarController handles logic such as toggling sidebar panels, dynamically adding menubar menu items for the View -> Sidebar menu, and provides APIs for sidebar extensions, etc. 70333
docs
jar.mn 1086
metrics.yaml 19284
moz.build 609
sidebar-customize.css 2283
sidebar-customize.html 998
sidebar-customize.mjs 12316
sidebar-history.css 398
sidebar-history.html 1595
sidebar-history.mjs The template to use for cards-container. 10330
sidebar-main.css stylelint-disable-next-line media-query-no-invalid 3118
sidebar-main.mjs Sidebar with expanded and collapsed states that provides entry points to various sidebar panels and sidebar extensions. 16146
sidebar-page.mjs Check if this event comes from an element of the specified type. If it does, return that element. @param {Event} e The event to check. @param {string} localName The name of the element to match. @returns {Element | null} The matching element, or `null` if no match is found. 4541
sidebar-panel-header.css 507
sidebar-panel-header.mjs 1396
sidebar-syncedtabs.html 1848
sidebar-syncedtabs.mjs The template shown when the list of synced devices is currently unavailable. @param {object} options @param {string} options.action @param {string} options.buttonLabel @param {string[]} options.descriptionArray @param {string} options.descriptionLink @param {string} options.header @param {string} options.mainImageUrl @returns {TemplateResult} 9281
sidebar-tab-list.css 573
sidebar-tab-list.mjs Only handle vertical navigation in sidebar. @param {KeyboardEvent} e 4948
sidebar-tab-row.css 751
sidebar.css these illustrations need a larger width otherwise they look too small 2805
SidebarManager.sys.mjs Handle startup tasks like telemetry, adding listeners. 6947
SidebarState.sys.mjs The properties that make up a sidebar's UI state. @typedef {object} SidebarStateProps @property {boolean} command The id of the current sidebar panel. The panel may be closed and still have a command value. Re-opening the sidebar panel will then load the current command id. @property {boolean} panelOpen Whether there is an open panel. @property {number} panelWidth Current width of the sidebar panel. @property {boolean} launcherVisible Whether the launcher is visible. This is always true when the sidebar.visibility pref value is "always-show", and toggle between true/false when visibility is "hide-sidebar" @property {boolean} launcherExpanded Whether the launcher is expanded. When sidebar.visibility pref value is "always-show", the toolbar button serves to toggle this property @property {boolean} launcherDragActive Whether the launcher is currently being dragged. @property {boolean} launcherHoverActive Whether the launcher is currently being hovered. @property {number} launcherWidth Current width of the sidebar launcher. @property {number} expandedLauncherWidth 13735
tests
triage.json 797