mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Implement WebIDL method overloads. Fixes #540.
This commit is contained in:
parent
213d9a011a
commit
eb95d82fe6
11 changed files with 281 additions and 74 deletions
|
@ -38,6 +38,7 @@ pub mod dom {
|
|||
pub mod clientrectlist;
|
||||
pub mod domparser;
|
||||
pub mod htmlcollection;
|
||||
pub mod formdata;
|
||||
pub mod codegen {
|
||||
pub mod ClientRectBinding;
|
||||
pub mod ClientRectListBinding;
|
||||
|
@ -45,8 +46,10 @@ pub mod dom {
|
|||
pub mod EventBinding;
|
||||
pub mod EventTargetBinding;
|
||||
pub mod HTMLCollectionBinding;
|
||||
pub mod FormDataBinding;
|
||||
}
|
||||
}
|
||||
pub mod blob;
|
||||
pub mod characterdata;
|
||||
pub mod clientrect;
|
||||
pub mod clientrectlist;
|
||||
|
@ -55,6 +58,7 @@ pub mod dom {
|
|||
pub mod element;
|
||||
pub mod event;
|
||||
pub mod eventtarget;
|
||||
pub mod formdata;
|
||||
pub mod htmlcollection;
|
||||
pub mod node;
|
||||
pub mod window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue