mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +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
|
|
@ -6,7 +6,7 @@
|
|||
#ifndef mozilla_dom_workers_workerprivate_h__
|
||||
#define mozilla_dom_workers_workerprivate_h__
|
||||
|
||||
#include "Workers.h"
|
||||
#include "mozilla/dom/workers/Workers.h"
|
||||
|
||||
#include "js/CharacterEncoding.h"
|
||||
#include "nsIContentPolicy.h"
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
#include "nsThreadUtils.h"
|
||||
#include "nsTObserverArray.h"
|
||||
|
||||
#include "Queue.h"
|
||||
#include "WorkerHolder.h"
|
||||
#include "mozilla/dom/workerinternals/Queue.h"
|
||||
#include "mozilla/dom/workers/bindings/WorkerHolder.h"
|
||||
|
||||
#ifdef XP_WIN
|
||||
#undef PostMessage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue