ClearDataService.sys.mjs |
Adds brackets to a host if it's an IPv6 address.
@param {string} host - Host which may be an IPv6.
@returns {string} bracketed IPv6 or host if host is not an IPv6.
|
74626 |
components.conf |
|
629 |
moz.build |
|
936 |
nsIClearDataService.idl |
nsIClearDataService
Provides methods for cleaning data from a nsIPrincipal and/or from a time
range.
|
15580 |
PrincipalsCollector.sys.mjs |
A helper module to collect all principals that have any of the following:
* cookies
* quota storage (indexedDB, localStorage)
* service workers
Note that in case of cookies, because these are not strictly associated with a
full origin (including scheme), the https:// scheme will be used as a convention,
so when the cookie hostname is .example.com the principal will have the origin
https://example.com. Origin Attributes from cookies are copied to the principal.
This class is not a singleton and needs to be instantiated using the constructor
before usage. The class instance will cache the last list of principals.
There is currently no `refresh` method, though you are free to add one.
|
6206 |
ServiceWorkerCleanUp.sys.mjs |
|
2825 |
SiteDataTestUtils.sys.mjs |
This module assists with tasks around testing functionality that shows
or clears site data.
Please note that you will have to clean up changes made manually, for
example using SiteDataTestUtils.clear().
|
15083 |
tests |
|
|