summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/EventHandler.h
AgeCommit message (Expand)Author
2022-02-16LibWeb: Separate "event listener" from "EventListener"Andreas Kling
2022-02-08LibWeb: Rewrite EventTarget to more closely match the specLuke Wilde
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling