gecko-dev/toolkit/components/extensions/webrequest
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
..
ChannelWrapper.cpp Backed out 7 changesets (bug 1542807) for causing failures at inert-retargeting-iframe.tentative.html. CLOSED TREE 2021-06-12 01:38:25 +03:00
ChannelWrapper.h
components.conf Bug 1581859: Part 4b - Add skeleton WebNavigationContent class. r=zombie,nika 2021-03-25 19:47:03 +00:00
moz.build Bug 1581859: Part 4b - Add skeleton WebNavigationContent class. r=zombie,nika 2021-03-25 19:47:03 +00:00
PStreamFilter.ipdl
SecurityInfo.jsm Bug 1715142 - introduce nsIPublicKeyPinningService and remove 'type' parameter from nsISiteSecurityService r=rmf,necko-reviewers 2021-06-12 01:12:25 +00:00
StreamFilter.cpp Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8 2021-05-27 08:35:40 +00:00
StreamFilter.h Bug 1700463 - Remove using namespace from some headers. r=kmag 2021-03-30 03:31:47 +00:00
StreamFilterBase.h
StreamFilterChild.cpp
StreamFilterChild.h
StreamFilterEvents.cpp
StreamFilterEvents.h Bug 1700463 - Remove using namespace from some headers. r=kmag 2021-03-30 03:31:47 +00:00
StreamFilterParent.cpp
StreamFilterParent.h
WebNavigationContent.cpp Bug 1594921: Don't send top-level location change events early in BrowserChild lifetime. r=nika 2021-03-30 21:52:25 +00:00
WebNavigationContent.h Bug 1581859: Part 4d - Add web progress listeners to WebNavigationContent. r=nika 2021-03-25 19:47:03 +00:00
WebRequest.jsm Bug 1711924: add the policy id in channel properties when redirecting a request r=rpl 2021-05-19 19:03:01 +00:00
WebRequestService.cpp
WebRequestService.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
WebRequestUpload.jsm Bug 1697292 - Update the WebExtensions' multipart/form-data parser to match Chrome. r=mixedpuppy 2021-05-24 13:17:57 +00:00