Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add missing call to WaitForIsDebuggerRegistered | wolfbeast | 2019-12-06 |
| | |||
* | 1283712 - Part 8: Add WorkerErrorBase, WorkerErrorNote, and WorkerErrorReport. | Gaming4JC | 2019-07-18 |
| | |||
* | 1320408 - Part 22: Remove JSContext* parameter from ProxyObject::renew and ↵ | Gaming4JC | 2019-07-18 |
| | | | | Wrapper::Renew. | ||
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 |
| | |||
* | Send worker-runnables destined for the main thread actually to the main thread. | wolfbeast | 2018-09-16 |
| | | | | | | 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. | ||
* | Stop using the MainThreadTaskQueue from service workers. | wolfbeast | 2018-09-16 |
| | |||
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 |
| | | | | | 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 1298823 - Fix Request constructor - with "mode: navigate" | janekptacijarabaci | 2018-07-05 |
| | |||
* | Bug 604026 - Sync event loops in workers should be created only if ↵ | janekptacijarabaci | 2018-07-05 |
| | | | | compatible with the worker shutdown status | ||
* | Remove SPS profiler. | wolfbeast | 2018-05-24 |
| | | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions. | ||
* | Adjust tests for android-enabled Intl. | wolfbeast | 2018-05-03 |
| | |||
* | Bug 1322292 - Some fixes for the Performance API in workers - part 3 - ↵ | janekptacijarabaci | 2018-04-29 |
| | | | | | | TimeStampToDOMHighRes() in workerPrivate https://hg.mozilla.org/mozilla-central/rev/b827e4d0dc73 | ||
* | Bug 1322292 - Some fixes for the Performance API in workers - part 2 - Get ↵ | janekptacijarabaci | 2018-04-29 |
| | | | | | | rid of NowBaseTimeStamp() https://hg.mozilla.org/mozilla-central/rev/301231f4165a | ||
* | moebius#158: The Performance Resource Timing (added support for "workerStart") | janekptacijarabaci | 2018-04-29 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/158 | ||
* | moebius#157: The Performance Observer (improvements) | janekptacijarabaci | 2018-04-22 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/157 | ||
* | Bug 1453339 - Make it harder to mess up Promise::All. r=peterv, a=RyanVM | Boris Zbarsky | 2018-04-19 |
| | | | | MozReview-Commit-ID: UO4wssYHj7 | ||
* | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 |
| | |||
* | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 |
| | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-03-27 |
|\ | | | | | | | js_array_values_1 | ||
| * | JS - Object - "TypeError: setting a property that has only a getter" without ↵ | janekptacijarabaci | 2018-03-12 |
| | | | | | | | | mentioning file and property name | ||
* | | JS - support for Array.prototype.values() | janekptacijarabaci | 2018-02-20 |
|/ | |||
* | Remove GCZeal: Base cleanup | wolfbeast | 2018-02-03 |
| | | | | UXP repo issue #8 | ||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |