Age | Commit message (Expand) | Author |
---|---|---|
2020-08-20 | LibWeb: Crash instead of spinning if parse_drawto fails to match | Luke |
2020-08-12 | LibWeb: Initialize tag/attribute name globals in init-time constructors | Andreas Kling |
2020-08-02 | LibWeb: Fix some SVG crashes/hangs | Matthew Olsson |
2020-07-27 | LibGfx: Templatize Point, Size, and Rect | Matthew Olsson |
2020-07-26 | LibWeb: Move CSS classes into the Web::CSS namespace | Andreas Kling |
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling |
2020-07-26 | LibWeb: Make SVGElement and SVGGeometryElement constructors protected | Andreas Kling |
2020-07-26 | LibWeb: Simplify type traits for SVGGraphicsElement | Andreas Kling |
2020-07-26 | LibWeb: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-07-26 | LibWeb: Move HTML object model stuff into LibWeb/HTML/ | Andreas Kling |
2020-07-26 | LibWeb: Refactor SVG files into their own directory; follow spec layout | Matthew Olsson |