Age | Commit message (Expand) | Author |
---|---|---|
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-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-09-25 | LibWeb: Move ExceptionOr from DOM/ to WebIDL/ | Linus Groh |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-03-22 | LibWeb: Convert NodeOperations to use TRY for error propagation | Linus Groh |
2022-01-31 | LibWeb: Implement ParentNode.prepend | Luke Wilde |