summaryrefslogtreecommitdiffstats
path: root/dom/svg/SVGScriptElement.h
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.
* Issue #618 - (async) Implement async attribute for inline module scripts.Moonchild2020-08-25-1/+1
| | | | | | | | | | This commit does several things: - Moves the pref check from ScriptLoader to ns[I]Document so it can be called on the document. - Changes the atrribute freezing function to a better name that takes the document as a parameter. - Sets the proper async/defer attributes on HTML script elements based on keywords and whether they are module scripts or not.
* Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElementMoonchild2020-06-30-3/+3
| | | | | | - Moves scripting parts of DOM into 'dom/script' - Renames nsScript{Loader/Element} to Script{Loader/Element} - Adjusts all callers
* Bug 1363481 - Add the old attribute value as a parameter to ↵Matt A. Tobin2020-04-17-1/+3
| | | | | | Element::AfterSetAttr Tag #1375
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+86