mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
DOM bindings: Autogenerate list of prototypes and binding registration goop.
This commit is contained in:
parent
65f9aefb78
commit
4f24ef1619
12 changed files with 262 additions and 84 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue