summaryrefslogtreecommitdiffstats
path: root/dom/bindings/BindingUtils.h
Commit message (Collapse)AuthorAgeLines
* Issue #1224 - Remove constant expressions from /domMoonchild2020-09-17-6/+6
| | | | | This excludes DOMProxy handlers in dom bindings because that's intertwined with codegen and js that needs to be handled together.
* Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]Matt A. Tobin2020-04-17-6/+0
| | | | Tag #1375
* Bug 1299363 - Part 2: Allow prototype swizzling in html constructor.Gaming4JC2020-01-26-1/+1
| | | | Tag UXP Issue #1344
* Bug 1309147 - Part 3: Implement the support for CEReactions in Codegen.Gaming4JC2020-01-26-0/+7
| | | | Tag UXP Issue #1344
* Bug 1274159 - Part 2-2: Support HTMLConstructor WebIDL extended attribute ↵Gaming4JC2020-01-26-0/+8
| | | | | | for custom elements; Tag UXP Issue #1344
* 1333045 - Update Location object properties to current spec.Gaming4JC2019-07-18-3/+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-2/+28
| | | | string, without extra complications
* Rename the MozMap C++ type to "record" and give it a template parameter for ↵JustOff2019-03-13-30/+31
| | | | the key type
* Change the MozMap API and data storage to more what we want record<> to look ↵JustOff2019-03-13-11/+5
| | | | like
* memset only the underlying vector from the Array containertrav902018-08-18-1/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3441