Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop generating a parser.out file in the source. | Ms2ger | 2016-03-01 | 1 | -1/+2 |
| | |||||
* | Implement [LegacyUnenumerableNamedProperties] in the WebIDL parser | Anthony Ramine | 2016-02-23 | 1 | -1/+8 |
| | | | | http://github.com/heycam/webidl/issues/82 | ||||
* | Add mach test-webidl command | Shing Lyu | 2016-01-29 | 1 | -0/+16 |
| | |||||
* | Update WebIDL parser | Anthony Ramine | 2015-12-15 | 1 | -275/+333 |
| | |||||
* | Remove all our local patches to the WebIDL parser | Anthony Ramine | 2015-12-15 | 1 | -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 interfaces | Anthony Ramine | 2015-09-13 | 1 | -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 parser | Anthony Ramine | 2015-08-16 | 1 | -413/+1098 |
| | |||||
* | Support default values for restricted float members (fixes #7217) | Anthony Ramine | 2015-08-15 | 1 | -3/+2 |
| | |||||
* | Update the WebIDL parser. | Ms2ger | 2015-03-13 | 1 | -98/+328 |
| | |||||
* | Add support for BinaryName attribute to servo's codegen (fixes #4435) r=jdm | Chris Manchester | 2015-02-27 | 1 | -2/+4 |
| | |||||
* | Add KeyboardEvent stub. | Josh Matthews | 2014-11-13 | 1 | -0/+3 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+5583 |