summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/CustomEvent.idl
AgeCommit message (Expand)Author
2022-09-06LibWeb: Remove the NoInstanceWrapper extended IDL attributeAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2021-10-01LibWeb: Use the LibWeb source directory as the IDL #import base pathIdan Horowitz
2021-09-29LibWeb: Add the missing CustomEvent IDL constructorIdan Horowitz
2021-09-27LibWeb: Add initial support for CustomEventLuke Wilde