summaryrefslogtreecommitdiffstats
path: root/dom/workers/WorkerPrivate.cpp
Commit message (Collapse)AuthorAgeLines
* Add missing call to WaitForIsDebuggerRegisteredwolfbeast2019-12-06-0/+6
|
* 1283712 - Part 8: Add WorkerErrorBase, WorkerErrorNote, and WorkerErrorReport.Gaming4JC2019-07-18-110/+116
|
* Send worker-runnables destined for the main thread actually to the main thread.wolfbeast2018-09-16-5/+5
| | | | | | A case of "one queue too many" here. Instead of worker runnables being sent to the main thread where they are supposed to run, they are put in a task queue per-worker. This is devastating for performance if many workers are running.
* Bug 604026 - Sync event loops in workers should be created only if ↵janekptacijarabaci2018-07-05-1/+9
| | | | compatible with the worker shutdown status
* Bug 1322292 - Some fixes for the Performance API in workers - part 2 - Get ↵janekptacijarabaci2018-04-29-14/+0
| | | | | | rid of NowBaseTimeStamp() https://hg.mozilla.org/mozilla-central/rev/301231f4165a
* Bug 1288768 - Better error reporting for network errors in workersjanekptacijarabaci2018-04-04-19/+114
|
* Remove GCZeal: Base cleanupwolfbeast2018-02-03-60/+0
| | | | UXP repo issue #8
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6752