summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/EventTarget.h
AgeCommit message (Expand)Author
2021-09-25LibWeb: Provide a default DOM::EventTarget::dispatch_event()Andreas Kling
2021-09-19LibWeb: Move `onfoo` attribute handling to EventTargetAndreas Kling
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-05-04LibWeb: Implement EventTarget.dispatchEventLuke
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10LibWeb: Support nullable EventListener parameters in WrapperGeneratorLinus Groh
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-01-18LibWeb: Make the Window object "inherit" from EventTarget :^)Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling