gecko-dev/toolkit/components/cleardata
Dana Keeler ef0a88c6f2 Bug 1715142 - introduce nsIPublicKeyPinningService and remove 'type' parameter from nsISiteSecurityService r=rmf,necko-reviewers
The public key pinning implementation is much less complex than the HSTS
implementation, and only needs a small subset of the parameters of the latter.
Furthermore, the information it relies on is static, and so is safe to access
from content processes. This patch separates the two implementations, thus
simplifying both of them and avoiding some unnecessary IPC calls in the
process.

Differential Revision: https://phabricator.services.mozilla.com/D117096
2021-06-12 01:12:25 +00:00
..
tests Bug 1715142 - introduce nsIPublicKeyPinningService and remove 'type' parameter from nsISiteSecurityService r=rmf,necko-reviewers 2021-06-12 01:12:25 +00:00
ClearDataService.jsm Bug 1715142 - introduce nsIPublicKeyPinningService and remove 'type' parameter from nsISiteSecurityService r=rmf,necko-reviewers 2021-06-12 01:12:25 +00:00
components.conf
moz.build
nsIClearDataService.idl Bug 1705028 - Added ClearDataService deleteDataFromBaseDomain. r=johannh 2021-05-26 13:49:36 +00:00
PrincipalsCollector.jsm
ServiceWorkerCleanUp.jsm
SiteDataTestUtils.jsm Bug 1705029 - Added CookieCleaner deleteByBaseDomain. r=johannh,preferences-reviewers 2021-05-26 13:49:37 +00:00