Implement JSManaged for DOM objects.

This commit is contained in:
Josh Matthews 2013-11-30 21:04:49 +01:00
parent 061269f963
commit 625325434b
137 changed files with 3644 additions and 2778 deletions

View file

@ -26,15 +26,17 @@ mod macros;
pub mod dom {
pub mod bindings {
pub mod js;
pub mod element;
pub mod node;
pub mod utils;
pub mod callback;
pub mod conversions;
pub mod proxyhandler;
pub mod trace;
pub mod codegen {
pub use self::BindingDeclarations::*;
pub mod InterfaceTypes;
pub mod InheritTypes;
pub mod PrototypeList;
pub mod RegisterBindings;
pub mod BindingDeclarations;