summaryrefslogtreecommitdiffstats
path: root/dom/bindings/BindingUtils.cpp
Commit message (Collapse)AuthorAgeLines
* Bug 1392970 - Part 1: Make CustomElementDefinition ref-counted and put it in ↵Gaming4JC2020-01-26-0/+2
| | | | | | CustomElementData. Tag UXP Issue #1344
* Bug 1299363 - Part 2: Allow prototype swizzling in html constructor.Gaming4JC2020-01-26-2/+18
| | | | Tag UXP Issue #1344
* Bug 1299363 - Part 1: Implement construction stack.Gaming4JC2020-01-26-11/+26
| | | | Tag UXP Issue #1344
* Bug 1359346 - Implement custom element state;Gaming4JC2020-01-26-0/+3
| | | | | | https://dom.spec.whatwg.org/#concept-element-custom-element-state Tag UXP Issue #1344
* Bug 1309147 - Part 3: Implement the support for CEReactions in Codegen.Gaming4JC2020-01-26-0/+23
| | | | Tag UXP Issue #1344
* Bug 1274159 - Part 2-2: Support HTMLConstructor WebIDL extended attribute ↵Gaming4JC2020-01-26-0/+153
| | | | | | for custom elements; Tag UXP Issue #1344
* Issue #1322 - Part 1: Remove the DOM Promise guts.wolfbeast2019-12-19-37/+0
| | | | This removes all the parts guarded by SPIDERMONKEY_PROMISE
* Issue #1257 - Part1: Remove watch class-hook and proxy trap.wolfbeast2019-10-26-2/+0
|
* 1333045 - Update Location object properties to current spec.Gaming4JC2019-07-18-8/+0
| | | | | | | Specifically, three changes: 1) valueOf should be non-enumerable. 2) valueOf should be === to Object.prototype.valueOf. 3) There should be no toJSON.
* Add ConvertJSValueTo*String functions that just take a value and hand out a ↵JustOff2019-03-13-5/+5
| | | | string, without extra complications
* Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (Part 2)trav902018-08-10-2/+2
|
* Bug 1411415.wolfbeast2018-04-29-10/+10
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3549