blob: 63ae7704c8b1d200bbfce952fbe1bf14f6a272d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
[DEFAULT]
support-files =
get_user_media.html
get_user_media2.html
get_user_media_in_frame.html
get_user_media_in_xorigin_frame.html
get_user_media_in_xorigin_frame_ancestor.html
head.js
peerconnection_connect.html
single_peerconnection.html
prefs =
privacy.webrtc.allowSilencingNotifications=true
privacy.webrtc.legacyGlobalIndicator=false
privacy.webrtc.sharedTabWarning=false
privacy.webrtc.deviceGracePeriodTimeoutMs=0
[browser_WebrtcGlobalInformation.js]
[browser_device_controls_menus.js]
skip-if =
debug # bug 1369731
apple_silicon # bug 1707735
apple_catalina # platform migration
[browser_devices_get_user_media.js]
https_first_disabled = true
skip-if =
os == "linux" && bits == 64 # linux: bug 976544, Bug 1616011
os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[browser_devices_get_user_media_anim.js]
https_first_disabled = true
skip-if =
os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[browser_devices_get_user_media_by_device_id.js]
https_first_disabled = true
[browser_devices_get_user_media_default_permissions.js]
https_first_disabled = true
[browser_devices_get_user_media_in_frame.js]
https_first_disabled = true
skip-if = debug # bug 1369731
os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[browser_devices_get_user_media_in_xorigin_frame.js]
https_first_disabled = true
skip-if =
debug # bug 1369731
apple_silicon # bug 1707735
apple_catalina # platform migration
os == "win" && os_version == "6.1" # Skip on Azure - frequent failure
[browser_devices_get_user_media_in_xorigin_frame_chain.js]
https_first_disabled = true
[browser_devices_get_user_media_multi_process.js]
https_first_disabled = true
skip-if =
(debug && os == "win") # bug 1393761
apple_silicon # bug 1707735
apple_catalina # platform migration
[browser_devices_get_user_media_paused.js]
https_first_disabled = true
skip-if =
(os == "win" && !debug) # Bug 1440900
(os =="linux" && !debug && bits == 64) # Bug 1440900
apple_silicon # bug 1707735
apple_catalina # platform migration
[browser_devices_get_user_media_queue_request.js]
https_first_disabled = true
skip-if =
os == "linux" # Bug 1775945
os == "win" && !debug # Bug 1775945
[browser_devices_get_user_media_screen.js]
https_first_disabled = true
skip-if =
(os == 'linux') # Bug 1503991
apple_silicon # bug 1707735
apple_catalina # platform migration
os == 'win' # high frequency intermittent, bug 1739107
[browser_devices_get_user_media_screen_tab_close.js]
skip-if =
apple_catalina # platform migration
apple_silicon # bug 1707735
[browser_devices_get_user_media_tear_off_tab.js]
https_first_disabled = true
skip-if =
apple_catalina # platform migration
apple_silicon # bug 1707735
os == "linux" # Bug 1775945
os == "win" && !debug # Bug 1775945
[browser_devices_get_user_media_unprompted_access.js]
skip-if =
os == "linux" && bits == 64 && !debug # Bug 1712012
https_first_disabled = true
[browser_devices_get_user_media_unprompted_access_in_frame.js]
https_first_disabled = true
[browser_devices_get_user_media_unprompted_access_queue_request.js]
https_first_disabled = true
[browser_devices_get_user_media_unprompted_access_tear_off_tab.js]
https_first_disabled = true
skip-if = (os == "win" && bits == 64) # win8: bug 1334752
[browser_devices_select_audio_output.js]
[browser_global_mute_toggles.js]
[browser_indicator_popuphiding.js]
skip-if =
apple_silicon # bug 1707735
apple_catalina # platform migration
[browser_notification_silencing.js]
skip-if =
apple_silicon # bug 1707735
apple_catalina # platform migration
[browser_stop_sharing_button.js]
skip-if =
apple_silicon # bug 1707735
apple_catalina # platform migration
[browser_stop_streams_on_indicator_close.js]
skip-if =
apple_silicon # bug 1707735
apple_catalina # platform migration
[browser_tab_switch_warning.js]
skip-if =
apple_catalina # platform migration
[browser_webrtc_hooks.js]
|