summaryrefslogtreecommitdiffstats
path: root/dom/base/nsScriptLoader.cpp
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into js-moduleswolfbeast2019-11-10-3/+10
|\ | | | | | | | | # Conflicts: # modules/libpref/init/all.js
| * Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-1/+0
| |
| * Tell the cycle collector about nsScriptLoadRequest::mElement.wolfbeast2018-11-15-2/+10
| | | | | | | | Not doing this can cause a leak because there is a cycle between the load request and the script element.
* | Bug 1330900 - Implement <script nomodule>wolfbeast2018-07-10-2/+13
| | | | | | | | | | | | | | | | | | | | 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
* | Bug 1340865 - Handle non-parser-created module scripts.wolfbeast2018-07-10-1/+1
| |
* | Bug 1330682 - Use CORS when loading modules as per current specjanekptacijarabaci2018-04-14-9/+21
| |
* | Bug 1330657 - Enable <script type="module"> behind a prefjanekptacijarabaci2018-04-14-3/+15
|/
* Support "SourceMap" header along with "X-SourceMap"wolfbeast2018-02-02-1/+4
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3016