gecko-dev/dom/security
Emilio Cobos Álvarez 2e9947a755 Bug 1680566 - Reformat sanitizer API test. r=freddyb
Just remove a bunch of indentation and use 2-spaces like the usual Gecko / JS
style.

Remove unneeded setBoolPref (pushPrefEnv takes care of that).

Differential Revision: https://phabricator.services.mozilla.com/D98676
2020-12-04 11:52:17 +00:00
..
featurepolicy Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
fuzztest Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
sanitizer Bug 1680566 - Reformat sanitizer API test. r=freddyb 2020-12-04 11:52:17 +00:00
test Bug 1679630 - Don't create HTTPS-Only Mode background request if URI is local or onion. r=ckerschb 2020-12-01 15:36:30 +00:00
CSPEvalChecker.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
CSPEvalChecker.h
DOMSecurityMonitor.cpp Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
DOMSecurityMonitor.h Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
FramingChecker.cpp Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
FramingChecker.h Bug 631862 - Improve X-Frame-Options error report, r=ckerschb 2020-04-14 17:43:51 +00:00
PolicyTokenizer.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
PolicyTokenizer.h Bug 1626570 - Improve handling of copying arrays in dom/security/. r=ckerschb 2020-05-06 11:16:49 +00:00
ReferrerInfo.cpp Bug 1605305 - Origin header field is not set to HTTP request in cases where it is required, r=ckerschb,necko-reviewers,JuniorHsu,valentin 2020-12-03 00:56:22 +00:00
ReferrerInfo.h Bug 1605305 - Origin header field is not set to HTTP request in cases where it is required, r=ckerschb,necko-reviewers,JuniorHsu,valentin 2020-12-03 00:56:22 +00:00
SRICheck.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
SRICheck.h Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
SRILogHelper.h
SRIMetadata.cpp Bug 1673682 - Move URLParams to nsURLHelper.h. r=valentin,necko-reviewers 2020-11-13 08:11:32 +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 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
SecFetch.h Backed out changeset a0508ae6c037 (bug 1508292) for sm bustage. 2020-03-14 22:40:55 +02:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
nsCSPContext.cpp Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
nsCSPContext.h Bug 1626570 - Remove obsolete copy enabling machinery. r=froydnj 2020-05-11 08:23:03 +00:00
nsCSPParser.cpp Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
nsCSPParser.h Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
nsCSPService.cpp Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
nsCSPService.h Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
nsCSPUtils.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
nsCSPUtils.h Bug 1642808 - Remove whitelist from dom security. r=Gijs 2020-06-02 23:15:13 +00:00
nsContentSecurityManager.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +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 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
nsContentSecurityUtils.h Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
nsHTTPSOnlyStreamListener.cpp Bug 1675533 - Collect telemetry which content types get upgraded by HTTPS-Only and if they load successfully. r=ckerschb 2020-11-09 14:20:25 +00:00
nsHTTPSOnlyStreamListener.h Bug 1653026 - Added HTTPS-Only Mode upgrade info to browser UI state. r=mattwoodrow,necko-reviewers,dragana 2020-10-06 00:34:55 +00:00
nsHTTPSOnlyUtils.cpp Bug 1679630 - Don't create HTTPS-Only Mode background request if URI is local or onion. r=ckerschb 2020-12-01 15:36:30 +00:00
nsHTTPSOnlyUtils.h Bug 1662359 - Don't upgrade subresources whose triggering principal is exempt from HTTPS-Only mode. r=ckerschb 2020-09-25 11:23:56 +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 1220810 - Hardcode localhost to loopback, r=ckerschb,necko-reviewers,dragana 2020-10-22 07:36:15 +00:00
nsMixedContentBlocker.h Bug 1220810 - Hardcode localhost to loopback, r=ckerschb,necko-reviewers,dragana 2020-10-22 07:36:15 +00:00