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
/
EventTarget.h
Age
Commit message (
Expand
)
Author
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move CallbackType from Bindings/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() 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-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
sin-ack
2022-02-20
LibWeb: Add support for the options variant of {add,remove}EventListener
Luke Wilde
2022-02-19
LibWeb: Shrink DOM::EventTarget by 80 bytes
Andreas Kling
2022-02-16
LibWeb: Support "useCapture" parameter to add/removeEventListener
Andreas Kling
2022-02-16
LibWeb: Separate "event listener" from "EventListener"
Andreas Kling
2022-02-15
LibWeb: Add EventTarget::run_activation_behavior()
Andreas Kling
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-02-06
LibWeb: Move is_focusable() virtual from Element to EventTarget
Andreas Kling
2021-09-25
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
Andreas Kling
2021-09-19
LibWeb: Move `onfoo` attribute handling to EventTarget
Andreas Kling
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-05-04
LibWeb: Implement EventTarget.dispatchEvent
Luke
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-10
LibWeb: Support nullable EventListener parameters in WrapperGenerator
Linus Groh
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-01-18
LibWeb: Make the Window object "inherit" from EventTarget :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling