summaryrefslogtreecommitdiff
path: root/dom/base/nsJSUtils.cpp
Commit message (Collapse)AuthorAge
* Issue #1624 - Make ion inlining optimizations a pref.Moonchild2020-12-03
| | | | This also adds it to JS_SetGlobalJitCompilerOption()
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
| | | | | | 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 - Remove eager instantiation - Debug follow upGaming4JC2020-07-11
| | | | | | | The added debug assertion did not take into account microtask refactoring done in BZ 1405821. Resulting in error: no member named 'IsInMicroTask' in 'nsContentUtils'. This resolves the error.
* Issue #618 - Remove eager instantiationMoonchild2020-07-04
| | | | | This backs out the stuff added in Bug 1295978. Ref: BZ 1295978, 1388728
* Issue #618 - Match JSAPI names with the changes in ↵Moonchild2020-07-03
| | | | | | 9ca74147225eed305e28c7887f9b2251aeeb0f36 Ref: BZ 1388728
* Issue #80 - De-unify dom/baseMatt A. Tobin2020-04-17
| | | | Tag #1375
* Bug 1405821 - Move microtask handling to CycleCollectedJSContextGaming4JC2020-01-26
| | | | Tag UXP Issue #1344
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02