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
|
[DEFAULT]
skip-if = ["os == 'android'"]
support-files = [
"WorkerDebugger.console_childWorker.js",
"WorkerDebugger.console_debugger.js",
"WorkerDebugger.console_worker.js",
"WorkerDebugger.initialize_childWorker.js",
"WorkerDebugger.initialize_debugger.js",
"WorkerDebugger.initialize_worker.js",
"WorkerDebugger.postMessage_childWorker.js",
"WorkerDebugger.postMessage_debugger.js",
"WorkerDebugger.postMessage_worker.js",
"WorkerDebuggerGlobalScope.createSandbox_debugger.js",
"WorkerDebuggerGlobalScope.createSandbox_sandbox.js",
"WorkerDebuggerGlobalScope.createSandbox_worker.js",
"WorkerDebuggerGlobalScope.enterEventLoop_childWorker.js",
"WorkerDebuggerGlobalScope.enterEventLoop_debugger.js",
"WorkerDebuggerGlobalScope.enterEventLoop_worker.js",
"WorkerDebuggerGlobalScope.reportError_childWorker.js",
"WorkerDebuggerGlobalScope.reportError_debugger.js",
"WorkerDebuggerGlobalScope.reportError_worker.js",
"WorkerDebuggerGlobalScope.setImmediate_debugger.js",
"WorkerDebuggerGlobalScope.setImmediate_worker.js",
"WorkerDebuggerManager_childWorker.js",
"WorkerDebuggerManager_worker.js",
"WorkerDebugger_childWorker.js",
"WorkerDebugger_frozen_window1.html",
"WorkerDebugger_frozen_window2.html",
"WorkerDebugger_frozen_worker1.js",
"WorkerDebugger_frozen_worker2.js",
"WorkerDebugger_promise_debugger.js",
"WorkerDebugger_promise_worker.js",
"WorkerDebugger_sharedWorker.js",
"WorkerDebugger_suspended_debugger.js",
"WorkerDebugger_suspended_worker.js",
"WorkerDebugger_worker.js",
"WorkerTest.jsm",
"WorkerTest_subworker.js",
"WorkerTest_worker.js",
"bug1062920_worker.js",
"chromeWorker_subworker.js",
"chromeWorker_worker_submod.sys.mjs",
"chromeWorker_worker.js",
"chromeWorker_worker.sys.mjs",
"dom_worker_helper.js",
"empty.html",
"fileBlobSubWorker_worker.js",
"fileBlob_worker.js",
"filePosting_worker.js",
"fileReadSlice_worker.js",
"fileReaderSyncErrors_worker.js",
"fileReaderSync_worker.js",
"fileSlice_worker.js",
"fileSubWorker_worker.js",
"file_worker.js",
"sharedWorker_privateBrowsing.js",
"sourcemap_header.js",
"sourcemap_header_debugger.js",
]
["test_WorkerDebugger.initialize.xhtml"]
["test_WorkerDebugger.postMessage.xhtml"]
["test_WorkerDebugger.xhtml"]
["test_WorkerDebuggerGlobalScope.createSandbox.xhtml"]
["test_WorkerDebuggerGlobalScope.enterEventLoop.xhtml"]
["test_WorkerDebuggerGlobalScope.reportError.xhtml"]
["test_WorkerDebuggerGlobalScope.setImmediate.xhtml"]
["test_WorkerDebuggerManager.xhtml"]
["test_WorkerDebugger_console.xhtml"]
["test_WorkerDebugger_frozen.xhtml"]
["test_WorkerDebugger_promise.xhtml"]
["test_WorkerDebugger_suspended.xhtml"]
["test_bug1062920.xhtml"]
["test_chromeWorker.xhtml"]
["test_chromeWorkerJSM.xhtml"]
["test_file.xhtml"]
["test_fileBlobPosting.xhtml"]
["test_fileBlobSubWorker.xhtml"]
["test_filePosting.xhtml"]
["test_fileReadSlice.xhtml"]
["test_fileReaderSync.xhtml"]
["test_fileReaderSyncErrors.xhtml"]
["test_fileSlice.xhtml"]
["test_fileSubWorker.xhtml"]
["test_readableStream_when_closing.html"]
["test_sharedWorker_privateBrowsing.html"]
["test_shutdownCheck.xhtml"]
support-files = ["worker_shutdownCheck.js"]
["test_sourcemap_header.html"]
|