summaryrefslogtreecommitdiffstats
path: root/dom/script/moz.build
Commit message (Collapse)AuthorAgeLines
* Issue #1603 - Part 2: Split some classes out of ScriptLoader.cppMoonchild2020-07-10-0/+3
| | | | | | | This splits ScriptLoader up the same way Mozilla did with the exception of ScriptRequest due to the fact that ScriptLoader and ScriptRequest are interdependent and would create a circular dependency if split apart when not using unified building.
* Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElementMoonchild2020-07-10-0/+33
- Moves scripting parts of DOM into 'dom/script' - Renames nsScript{Loader/Element} to Script{Loader/Element} - Adjusts all callers