1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 01:37:35 +00:00
serenity/Libraries/LibWeb/SVG
Luke 65afb40fc5 LibWeb: Crash instead of spinning if parse_drawto fails to match
If parse_drawto fails to match anything, it will spin forever.
Instead, print out the character that failed to match and assert
false.
2020-08-20 16:31:13 +02:00
..
SVGElement.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
SVGElement.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
SVGGeometryElement.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
SVGGeometryElement.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
SVGGraphicsElement.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
SVGGraphicsElement.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
SVGPathElement.cpp LibWeb: Crash instead of spinning if parse_drawto fails to match 2020-08-20 16:31:13 +02:00
SVGPathElement.h LibWeb: Fix some SVG crashes/hangs 2020-08-02 19:16:40 +02:00
SVGSVGElement.cpp LibGfx: Templatize Point, Size, and Rect 2020-07-27 01:06:26 +02:00
SVGSVGElement.h LibWeb: Move CSS classes into the Web::CSS namespace 2020-07-26 20:05:15 +02:00
TagNames.cpp LibWeb: Initialize tag/attribute name globals in init-time constructors 2020-08-12 11:27:44 +02:00
TagNames.h LibWeb: Initialize tag/attribute name globals in init-time constructors 2020-08-12 11:27:44 +02:00