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[]}
|
21727 |
certManager.xhtml |
|
11010 |
changepassword.js |
|
5643 |
changepassword.xhtml |
|
2559 |
clientauthask.css |
|
356 |
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.
|
5553 |
clientauthask.xhtml |
|
3328 |
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.
|
3340 |
deletecert.xhtml |
|
1041 |
device_manager.js |
Do the initial load of all PKCS# modules and list them. |
11873 |
device_manager.xhtml |
|
3096 |
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.
|
2785 |
downloadcert.xhtml |
|
1813 |
editcacert.js |
Cert to edit the trust of.
@type {nsIX509Cert}
|
1481 |
editcacert.xhtml |
|
1099 |
exceptionDialog.css |
Don't let these affect the min horizontal size of the dialog |
654 |
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.
|
10487 |
exceptionDialog.xhtml |
|
3077 |
load_device.js |
@file Implements the functionality of load_device.xhtml: a dialog that allows
a PKCS #11 module to be loaded into Firefox.
|
2637 |
load_device.xhtml |
|
1647 |
resetpassword.js |
|
822 |
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.
|
3798 |
setp12password.xhtml |
|
1788 |