ladybird/Userland/Libraries/LibWeb/SVG
Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize()
This needs to happen before prototype/constructor intitialization can be
made lazy. Otherwise, GC could run during the C++ constructor and try to
collect the object currently being created.
2023-01-10 16:08:14 +01:00
..
AttributeNames.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
AttributeNames.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
AttributeParser.cpp LibWeb: Make SVG::AttributeParser use the new double parser 2022-10-23 15:48:45 +02:00
AttributeParser.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGAnimatedLength.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGAnimatedLength.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGAnimatedLength.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGCircleElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGCircleElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGCircleElement.idl LibWeb: Expose SVGCircleElement attributes to JS 2022-03-22 22:33:17 +01:00
SVGClipPathElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGClipPathElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGClipPathElement.idl LibWeb: Sketch out a very basic SVG <clipPath> element 2022-04-10 21:35:55 +02:00
SVGContext.h Meta+Userland: Pass Gfx::Color by value 2022-12-07 11:48:27 +01:00
SVGDefsElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGDefsElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGDefsElement.idl LibWeb: Add SVGDefsElement 2022-04-11 20:19:10 +02:00
SVGElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGElement.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGEllipseElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGEllipseElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGEllipseElement.idl LibWeb: Expose SVGEllipseElement attributes to JS 2022-03-22 22:33:17 +01:00
SVGForeignObjectElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGForeignObjectElement.h LibWeb: Sketch out basic support for SVG <foreignObject> elements 2022-11-16 13:01:21 +01:00
SVGForeignObjectElement.idl LibWeb: Sketch out basic support for SVG <foreignObject> elements 2022-11-16 13:01:21 +01:00
SVGGElement.cpp LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
SVGGElement.h LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
SVGGeometryElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGGeometryElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGGeometryElement.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGGraphicsElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGGraphicsElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGGraphicsElement.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGLength.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGLength.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGLength.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGLineElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGLineElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGLineElement.idl LibWeb: Expose SVGLineElement attributes to JS 2022-03-22 22:33:17 +01:00
SVGPathElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGPathElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGPathElement.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGPolygonElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGPolygonElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGPolygonElement.idl
SVGPolylineElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGPolylineElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGPolylineElement.idl
SVGRectElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGRectElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGRectElement.idl LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes 2022-03-21 21:04:39 +01:00
SVGSVGElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGSVGElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGSVGElement.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGTextContentElement.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGTextContentElement.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
SVGTextContentElement.idl LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars() 2022-03-20 13:36:45 +01:00
TagNames.cpp AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
TagNames.h AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
ViewBox.cpp
ViewBox.h