aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/inline.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-2/+2
|
* Update webidl.py from upstreamManish Goregaokar2019-03-011-3/+3
|
* Update the WebIDL parserAnthony Ramine2018-09-141-1/+1
|
* Implement [Inline] interfacesAnthony Ramine2016-10-061-0/+12
Inline interfaces just appear as a Rust type and in the TypeId hierarchy. They are completely invisible on the JS side.