summaryrefslogtreecommitdiffstats
path: root/dom/script/ScriptElement.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #618 - Fix error events fired when loading JS module dependencies failMoonchild2020-08-30-2/+2
| | | | | | | When module dependencies fail, don't spam with errors for each import; only fire the error event once. Ref: BZ 1421259
* Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElementMoonchild2020-07-10-0/+150
- Moves scripting parts of DOM into 'dom/script' - Renames nsScript{Loader/Element} to Script{Loader/Element} - Adjusts all callers