summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLScriptElement.h
Commit message (Collapse)AuthorAgeLines
* Issue #618 - Implement async attribute for inline module scripts. (uplift)Moonchild2020-08-30-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-07-10-3/+4
| | | | | | - Moves scripting parts of DOM into 'dom/script' - Renames nsScript{Loader/Element} to Script{Loader/Element} - Adjusts all callers
* Bug 1330900 - Implement <script nomodule>wolfbeast2018-07-10-0/+2
| | | | | | | | | | This patch implements: - noModule getter/setter for HTMLScriptElement - the nomodule attribute for HTMLScriptElement - the logic in nsScriptLoader that denies the loading of a nomodule script - tests Tag #618
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+104