gecko-dev/dom/security
Chris Pearce 00a43a7a06 Bug 1540573 - p7. Modify CSP tests to use preload=2 on (emulated) cellular connections. r=jya
The Content Security Policy tests were handling the smaller android preload
values that were #defined on Android by setting media.preload.default=2.  Now
that we're detecting whether we're on cellular or not, and the android
emulators that our tests run on emulate a cellular connection, just setting
media.preload.default is no longer enough.

So set media.preload.default.cellular=2 in the CSP mochitests instead of
media.preload.default, to make the CSP mochitests pass in the Android
emulators.

Differential Revision: https://phabricator.services.mozilla.com/D29617

--HG--
extra : moz-landing-system : lando
2019-05-06 22:43:18 +00:00
..
featurepolicy Bug 1544322 - Part 2.2 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in dom/ r=bzbarsky 2019-04-16 03:53:28 +00:00
fuzztest Bug 1386214 - Remove require-sri from the CSP-Module r=ckerschb,qdot 2019-03-26 21:58:48 +00:00
test Bug 1540573 - p7. Modify CSP tests to use preload=2 on (emulated) cellular connections. r=jya 2019-05-06 22:43:18 +00:00
CSPEvalChecker.cpp Bug 1541858, AssertEvalNotUsingSystemPrincipal into the ContentSecurityManager and also call it for worker code r=ckerschb 2019-04-18 13:54:43 +00:00
CSPEvalChecker.h
FramingChecker.cpp Bug 1517483 - Get rid of nsIScriptSecurityManager::IsSystemPrincipal r=bzbarsky 2019-03-24 20:36:25 +00:00
FramingChecker.h
PolicyTokenizer.cpp
PolicyTokenizer.h
ReferrerInfo.cpp Bug 1532318 - part 1: use ReferrerInfo class in nsIHttpChannel instead of referrer and referrer policy r=valentin,ckerschb,michal 2019-05-02 12:34:52 +00:00
ReferrerInfo.h Bug 1532318 - part 1: use ReferrerInfo class in nsIHttpChannel instead of referrer and referrer policy r=valentin,ckerschb,michal 2019-05-02 12:34:52 +00:00
SRICheck.cpp
SRICheck.h
SRILogHelper.h
SRIMetadata.cpp
SRIMetadata.h
moz.build Bug 1532318 - part 1: use ReferrerInfo class in nsIHttpChannel instead of referrer and referrer policy r=valentin,ckerschb,michal 2019-05-02 12:34:52 +00:00
nsCSPContext.cpp Bug 1534395 - Rename TabChild to BrowserChild. r=nika 2019-04-09 17:39:01 -05:00
nsCSPContext.h Bug 1534971: Add helper function within CSP to check if two CSPs are equal. r=jkt 2019-03-15 12:20:52 +00:00
nsCSPParser.cpp Bug 1386214 - Remove require-sri from the CSP-Module r=ckerschb,qdot 2019-03-26 21:58:48 +00:00
nsCSPParser.h Bug 1386214 - Remove require-sri from the CSP-Module r=ckerschb,qdot 2019-03-26 21:58:48 +00:00
nsCSPService.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsCSPService.h
nsCSPUtils.cpp Bug 1442778 - Add "chromeContext" parameter to console API and console service messages. r=smaug 2019-04-01 22:42:34 +00:00
nsCSPUtils.h Bug 1386214 - Remove require-sri from the CSP-Module r=ckerschb,qdot 2019-03-26 21:58:48 +00:00
nsContentSecurityManager.cpp Bug 1493599 - Expose reason of security blocking on nsILoadInfo and add new http observer notification for failed asyncOpens, r=Honza,dragana 2019-04-26 10:59:41 +00:00
nsContentSecurityManager.h Bug 1541858, AssertEvalNotUsingSystemPrincipal into the ContentSecurityManager and also call it for worker code r=ckerschb 2019-04-18 13:54:43 +00:00
nsMixedContentBlocker.cpp Bug 1493599 - Expose reason of security blocking on nsILoadInfo and add new http observer notification for failed asyncOpens, r=Honza,dragana 2019-04-26 10:59:41 +00:00
nsMixedContentBlocker.h