summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Event.idl
AgeCommit message (Expand)Author
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event 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-06-18LibWeb: Rename Event.srcTarget to Event.srcElementLuke Wilde
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2021-10-19LibWeb: Add Event.eventPhase constantsLuke Wilde
2021-10-17LibWeb: Implement Event.composedPathLuke Wilde
2021-10-11LibWeb: Add Event.timeStampAndreas Kling
2021-09-29LibWeb: Add the missing EventInit property to Event constructorIdan Horowitz
2021-04-11LibWeb: Add Event.initEventLuke
2021-02-17LibWeb: Add constructor to Event IDL interfaceLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling