aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/WebIDL.py
Commit message (Collapse)AuthorAgeFilesLines
* Stop generating a parser.out file in the source.Ms2ger2016-03-011-1/+2
|
* Implement [LegacyUnenumerableNamedProperties] in the WebIDL parserAnthony Ramine2016-02-231-1/+8
| | | | http://github.com/heycam/webidl/issues/82
* Add mach test-webidl commandShing Lyu2016-01-291-0/+16
|
* Update WebIDL parserAnthony Ramine2015-12-151-275/+333
|
* Remove all our local patches to the WebIDL parserAnthony Ramine2015-12-151-8/+40
| | | | | All the tweaks we need can just be made through Configuration.py, and [Abstract] is being submitted upstream by Ms2ger.
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-1/+2
| | | | | | | Some interfaces like Node, CharacterData and HTMLTableCellElement are never instantiated directly, only their descendant interfaces are. Those are marked with [Abstract] to set their type_id to None instead of having dummy values in the TypeId enums.
* Update WebIDL parserAnthony Ramine2015-08-161-413/+1098
|
* Support default values for restricted float members (fixes #7217)Anthony Ramine2015-08-151-3/+2
|
* Update the WebIDL parser.Ms2ger2015-03-131-98/+328
|
* Add support for BinaryName attribute to servo's codegen (fixes #4435) r=jdmChris Manchester2015-02-271-2/+4
|
* Add KeyboardEvent stub.Josh Matthews2014-11-131-0/+3
|
* Cargoify servoJack Moffitt2014-09-081-0/+5583