summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Event.idl
AgeCommit message (Expand)Author
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