Name Description Size Coverage
ClearBySiteEntry.sys.mjs -*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- 804 -
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. 77486 -
components.conf 924 -
moz.build 999 -
nsIClearBySiteEntry.idl This interface represents an entry to be cleared by site and OriginAttributesPattern. 689 -
nsIClearDataService.idl nsIClearDataService Provides methods for cleaning data from a nsIPrincipal and/or from a time range. 15824 -
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. 6207 -
ServiceWorkerCleanUp.sys.mjs 2826 -
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(). 15147 -
tests -