mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Generate DOM bindings for UIEvent and MouseEvent.
This commit is contained in:
parent
8787c1ac1f
commit
65f9aefb78
12 changed files with 601 additions and 22 deletions
|
@ -39,8 +39,10 @@ pub mod dom {
|
|||
pub mod DOMParserBinding;
|
||||
pub mod EventBinding;
|
||||
pub mod EventTargetBinding;
|
||||
pub mod HTMLCollectionBinding;
|
||||
pub mod FormDataBinding;
|
||||
pub mod HTMLCollectionBinding;
|
||||
pub mod MouseEventBinding;
|
||||
pub mod UIEventBinding;
|
||||
}
|
||||
}
|
||||
pub mod blob;
|
||||
|
@ -54,8 +56,11 @@ pub mod dom {
|
|||
pub mod eventtarget;
|
||||
pub mod formdata;
|
||||
pub mod htmlcollection;
|
||||
pub mod mouseevent;
|
||||
pub mod node;
|
||||
pub mod uievent;
|
||||
pub mod window;
|
||||
pub mod windowproxy;
|
||||
}
|
||||
|
||||
pub mod html {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue