зеркало из https://github.com/mozilla/gecko-dev.git
e085c179d6
When disabling the audio utility pref, there are some tests testing the fallback mechanism, which means the audio decoding would happen either on the RDD process or the content process. However, on wmfme, the pref `media.wmf.media-engine.channel-decoder.enabled` is enabled [1] in order to run non-mse playback on the MFCDM process, that causes failure for those tests. As that pref is a test-only pref and won't be used on the production, we should simply disable that pref for those tests in order to get the expected behavior. [1] https://searchfox.org/mozilla-central/rev/b55a24116575b1b6c17f1aa56a0b142d86dfa41c/taskcluster/ci/test/variants.yml#343 Depends on D203953 Differential Revision: https://phabricator.services.mozilla.com/D203954 |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
docs | ||
glue | ||
gtest | ||
ipdl | ||
mscom | ||
testshell | ||
moz.build | ||
pull-chromium.py |