Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-06 | LibWeb: Add a bunch of missing CEReactions | Luke Wilde | |
This is almost guaranteed not to be all CEReactions we need to add, but this puts us in a much better situation. | |||
2023-03-23 | LibWeb: Add missing constructors to HTMLElement IDLs | Srikavin Ramkumar | |
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-03 | LibWeb: Implement HTMLImageElement.complete | Andreas Kling | |
This was fairly straightforward, although a small part had to be ad-hoc since we don't yet load images through Fetch. With this, we can now see annotation labels on deskto.ps :^) | |||
2022-04-12 | LibWeb: Bring HTMLImageElement closer to spec | Igor Pissolati | |
2022-02-25 | LibWeb: Implement HTMLImageElement.width and HTMLImageElement.height | Andreas Kling | |
2022-02-16 | LibWeb: Add imports to all IDL files that depend on others | Ali Mohammad Pur | |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |