Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |