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
2023-06-01
LibWeb: Set `last activation timestamp` on the window
stelar7
2023-05-04
LibWeb: Implement the EventTarget constructor
Luke Wilde
2023-04-09
LibWeb: Port DOMEventListener to new FlyString
Kenneth Myhra
2023-04-09
LibWeb: Port EventTarget to new {Fly}String
Kenneth Myhra
2023-04-07
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
Kenneth Myhra
2023-04-06
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
Kenneth Myhra
2023-03-18
LibWeb: Fix bogus callback comparisons in EventTarget
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-07
LibWeb: Add function to EventTarget that says if it has any listeners
Luke Wilde
2023-02-22
LibWeb: Make factory methods of IDLEventListener and NodeFilter fallible
Kenneth Myhra
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-16
LibJS: Convert new_object_environment() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-10-26
LibWeb: Convert DOM::AbortSignal to use JS::SafeFunction
Luke Wilde
2022-10-24
LibWeb: Add EventTarget::has_event_listener(FlyString type)
Andreas Kling
2022-10-21
Revert "LibWeb: Prevent world leak when activating event handler"
Andreas Kling
2022-10-20
LibWeb: Prevent world leak when activating event handler
Andreas Kling
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move CallbackType 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: Remove some unnecessary use of the internal realm in EventTarget
Andreas Kling
2022-09-06
LibWeb: Stop using Bindings::wrap() in a bunch of places
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
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: 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
[next]