mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Issue #2402 - Workers.setTimeout/setInterval must handle CSP rejections. https://bugzilla.mozilla.org/show_bug.cgi?id=1490165 Has some namespace issues adding the files, so differs slightly.
This commit is contained in:
parent
0e0ec8cb20
commit
e74612e23e
10 changed files with 270 additions and 65 deletions
|
|
@ -19,6 +19,11 @@ EXPORTS.mozilla.dom += [
|
|||
'WorkerScope.h',
|
||||
]
|
||||
|
||||
# Private stuff.
|
||||
EXPORTS.mozilla.dom.workerinternals += [
|
||||
'Queue.h',
|
||||
]
|
||||
|
||||
EXPORTS.mozilla.dom.workers += [
|
||||
'RuntimeService.h',
|
||||
'ServiceWorkerCommon.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue