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.cpp
Age
Commit message (
Expand
)
Author
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-08-23
LibWeb: Restore realm retrieval from 'this' in activate_event_handler()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
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-20
LibWeb: Add spec comments to EventTarget
stelar7
2022-03-27
LibWeb: Ensure lazy WindowObject creation when activating event handler
Linus Groh
2022-03-24
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
Timothy Flynn
2022-03-22
LibWeb: Fix crash when removing event listeners
Jamie Mansfield
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-20
LibWeb: Add support for the options variant of {add,remove}EventListener
Luke Wilde
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-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2022-01-24
LibWeb: Resolve a FIXME when determining target of an event handler
Andreas Kling
2022-01-19
LibJS: Pass source text to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-16
LibJS: Rename FunctionKind::{Regular => Normal}
Linus Groh
2021-10-20
LibJS: Add PrivateEnvironment
davidot
2021-09-26
LibWeb: Mark event listeners generated by event handler attributes
Andreas Kling
2021-09-25
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
Andreas Kling
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-09-19
LibWeb: Replace ScriptExecutionContext::interpreter() with realm()
Andreas Kling
2021-09-19
LibWeb: Implement basic retargeting of body/frameset event handlers
Andreas Kling
2021-09-19
LibWeb: Move `onfoo` attribute handling to EventTarget
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-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling