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-10-29 | LibWeb: Don't invalidate layout when setting .innerHTML on <template> | Andreas Kling |
2022-10-01 | LibWeb: Remove unecessary dependence on Window from DOM and WebIDL | Andrew Kaster |
2022-09-25 | LibWeb: Move ExceptionOr from DOM/ to WebIDL/ | Linus Groh |
2022-09-20 | LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-03-22 | LibWeb: Convert InnerHTML to use TRY for error propagation | Linus Groh |
2021-10-06 | LibWeb: Clean up static function in header | Ben Wiederhake |