Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Send worker-runnables destined for the main thread actually to the main thread. | wolfbeast | 2018-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 ↵ | janekptacijarabaci | 2018-07-05 | -1/+9 |
| | | | | compatible with the worker shutdown status | |||
* | Bug 1322292 - Some fixes for the Performance API in workers - part 2 - Get ↵ | janekptacijarabaci | 2018-04-29 | -14/+0 |
| | | | | | | rid of NowBaseTimeStamp() https://hg.mozilla.org/mozilla-central/rev/301231f4165a | |||
* | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 | -19/+114 |
| | ||||
* | Remove GCZeal: Base cleanup | wolfbeast | 2018-02-03 | -60/+0 |
| | | | | UXP repo issue #8 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+6752 |