index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
DOM
/
EventDispatcher.cpp
Age
Commit message (
Expand
)
Author
2022-09-24
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
Linus Groh
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-20
LibWeb: Fix various spec comment inconsistencies
Linus Groh
2022-04-20
LibWeb: Add spec comments to EventDispatcher
stelar7
2022-04-13
LibWeb: Use Vector::in_reverse() in DOM::EventDispatcher
Andreas Kling
2022-03-16
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
sin-ack
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-19
LibWeb: Shrink DOM::EventTarget by 80 bytes
Andreas Kling
2022-02-16
LibWeb: Separate "event listener" from "EventListener"
Andreas Kling
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-02
LibWeb: Check target's root instead of target itself in EventDispatcher
Luke Wilde
2021-09-02
LibWeb: Make Node::root return a reference
Luke Wilde
2021-09-02
LibWeb: Add missing shadow including ancestor checks in EventDispatcher
Luke Wilde
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-04-24
LibJS: Add VM::on_call_stack_emptied callback
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-02
LibWeb: Run queued promise jobs after callbacks
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling