servo/components/script/dom/bindings/codegen
Josh Matthews 9ef848b65e Support sequences of sequences in generated bindings.
unroll recursively gets the inner type of any sequence type encountered, so it's inappropriate for codegen that only wants the immediate inner type. However, if a type identifies as a sequence and is nullable, we need to reach through the nullable wrapper first. Gecko does very similar things.
2016-07-21 10:26:57 -04:00
..
parser webidl: Apply and update debug.patch, remove abstract.patch which was already upstream. 2016-07-12 14:07:03 -07:00
ply Cargoify servo 2014-09-08 20:21:42 -06:00
BindingGen.py Remove unused command-line Python codegen arguments 2016-01-07 08:51:06 -05:00
Bindings.conf Support WindowProxy return values in bindings 2016-06-09 23:42:27 +02:00
CodegenRust.py Support sequences of sequences in generated bindings. 2016-07-21 10:26:57 -04:00
Configuration.py Implement the [Exposed] extended attribute on interfaces. 2016-07-12 13:06:56 +02:00
GlobalGen.py Lazily define interface objects on globals (fixes #6419) 2016-02-25 15:56:47 +01:00