blob: 5c611b7fc327d46e394461fc1e2232b842163bb1 (
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
|
[DEFAULT]
support-files =
bug1047663_tab.html
bug1047663_worker.sjs
head.js
!/dom/base/test/file_empty.html
[browser_bug1047663.js]
[browser_bug1104623.js]
run-if = buildapp == 'browser'
[browser_consoleSharedWorkers.js]
support-files = sharedWorker_console.js empty.html
[browser_fileURL.js]
support-files = empty.html empty_worker.js
[browser_worker_use_counters.js]
support-files =
file_use_counter_worker.html
file_use_counter_worker.js
file_use_counter_shared_worker.js
file_use_counter_service_worker.js
[browser_privilegedmozilla_remoteworker.js]
support-files =
file_service_worker.js
file_service_worker_container.html
[browser_serviceworker_fetch_new_process.js]
support-files =
file_service_worker_fetch_synthetic.js
server_fetch_synthetic.sjs
|