gecko-dev/dom/security
Valentin Gosu 6d149e6e7a Bug 1663657 - Turn IsIpAddr* functions into NetAddr methods r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D89552
2020-09-14 12:06:27 +00:00
..
featurepolicy Bug 1658471 - Remove dom.security.featurePolicy.enabled. r=baku 2020-08-12 10:57:04 +00:00
fuzztest Bug 1359867 - Add support for allow-top-navigation-by-user-activation iframe sandboxing r=smaug 2020-06-01 12:46:31 +00:00
sanitizer Bug 1652481: expose experimental sanitizer api r=ckerschb,hsivonen 2020-09-08 13:54:01 +00:00
test Bug 1664156 - Remove -moz-suppressed. r=edgar 2020-09-13 11:33:13 +00:00
CSPEvalChecker.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
CSPEvalChecker.h
DOMSecurityMonitor.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
DOMSecurityMonitor.h
FramingChecker.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
FramingChecker.h Bug 631862 - Improve X-Frame-Options error report, r=ckerschb 2020-04-14 17:43:51 +00:00
PolicyTokenizer.cpp
PolicyTokenizer.h Bug 1626570 - Improve handling of copying arrays in dom/security/. r=ckerschb 2020-05-06 11:16:49 +00:00
ReferrerInfo.cpp Backed out changeset 7cad986c81a5 (bug 1605305) for failures on test_trr.js. CLOSED TREE 2020-08-18 23:38:17 +03:00
ReferrerInfo.h Backed out changeset 7cad986c81a5 (bug 1605305) for failures on test_trr.js. CLOSED TREE 2020-08-18 23:38:17 +03:00
SRICheck.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
SRICheck.h
SRILogHelper.h
SRIMetadata.cpp Bug 1623953 - Provide comparative method on SRIMetadata to allow trust delegation to a stronger or identical SRI, r=emilio,ckerschb 2020-05-12 12:40:00 +00:00
SRIMetadata.h Bug 1623953 - Provide comparative method on SRIMetadata to allow trust delegation to a stronger or identical SRI, r=emilio,ckerschb 2020-05-12 12:40:00 +00:00
SecFetch.cpp Bug 1655716 - Introduce TYPE_INTERNAL_FETCH_PRELOAD and use in HTMLLinkElement::AsValueToContentPolicy() - r=emilio,mayhemer,ckerschb 2020-08-11 12:33:14 +00:00
SecFetch.h
moz.build Bug 1652481: expose experimental sanitizer api r=ckerschb,hsivonen 2020-09-08 13:54:01 +00:00
nsCSPContext.cpp Bug 1662251 - stop assigning from NS_Convert* values, mostly; r=sg 2020-09-02 09:54:37 +00:00
nsCSPContext.h Bug 1626570 - Remove obsolete copy enabling machinery. r=froydnj 2020-05-11 08:23:03 +00:00
nsCSPParser.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsCSPParser.h
nsCSPService.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsCSPService.h Bug 1625366 - Remove support for custom violation callbacks on nsCSPContext since it should no longer be needed. r=ckerschb 2020-04-10 22:15:21 +00:00
nsCSPUtils.cpp Bug 1655716 - Introduce TYPE_INTERNAL_FETCH_PRELOAD and use in HTMLLinkElement::AsValueToContentPolicy() - r=emilio,mayhemer,ckerschb 2020-08-11 12:33:14 +00:00
nsCSPUtils.h Bug 1642808 - Remove whitelist from dom security. r=Gijs 2020-06-02 23:15:13 +00:00
nsContentSecurityManager.cpp Bug 1660216 - Fix formatting of ContentSecurityManager logging r=freddyb,baku 2020-08-20 13:17:42 +00:00
nsContentSecurityManager.h Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
nsContentSecurityUtils.cpp Bug 1662189 - Enforce eval() restrictions on release r=freddyb,ckerschb 2020-09-02 20:49:04 +00:00
nsContentSecurityUtils.h Bug 1656296 - Pass Blocked Downloads to the DownloadsUI r=ckerschb,Gijs 2020-08-24 15:29:23 +00:00
nsHTTPSOnlyStreamListener.cpp Bug 1658265: HTTPS-Only - Simplify LogMessage and exempt certain loads from being logged to the console. r=JulianWels 2020-08-14 00:22:59 +00:00
nsHTTPSOnlyStreamListener.h Bug 1627206 - Upgrade failure telemetry for HTTPS Only Mode. r=ckerschb,jcj,dragana 2020-04-17 11:41:36 +00:00
nsHTTPSOnlyUtils.cpp Bug 1663657 - Turn IsIpAddr* functions into NetAddr methods r=necko-reviewers,kershaw 2020-09-14 12:06:27 +00:00
nsHTTPSOnlyUtils.h Bug 1658594: Simplified HTTPS-Only checks for CORS and mixed content r=ckerschb 2020-08-17 16:35:09 +00:00
nsIHttpsOnlyModePermission.idl Bug 1644456 - Manage HTTPS-Only Mode permission with SitePermissions interface. r=necko-reviewers,pbz,dragana 2020-07-08 12:06:02 +00:00
nsMixedContentBlocker.cpp Bug 1663657 - Turn IsIpAddr* functions into NetAddr methods r=necko-reviewers,kershaw 2020-09-14 12:06:27 +00:00
nsMixedContentBlocker.h Backed out changeset 83749e9e67bd (bug 1220810) for bc failures on browser_fall_back_to_https.js . CLOSED TREE 2020-07-10 18:42:17 +03:00