gecko-dev/dom/security
Nicholas Nethercote 159f6b5627 Bug 1406794 - Provide the CSP keywords in both UTF8 and UTF16 forms. r=ckerschb
This avoids the need for numerous 8-to-16-bit and 16-to-8-bit string
conversions.

The patch also introduces a higher-order macro, FOR_EACH_CSP_KEYWORD, which
defines all the stuff about the keywords in a single place and makes the code
nicer.

--HG--
extra : rebase_source : b0f655546aa397749bb18dc7d6d27fbc12fe8fca
2017-10-06 16:16:52 +11:00
..
test Bug 1380755 - Examine & report on frame-ancestors CSP in report-only mode. r=ckerschb 2017-07-17 14:19:57 -04:00
ContentVerifier.cpp
ContentVerifier.h
FramingChecker.cpp Bug 1381282 - Change nsScriptErrorBase::InitWithWindowID so that it does not call GetSensitiveInfoHiddenSpec as much as now. r=bz r=valentin 2017-08-07 15:56:30 +02:00
FramingChecker.h Bug 1370788 - Move XFO out of nsDSURIContentListener.cpp into dom/security. r=smaug 2017-06-19 06:59:44 +02:00
SRICheck.cpp Bug 1399379 - Use memcpy to import/export SRI hashes to the JS bytecode buffer. r=francois 2017-10-03 10:00:00 -04:00
SRICheck.h Bug 1354989 - Avoid pivoting via UTF-16 when loading CSS in the Stylo mode. r=jdm,SimonSapin 2017-08-29 16:01:42 +03:00
SRILogHelper.h
SRIMetadata.cpp Bug 1384233 - Remove SizePrintfMacros.h. r=froydnj 2017-07-26 16:03:57 -04:00
SRIMetadata.h
moz.build Bug 1370788 - Move XFO out of nsDSURIContentListener.cpp into dom/security. r=smaug 2017-06-19 06:59:44 +02:00
nsCSPContext.cpp Bug 1380755 - Examine & report on frame-ancestors CSP in report-only mode. r=ckerschb 2017-07-17 14:19:57 -04:00
nsCSPContext.h Bug 1380227 - Avoid many UTF16toUTF8 and UTF8toUTF16 conversions in nsStringBundle. r=emk. 2017-07-12 15:13:37 +10:00
nsCSPParser.cpp Bug 1406794 - Provide the CSP keywords in both UTF8 and UTF16 forms. r=ckerschb 2017-10-06 16:16:52 +11:00
nsCSPParser.h Bug 1367531: CSP should only check host (not including path) when performing frame ancestors checks. r=dveditz 2017-06-06 09:12:13 +02:00
nsCSPService.cpp Bug 1343933 - Renaming Principal classes - part 4 - ContentPrincipal, r=qdot 2017-03-22 11:39:31 +01:00
nsCSPService.h
nsCSPUtils.cpp Bug 1406794 - Provide the CSP keywords in both UTF8 and UTF16 forms. r=ckerschb 2017-10-06 16:16:52 +11:00
nsCSPUtils.h Bug 1406794 - Provide the CSP keywords in both UTF8 and UTF16 forms. r=ckerschb 2017-10-06 16:16:52 +11:00
nsContentSecurityManager.cpp Bug 1403641: Allow data: URI downloads even if data: URI navigations are blocked. r=bz 2017-10-04 08:43:56 +02:00
nsContentSecurityManager.h Bug 1403641: Allow data: URI downloads even if data: URI navigations are blocked. r=bz 2017-10-04 08:43:56 +02:00
nsMixedContentBlocker.cpp Bug 1402363: Explicitly cancel channel after mixed content redirect. r=honza,kate 2017-10-02 09:11:57 +02:00
nsMixedContentBlocker.h Bug 903966 - Stop blocking 'http://127.0.0.1/' as mixed content. r=ckerschb,kmckinley 2017-05-10 20:50:00 +03:00