summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/GlobalEventHandlers.h
AgeCommit message (Expand)Author
2023-04-07LibWeb: Correct casing of webkitTransitionEnd and webkitAnimation*Kenneth Myhra
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-04-06LibWeb: Move string literals to {HTML,UIEvents}::EventNames.hKenneth Myhra
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-06-29LibWeb: Only make certain <body> and <frameset> events apply to WindowLuke Wilde
2022-02-08LibWeb: Rewrite EventTarget to more closely match the specLuke Wilde
2021-09-19LibWeb: Move `onfoo` attribute handling to EventTargetAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20LibWeb: Use correct event name for the onmousemove global event handlerIdan Horowitz
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-02-03LibWeb: Add enumerator macro for all the "global event handlers"Andreas Kling