Name Description Size Coverage
certManager.css Good enough support for equalsize=always for the cert manager use cases. You probably shouldn't use this as-is elsewhere, this selector is somewhat slow, it relies on stuff having display: flex, and you probably can use something simpler if you need this 923 -
certManager.js List of certs currently selected in the active tab. @type {nsIX509Cert[]} 24837 -
certManager.xhtml 9735 -
changepassword.js 5888 -
changepassword.xhtml 2497 -
clientauthask.css 525 -
clientauthask.js @file Implements the functionality of clientauthask.xhtml: a dialog that allows a user pick a client certificate for TLS client authentication. @param {object} window.arguments.0 An Object with the properties: {String} hostname The hostname of the server requesting client authentication. {Array<nsIX509Cert>} certArray Array of certificates the user can choose from {Object} retVal Object to set the return values of calling the dialog on. See ClientAuthAskReturnValues. 6063 -
clientauthask.xhtml 3813 -
deletecert.css We don't want these to impact the horizontal size of the dialog 488 -
deletecert.js @file Implements the functionality of deletecert.xhtml: a dialog that allows a user to confirm whether to delete certain certificates. @param {string} window.arguments.0 One of the tab IDs listed in certManager.xhtml. @param {object[]} window.arguments.1 An array of objects representing the certs to delete. Each must have a 'cert' property or a 'hostPort' property. @param {DeleteCertReturnValues} window.arguments.2 Object holding the return values of calling the dialog. 3390 -
deletecert.xhtml 1085 -
device_manager.js Do the initial load of all PKCS# modules and list them. 12931 -
device_manager.xhtml 2835 -
downloadcert.js @file Implements the functionality of downloadcert.xhtml: a dialog that allows a user to confirm whether to import a certificate, and if so what trust to give it. @param {nsISupports} window.arguments.0 Certificate to confirm import of, queryable to nsIX509Cert. @param {nsISupports} window.arguments.1 Object to set the return values of calling the dialog on, queryable to the underlying type of DownloadCertReturnValues. 2850 -
downloadcert.xhtml 1796 -
editcacert.js Cert to edit the trust of. @type {nsIX509Cert} 1481 -
editcacert.xhtml 1164 -
exceptionDialog.css Don't let these affect the min horizontal size of the dialog 693 -
exceptionDialog.js Helper function for checkCert. Set as the onerror/onload callbacks for an XMLHttpRequest. Sets gSecInfo, gCert, gBroken, and gChecking according to the load information from the request. Probably should not be used directly. @param {XMLHttpRequest} req The XMLHttpRequest created and sent by checkCert. @param {Event} evt The load or error event. 10735 -
exceptionDialog.xhtml 3062 -
load_device.js @file Implements the functionality of load_device.xhtml: a dialog that allows a PKCS #11 module to be loaded into Firefox. 2890 -
load_device.xhtml 1602 -
resetpassword.js 839 -
resetpassword.xhtml 1338 -
setp12password.js @file Implements the functionality of setp12password.xhtml: a dialog that lets the user confirm the password to set on a PKCS #12 file. @param {nsISupports} window.arguments.0 Object to set the return values of calling the dialog on, queryable to the underlying type of SetP12PasswordReturnValues. 4034 -
setp12password.xhtml 1728 -