summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLBRElement.idl
AgeCommit message (Collapse)Author
2023-04-06LibWeb: Add a bunch of missing CEReactionsLuke 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-23LibWeb: Add missing constructors to HTMLElement IDLsSrikavin Ramkumar
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew 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-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling