servo/components/script/dom/bindings/codegen/parser
Anthony Ramine 5a42bb58f9 Implement [Inline] interfaces
Inline interfaces just appear as a Rust type and in the TypeId hierarchy.
They are completely invisible on the JS side.
2016-10-06 20:59:08 +02:00
..
tests Update the WebIDL parser 2016-09-26 13:17:12 +02:00
abstract.patch Restore abstract.patch which was mistakenly removed 2016-08-26 00:55:47 +02:00
callback-location.patch Update the WebIDL parser 2016-08-26 00:56:08 +02:00
debug.patch webidl: Apply and update debug.patch, remove abstract.patch which was already upstream. 2016-07-12 14:07:03 -07:00
inline.patch Implement [Inline] interfaces 2016-10-06 20:59:08 +02:00
pref-main-thread.patch Update the WebIDL parser 2016-08-26 00:56:08 +02:00
README Cargoify servo 2014-09-08 20:21:42 -06:00
runtests.py Add mach test-webidl command 2016-01-29 21:12:21 +08:00
union-typedef.patch Properly keep track of our union typedef support in WebIDL.py 2016-09-26 13:08:17 +02:00
update.sh Implement [Inline] interfaces 2016-10-06 20:59:08 +02:00
UPSTREAM Cargoify servo 2014-09-08 20:21:42 -06:00
WebIDL.py Implement [Inline] interfaces 2016-10-06 20:59:08 +02:00

A WebIDL parser written in Python to be used in Mozilla.