Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-09 | LibWeb: Add Exposed attribute and IDL spec links where missing | Andrew Kaster | |
The intent is to use these to autogenerate prototype declarations for Window and WorkerGlobalScope classes. And the spec links are just nice to have :^) | |||
2022-10-06 | LibWeb: Implement DOMPoint/DOMPointReadOnly.fromPoint() | Sam Atkins | |
2022-10-06 | LibWeb: Correct types in DOMPoint IDL files, and add FIXMEs | Sam Atkins | |
Also, the `w` parameters for the constructor default to 1, not 0. | |||
2022-07-12 | LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnly | Andreas Kling | |