Age | Commit message (Expand) | Author |
---|---|---|
2023-03-15 | LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr | Matthew Olsson |
2023-02-18 | LibWeb: Make factory method of DOM::StaticNodeList fallible | Kenneth Myhra |
2023-01-29 | LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate | 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 DOM and WebIDL | Andrew Kaster |
2022-09-06 | LibWeb: Make NodeList GC-allocated | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2021-10-03 | LibWeb: Add support for NodeList | Luke Wilde |