Name Description Size
arrowscrollbox.js 0 indicates there is no pending request 24972
autocomplete-input.js This path is only used in tests, we have the <popupset> and <panel> in document for other usages 16963
autocomplete-popup.js This is the default number of rows that we give the autocomplete popup when the textbox doesn't have a "maxrows" attribute for us to use. 20914
autocomplete-richlistitem.js This overrides listitem's mousedown handler because we want to set the selected item even when the shift or accel keys are pressed. 30401
browser-custom-element.mjs @implements {nsIBrowser} 59856
button.js While it would seem we could do this by handling oncommand, we can't because any external oncommand handlers might get called before ours, and then they would see the incorrect value of checked. Additionally a command attribute would redirect the command events anyway. 8972
calendar.js Initialize the Calendar and generate nodes for week headers and days, and attach event listeners. @param {Object} options { {Number} calViewSize: Number of days to appear on a calendar view {Function} getDayString: Transform day number to string {Function} getWeekHeaderString: Transform day of week number to string {Function} setSelection: Set selection for dateKeeper {Function} setCalendarMonth: Update the month shown by the dateView to a specific month of a specific year } @param {Object} context { {DOMElement} weekHeader {DOMElement} daysView } 16992
checkbox.js 2306
datekeeper.js DateKeeper keeps track of the date states. 12429
datepicker.js import-globals-from datekeeper.js 18919
datetimebox.css TODO: Enable selection once bug 1455893 is fixed 2261
datetimebox.js This is the class of entry. It will construct the actual implementation according to the value of the "type" property. 43728
dialog.js 18115
docs
editor.js globals XULFrameElement 5602
findbar.js Please keep in sync with toolkit/modules/FindBarContent.sys.mjs 45969
general.js 933
infobar.css Don't let lwthemes set a text-shadow. 2324
lit-select-control.mjs Class that can be extended to handle managing the selected and focus states of child elements using a roving tabindex. For more information on this focus management pattern, see: https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_roving_tabindex Child elements must use SelectControlItemMixin for behavior to work as expected. 11677
lit-utils.mjs Helper for our replacement of @query. Used with `static queries` property. https://github.com/lit/lit/blob/main/packages/reactive-element/src/decorators/query.ts 16000
mach_commands.py /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 9253
marquee.css Disable the animation on contenteditable 537
marquee.js Computes CSS-derived values needed to compute the transform of the contents. In particular, it measures the auto width and height of the contents, and the effective width and height of the marquee itself, along with its css directionality (which affects the effective direction). 9685
menu.js 11234
menulist.js 11513
menupopup.css 490
menupopup.js Adds event listeners for a MozMenuPopup inside a menulist element. 9350
metrics.yaml 1039
moz-badge
moz-box-button
moz-box-common.css 3475
moz-box-group
moz-box-item
moz-box-link
moz-breadcrumb-group
moz-button
moz-button-group
moz-card
moz-checkbox
moz-fieldset