mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
DOMRectList interface implementation (#34025)
* rechecking all file changes and additions Signed-off-by: L Ashwin B <lashwinib@gmail.com> * added comments with specification links Signed-off-by: L Ashwin B <lashwinib@gmail.com> * added space before the links Signed-off-by: L Ashwin B <lashwinib@gmail.com> * modified the doc link format Signed-off-by: L Ashwin B <lashwinib@gmail.com> * suggested changes + updated interfaces.https.html + updated passing test expectations Signed-off-by: L Ashwin B <lashwinib@gmail.com> * needed to do an update-manifest Signed-off-by: L Ashwin B <lashwinib@gmail.com> * updated the idlharness.any.html expectations Signed-off-by: L Ashwin B <lashwinib@gmail.com> --------- Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
d2c4448ac8
commit
257f4b84db
10 changed files with 86 additions and 42 deletions
|
@ -294,6 +294,7 @@ pub mod dompoint;
|
|||
pub mod dompointreadonly;
|
||||
pub mod domquad;
|
||||
pub mod domrect;
|
||||
pub mod domrectlist;
|
||||
pub mod domrectreadonly;
|
||||
pub mod domstringlist;
|
||||
pub mod domstringmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue