DOM bindings: Autogenerate list of prototypes and binding registration goop.

This commit is contained in:
Josh Matthews 2013-07-11 01:22:00 -04:00
parent 65f9aefb78
commit 4f24ef1619
12 changed files with 262 additions and 84 deletions

View file

@ -34,6 +34,7 @@ pub mod dom {
pub mod proxyhandler;
pub mod domparser;
pub mod codegen {
pub mod BlobBinding;
pub mod ClientRectBinding;
pub mod ClientRectListBinding;
pub mod DOMParserBinding;
@ -42,7 +43,10 @@ pub mod dom {
pub mod FormDataBinding;
pub mod HTMLCollectionBinding;
pub mod MouseEventBinding;
pub mod PrototypeList;
pub mod RegisterBindings;
pub mod UIEventBinding;
pub mod WindowProxyBinding;
}
}
pub mod blob;