summaryrefslogtreecommitdiffstats
path: root/dom/workers/ScriptLoader.cpp
Commit message (Collapse)AuthorAgeLines
* [dom] Fix a spec compliance issue with the HTML LS regarding script loading.Moonchild2020-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.Moonchild2020-07-28-1/+1
|
* Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElementMoonchild2020-07-10-10/+10
| | | | | | - Moves scripting parts of DOM into 'dom/script' - Renames nsScript{Loader/Element} to Script{Loader/Element} - Adjusts all callers
* Bug 604026 - Sync event loops in workers should be created only if ↵janekptacijarabaci2018-07-05-5/+9
| | | | compatible with the worker shutdown status
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2290