summaryrefslogtreecommitdiffstats
path: root/dom/workers/WorkerRunnable.cpp
Commit message (Collapse)AuthorAgeLines
* Send worker-runnables destined for the main thread actually to the main thread.wolfbeast2018-09-16-4/+13
| | | | | | 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.
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-8/+0
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Bug 604026 - Sync event loops in workers should be created only if ↵janekptacijarabaci2018-07-05-4/+9
| | | | compatible with the worker shutdown status
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+777