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
/
Event.cpp
Age
Commit message (
Expand
)
Author
2023-04-07
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
2023-02-02
LibWeb: Make ShadowRoot.mode return ShadowRootMode instead of String
Karol Kosek
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-09-13
LibWeb: Add a visit_edges for DOM/Event
Hendiadyoin1
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
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-04-20
LibWeb: Add spec comments to Event
stelar7
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-10-17
LibWeb: Implement Event.composedPath
Luke Wilde
2021-10-11
LibWeb: Add Event.timeStamp
Andreas Kling
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
LibWeb: Add Event.initEvent
Luke
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling