summaryrefslogtreecommitdiffstats
path: root/dom/workers/ScriptLoader.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-1/+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.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-24-1/+1
|
* Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElementMoonchild2020-06-30-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