Age | Commit message (Expand) | Author |
---|---|---|
2023-02-18 | LibWeb: Make factory method of DOM::NodeIterator fallible | Kenneth Myhra |
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 |
2022-10-20 | LibWeb: Add GC finalizer to DOM::NodeIterator | Andreas Kling |
2022-09-21 | LibWeb: Remove WRAPPER_HACK() macro | Linus Groh |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Make NodeIterator GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Move event listeners, handlers and callbacks to the GC heap | Andreas Kling |
2022-03-23 | LibWeb: Make NodeIterator behave like other browser engines | Andreas Kling |
2022-03-09 | LibWeb: Implement "NodeIterator pre-removing steps" | Andreas Kling |
2022-03-09 | LibWeb: Add basic support for DOM's NodeIterator and NodeFilter | Andreas Kling |