Age | Commit message (Expand) | Author |
---|---|---|
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 |