gecko-dev/ipc
alwu e085c179d6 Bug 1884209 - part3 : add 'media.wmf.media-engine.channel-decoder.enabled=false' r=gerard-majax
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
2024-03-08 22:39:47 +00:00
..
app
chromium Bug 1883565 - Add a stub LaunchApp for iOS. r=ipc-reviewers,nika 2024-03-05 22:41:32 +00:00
contentproc
docs Bug 1880849 - Expose Utility process with actor names in about:support r=flod,fluent-reviewers 2024-02-20 11:44:15 +00:00
glue Bug 1884209 - part3 : add 'media.wmf.media-engine.channel-decoder.enabled=false' r=gerard-majax 2024-03-08 22:39:47 +00:00
gtest
ipdl Backed out 4 changesets (bug 1858627) for causing clipboard/paste failures. CLOSED TREE 2024-03-06 11:52:20 +02:00
mscom Bug 1869053 - [5/5] templatize and further simplify AgileReference r=handyman,win-reviewers 2023-12-21 19:46:55 +00:00
testshell Bug 1874739 - Part 10: Make PTestShell refcounted, r=ipc-reviewers,mccr8 2024-01-19 20:23:21 +00:00
moz.build
pull-chromium.py