Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a top-level "third_party" directory | Martin Robinson | 2023-06-30 | 1 | -10/+0 |
| | | | | | | | This directory now contains third_party software that is vendored into the Servo source tree. The idea is that it would eventually hold webrender and other crates from mozilla-central as well with a standard patch management approach for each. | ||||
* | Fix WebIDL.py patches | sagudev | 2023-02-19 | 1 | -8/+6 |
| | |||||
* | Update WebIDL parser | Kagami Sascha Rosylight | 2019-08-16 | 1 | -1/+1 |
| | |||||
* | Sync WebIDL.py with gecko | Kagami Sascha Rosylight | 2019-07-12 | 1 | -5/+5 |
| | |||||
* | Update webidl.py from upstream | Manish Goregaokar | 2019-03-01 | 1 | -5/+5 |
| | |||||
* | Update the WebIDL parser | Anthony Ramine | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | Update the WebIDL parser | Anthony Ramine | 2018-04-03 | 1 | -3/+3 |
| | |||||
* | Restore abstract.patch which was mistakenly removed | Anthony Ramine | 2016-08-26 | 1 | -0/+12 |
| | |||||
* | webidl: Apply and update debug.patch, remove abstract.patch which was ↵ | Emilio Cobos Álvarez | 2016-07-12 | 1 | -12/+0 |
| | | | | already upstream. | ||||
* | Update the WebIDL parser | Anthony Ramine | 2016-05-18 | 1 | -4/+4 |
| | |||||
* | Add mach test-webidl command | Shing Lyu | 2016-01-29 | 1 | -4/+4 |
| | |||||
* | Introduce [Abstract] to mark non-leaf interfaces | Anthony Ramine | 2015-09-13 | 1 | -0/+12 |
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. |