summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/SubmitEvent.idl
AgeCommit message (Expand)Author
2023-03-05LibWeb: Port SubmitEvent to new StringKenneth Myhra
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-09-06LibWeb: Remove the NoInstanceWrapper extended IDL attributeAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2021-10-01LibWeb: Add the missing SubmitEvent IDL constructorIdan Horowitz
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling