aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/abstract.patch
Commit message (Collapse)AuthorAgeFilesLines
* Create a top-level "third_party" directoryMartin Robinson2023-06-301-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 patchessagudev2023-02-191-8/+6
|
* Update WebIDL parserKagami Sascha Rosylight2019-08-161-1/+1
|
* Sync WebIDL.py with geckoKagami Sascha Rosylight2019-07-121-5/+5
|
* Update webidl.py from upstreamManish Goregaokar2019-03-011-5/+5
|
* Update the WebIDL parserAnthony Ramine2018-09-141-1/+1
|
* Update the WebIDL parserAnthony Ramine2018-04-031-3/+3
|
* Restore abstract.patch which was mistakenly removedAnthony Ramine2016-08-261-0/+12
|
* webidl: Apply and update debug.patch, remove abstract.patch which was ↵Emilio Cobos Álvarez2016-07-121-12/+0
| | | | already upstream.
* Update the WebIDL parserAnthony Ramine2016-05-181-4/+4
|
* Add mach test-webidl commandShing Lyu2016-01-291-4/+4
|
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-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.