mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Issue #2301 - Make Gecko Media Plugins optional when not building EME or WebRTC
Co-authored-by: Moonchild <moonchild@palemoon.org>
This commit is contained in:
parent
57020c1f59
commit
9e7d1492e6
54 changed files with 314 additions and 30 deletions
|
|
@ -425,7 +425,9 @@ support-files =
|
|||
dirac.ogg^headers^
|
||||
dynamic_redirect.sjs
|
||||
dynamic_resource.sjs
|
||||
#ifdef MOZ_EME
|
||||
eme.js
|
||||
#endif
|
||||
file_access_controls.html
|
||||
flac-s24.flac
|
||||
flac-s24.flac^headers^
|
||||
|
|
@ -682,6 +684,7 @@ tags=capturestream
|
|||
[test_decoder_disable.html]
|
||||
[test_defaultMuted.html]
|
||||
[test_delay_load.html]
|
||||
#ifdef MOZ_EME
|
||||
[test_eme_session_callable_value.html]
|
||||
[test_eme_canvas_blocked.html]
|
||||
skip-if = toolkit == 'android' # bug 1149374
|
||||
|
|
@ -712,13 +715,16 @@ tags=msg capturestream
|
|||
skip-if = toolkit == 'android' # bug 1149374
|
||||
[test_eme_waitingforkey.html]
|
||||
skip-if = toolkit == 'android' # bug 1149374
|
||||
#endif
|
||||
[test_empty_resource.html]
|
||||
[test_error_in_video_document.html]
|
||||
[test_error_on_404.html]
|
||||
[test_fastSeek.html]
|
||||
[test_fastSeek-forwards.html]
|
||||
#ifdef MOZ_GMP
|
||||
[test_gmp_playback.html]
|
||||
skip-if = (os != 'win' || os_version == '5.1') # Only gmp-clearkey on Windows Vista and later decodes
|
||||
#endif
|
||||
[test_imagecapture.html]
|
||||
[test_info_leak.html]
|
||||
[test_invalid_reject.html]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue