Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-12 | LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnly | Andreas Kling | |
2022-02-16 | LibWeb: Add imports to all IDL files that depend on others | Ali Mohammad Pur | |
2022-02-12 | LibWeb: Implement Geometry::DOMRectList | DerpyCrabs | |
Implement DOMRectList that is used as a return type of getClientRects functions on Element and Range. | |||
2021-10-08 | LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it | Andreas Kling | |
This matches the class hierarchy of the CSS Geometry Interfaces Module. | |||
2021-09-27 | LibWeb: Add DOMRect and Element.getBoundingClientRect() | Andreas Kling | |
This marks our entry into the Web::Geometry namespace, based on the "Geometry" spec at https://drafts.fxtf.org/geometry/ |