Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElement | Moonchild | 2020-06-30 |
| | | | | | | - Moves scripting parts of DOM into 'dom/script' - Renames nsScript{Loader/Element} to Script{Loader/Element} - Adjusts all callers | ||
* | Issue #1602 - Make sure we have a JSObject before trying to get global. | wolfbeast | 2020-06-27 |
| | | | | | | | | Dynamic script loading/unloading (thank you modules) can yank the script out from under us before the JS API for it is initialized, leading to null deref crashes. This adds a simple check if the passed-in object is sane and present. Resolves #1602 | ||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |