Age | Commit message (Expand) | Author |
---|---|---|
2022-10-01 | LibWeb: Remove unecessary dependence on Window from SVG classes | Andrew Kaster |
2022-09-06 | LibWeb: Use cached_web_prototype() as much as possible | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-02-19 | LibWeb: Move QualifiedName into the Web::DOM namespace | Andreas Kling |
2022-02-11 | LibWeb: Add SVG `<polyline>` element and test case :^) | Sam Atkins |