Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1656 - Part 6: Clean up the build files | Moonchild | 2020-09-23 | -5/+0 |
| | ||||
* | Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc | Moonchild | 2020-09-23 | -2/+0 |
| | ||||
* | Issue #1656 - Part 1: Nuke most vim config lines in the tree. | Moonchild | 2020-09-23 | -77/+0 |
| | | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part. | |||
* | [dom] Fix a spec compliance issue with the HTML LS regarding script loading. | Moonchild | 2020-07-29 | -7/+9 |
| | | | | This fixes a spec compliance issue with section 8.1.4.2 Fetching scripts. | |||
* | Issue #1587 Part 11 (followup 1): Implement multithreaded signals for workers. | Moonchild | 2020-07-24 | -3/+3 |
| | ||||
* | Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElement | Moonchild | 2020-06-30 | -18/+18 |
| | | | | | | - Moves scripting parts of DOM into 'dom/script' - Renames nsScript{Loader/Element} to Script{Loader/Element} - Adjusts all callers | |||
* | Issue #1587 - Part 7: Rename FetchController to AbortController | Moonchild | 2020-06-11 | -1/+1 |
| | | | | | Also renames FetchSignal to AbortSignal. Includes renaming the various controlling prefs to enable. | |||
* | Issue #1587 - Part 4: Implement FetchObserver | Moonchild | 2020-06-11 | -0/+1 |
| | ||||
* | Issue #1587 - Part 1: Implement FetchController/FetchSignal interface | Moonchild | 2020-06-10 | -0/+1 |
| | ||||
* | Issue #80 - De-unify dom/workers | Moonchild | 2020-04-23 | -1/+33 |
| | ||||
* | Bug 1412775 - Implement Event.composedPath | Matt A. Tobin | 2020-04-17 | -1/+1 |
| | | | | Tag #1375 | |||
* | Bug 1305458 - Changing -moz-appearence on hover breaks change event | Matt A. Tobin | 2020-04-14 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | * Rename nsIDOMEventTarget::PreHandleEvent to nsIDOMEventTarget::GetEventTargetParent * Add nsIDOMEventTarget::PreHandleEvent * Add EventTargetChainItem::GetFirstEventTarget * Call EventTargetChainItem::PreHandleEvent even it sets mCanHandle=false * Move form control frame focus/blur from nsGenericHTMLFormElement::GetEventTargetParent to PreHandleEvent * Move fire change event from HTMLTextAreaElement::GetEventTargetParent to PreHandleEvent * Refine nsXULElement::GetEventTargetParent * Move dispatch XUL command from nsXULElement::GetEventTargetParent to PreHandleEvent * Move fire events and set value from HTMLInputElement::GetEventTargetParent to PreHandleEvent * Add test case * Let HTMLInputElement delegate event handling to it's parent class * Refine EventTargetChain flags to reduce overheads * Refine event target chain creation * Refine assertion in EventTargetChainItem::Create Tag #1375 | |||
* | Add missing call to WaitForIsDebuggerRegistered | wolfbeast | 2019-12-06 | -0/+6 |
| | ||||
* | 1283712 - Part 8: Add WorkerErrorBase, WorkerErrorNote, and WorkerErrorReport. | Gaming4JC | 2019-07-18 | -117/+158 |
| | ||||
* | 1320408 - Part 22: Remove JSContext* parameter from ProxyObject::renew and ↵ | Gaming4JC | 2019-07-18 | -1/+1 |
| | | | | Wrapper::Renew. | |||
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 | -1/+0 |
| | ||||
* | Send worker-runnables destined for the main thread actually to the main thread. | wolfbeast | 2018-09-16 | -9/+18 |
| | | | | | | 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 | -36/+23 |
| | ||||
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 | -32/+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 1298823 - Fix Request constructor - with "mode: navigate" | janekptacijarabaci | 2018-07-05 | -15/+8 |
| | ||||
* | Bug 604026 - Sync event loops in workers should be created only if ↵ | janekptacijarabaci | 2018-07-05 | -20/+46 |
| | | | | compatible with the worker shutdown status | |||
* | Remove SPS profiler. | wolfbeast | 2018-05-24 | -13/+0 |
| | | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions. | |||
* | Adjust tests for android-enabled Intl. | wolfbeast | 2018-05-03 | -2/+2 |
| | ||||
* | Bug 1322292 - Some fixes for the Performance API in workers - part 3 - ↵ | janekptacijarabaci | 2018-04-29 | -0/+7 |
| | | | | | | 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 | -26/+0 |
| | | | | | | 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 | -3/+224 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/158 | |||
* | moebius#157: The Performance Observer (improvements) | janekptacijarabaci | 2018-04-22 | -4/+4 |
| | | | | 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 | -3/+1 |
| | | | | MozReview-Commit-ID: UO4wssYHj7 | |||
* | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 | -8/+2 |
| | ||||
* | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 | -20/+116 |
| | ||||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-03-27 | -15/+0 |
|\ | | | | | | | js_array_values_1 | |||
| * | JS - Object - "TypeError: setting a property that has only a getter" without ↵ | janekptacijarabaci | 2018-03-12 | -15/+0 |
| | | | | | | | | mentioning file and property name | |||
* | | JS - support for Array.prototype.values() | janekptacijarabaci | 2018-02-20 | -1/+3 |
|/ | ||||
* | Remove GCZeal: Base cleanup | wolfbeast | 2018-02-03 | -156/+0 |
| | | | | UXP repo issue #8 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+66297 |