Port modern callback handling code from Gecko, and copy related WebIDL parser bits too.

This commit is contained in:
Josh Matthews 2014-04-22 17:14:48 -04:00 committed by Ms2ger
parent 04931adf70
commit 003e5bcd46
18 changed files with 442 additions and 223 deletions

View file

@ -48,6 +48,7 @@ pub mod dom {
pub mod str;
pub mod trace;
pub mod codegen {
pub mod EventHandlerBinding;
pub mod InterfaceTypes;
pub mod InheritTypes;
pub mod PrototypeList;