Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'master' into js-modules | wolfbeast | 2019-11-10 | -3/+10 |
|\ | | | | | | | | | # Conflicts: # modules/libpref/init/all.js | |||
| * | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 | -1/+0 |
| | | ||||
| * | Tell the cycle collector about nsScriptLoadRequest::mElement. | wolfbeast | 2018-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> | wolfbeast | 2018-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. | wolfbeast | 2018-07-10 | -1/+1 |
| | | ||||
* | | Bug 1330682 - Use CORS when loading modules as per current spec | janekptacijarabaci | 2018-04-14 | -9/+21 |
| | | ||||
* | | Bug 1330657 - Enable <script type="module"> behind a pref | janekptacijarabaci | 2018-04-14 | -3/+15 |
|/ | ||||
* | Support "SourceMap" header along with "X-SourceMap" | wolfbeast | 2018-02-02 | -1/+4 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+3016 |