mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
1125476080
Add a separate check for spec breaking allows of certain MIME types. Having this separated out means that we can make the rest of the implementation behave exactly like spec. Some tradeoffs that we need in the current state are: * Allowing "application/dash+xml" * Allowing "application/vnd.apple.mpegurl" * Allowing "text/vtt" * Allow all MIME types beginning with "audio/mpeg" * Allow "text/plain" when there is a no-sniff header. Differential Revision: https://phabricator.services.mozilla.com/D176821 |
||
---|---|---|
.. | ||
awsy | ||
condprofile | ||
config | ||
crashtest | ||
docs | ||
extensions | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
perfdocs | ||
performance | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
web-platform | ||
webcompat | ||
webdriver | ||
xpcshell | ||
addtest.py | ||
cppunittest.ini | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testinfo.py | ||
testsuite-targets.mk |
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff