summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Event.h
AgeCommit message (Expand)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
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-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
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