summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Event.cpp
AgeCommit message (Expand)Author
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-09-13LibWeb: Add a visit_edges for DOM/EventHendiadyoin1
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-04-20LibWeb: Add spec comments to Eventstelar7
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-10-17LibWeb: Implement Event.composedPathLuke Wilde
2021-10-11LibWeb: Add Event.timeStampAndreas Kling
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11LibWeb: Add Event.initEventLuke
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling