summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/EventDispatcher.cpp
AgeCommit message (Expand)Author
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-20LibWeb: Fix various spec comment inconsistenciesLinus Groh
2022-04-20LibWeb: Add spec comments to EventDispatcherstelar7
2022-04-13LibWeb: Use Vector::in_reverse() in DOM::EventDispatcherAndreas Kling
2022-03-16LibWeb: Refactor all LabelableNode subclasses + input event handling :^)sin-ack
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-19LibWeb: Shrink DOM::EventTarget by 80 bytesAndreas Kling
2022-02-16LibWeb: Separate "event listener" from "EventListener"Andreas Kling
2022-02-08LibWeb: Rewrite EventTarget to more closely match the specLuke Wilde
2022-02-08LibJS+Everywhere: Remove VM::exception() and most related functionsdavidot
2022-01-23Everywhere: Convert VM::call() to JS::call()mjz19910
2021-09-09LibWeb: Rename DOM::Window::document() => associated_document()Andreas Kling
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-02LibWeb: Check target's root instead of target itself in EventDispatcherLuke Wilde
2021-09-02LibWeb: Make Node::root return a referenceLuke Wilde
2021-09-02LibWeb: Add missing shadow including ancestor checks in EventDispatcherLuke Wilde
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-04-24LibJS: Add VM::on_call_stack_emptied callbackLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-02LibWeb: Run queued promise jobs after callbacksLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling