summaryrefslogtreecommitdiffstats
path: root/dom/bindings/Codegen.py
Commit message (Collapse)AuthorAgeLines
* Directly assign PrimitiveConversions.h to the generated binding of ↵Matt A. Tobin2020-02-08-0/+6
| | | | | | | | KeyframeAnimationOptions. This is a hack to deal UnifiedBindings trying to deal with an incomplete codegen implementation so it was worked around with a hack back in Firefox 30-something. If we have anymore of this non-sense crop up as stuff is added or removed from DOM then extend this conditional. Least until something better comes along.
* Bug 1415761 - Catch the exception and rethrow it after invoking custom ↵Gaming4JC2020-01-26-1/+1
| | | | | | | | elements reactions; The spec was unclear on how CEReactions interact with thrown exceptions; see https://github.com/whatwg/html/issues/3217. The spec is now being clarified in https://github.com/whatwg/html/pull/3235. Tag UXP Issue #1344
* 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/+17
| | | | Tag UXP Issue #1344
* Bug 1309147 - Part 2: Add the name of 'this' value's JSObject* for codegen ↵Gaming4JC2020-01-26-2/+3
| | | | | | to generate CEReaction code. Tag UXP Issue #1344
* Bug 1274159 - Part 2-2: Support HTMLConstructor WebIDL extended attribute ↵Gaming4JC2020-01-26-24/+108
| | | | | | for custom elements; Tag UXP Issue #1344
* Issue #1322 - Part 3: Remove DOM promise interface gunkwolfbeast2019-12-19-221/+227
| | | | Based on work by Boris Zbarsky
* Issue #1322 - Part 1: Remove the DOM Promise guts.wolfbeast2019-12-19-39/+1
| | | | This removes all the parts guarded by SPIDERMONKEY_PROMISE
* Issue #1257 - Part1: Remove watch class-hook and proxy trap.wolfbeast2019-10-26-3/+3
|
* 1333045 - Update Location object properties to current spec.Gaming4JC2019-07-18-10/+5
| | | | | | | Specifically, three changes: 1) valueOf should be non-enumerable. 2) valueOf should be === to Object.prototype.valueOf. 3) There should be no toJSON.
* Align IDL record to C++ conversion with the spec when Symbol-named ↵JustOff2019-03-13-5/+3
| | | | properties are involved
* Implement the spec provision for handling repeated keys in records by ↵JustOff2019-03-13-9/+35
| | | | updating the existing value
* Actually change the key type of a record, and its corresponding conversion ↵JustOff2019-03-13-9/+39
| | | | behavior, depending on what the IDL says
* Add ConvertJSValueTo*String functions that just take a value and hand out a ↵JustOff2019-03-13-1/+1
| | | | string, without extra complications
* Rename the MozMap C++ type to "record" and give it a template parameter for ↵JustOff2019-03-13-75/+94
| | | | the key type
* Rename "MozMap" to "record" in our IDL parser and IDL filesJustOff2019-03-13-21/+21
|
* Change JS to MozMap conversion to more closely follow the record<> specJustOff2019-03-13-6/+24
|
* Fix up some minor issues with default value handling in codegenJustOff2019-03-13-5/+9
|
* Change the MozMap API and data storage to more what we want record<> to look ↵JustOff2019-03-13-27/+24
| | | | like
* Support string default values for unions containing USVStringJustOff2019-03-13-1/+3
|
* Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-1/+0
|
* moebius#161: The Performance Resource Timing (make timestamps be relative to ↵janekptacijarabaci2018-04-29-0/+14
| | | | | | startTime) https://github.com/MoonchildProductions/moebius/pull/161
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+17364