Name Description Size
addressFormLayout.mjs Creates an HTML element with specified attributes and children. @param {string} tag - Tag name for the element to create. @param {object} options - Options object containing attributes and children. @param {object} options.attributes - Element's Attributes/Props (id, class, etc.) @param {Array} options.children - Element's children (array of objects with tag and options). @returns {HTMLElement} The newly created element. 6292
autofillEditForms.mjs eslint-disable mozilla/balanced-listeners 8232
editAddress.xhtml 2122
editCreditCard.xhtml 4109
editDialog.mjs eslint-disable mozilla/balanced-listeners 6241
formautofill.css Treat @collpased="true" as display: none similar to how it is for XUL elements. https://developer.mozilla.org/en-US/docs/Web/CSS/visibility#Values 1581
formfill-anchor.svg 921
icon-credit-card-generic.svg 674
icon-credit-card.svg 776
manageAddresses.xhtml 2020
manageCreditCards.xhtml 2177
manageDialog.css Prevent unnecessary horizontal scroll bar from showing 2876
manageDialog.mjs Get the selected options on the addresses element. @returns {Array<DOMElement>} 14108
third-party