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
/
ResizeObserver
Age
Commit message (
Expand
)
Author
2023-02-22
LibWeb: Make factory method of ResizeObserver::ResizeObserver fallible
Kenneth Myhra
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 setting of Web object prototypes to initialize()
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from assorted classes
Andrew Kaster
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: Make ResizeObserver GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-04-02
LibWeb: Add the ResizeObserverBoxOptions IDL enum
Idan Horowitz
2022-03-31
LibWeb: Use a callback function in ResizeObserver IDL
Idan Horowitz
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2021-10-11
LibWeb: Stub out a basic ResizeObserver interface
Andreas Kling