1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-15 19:12:23 +00:00
serenity/Userland/Libraries/LibWeb/SVG
MacDue bbc149ebb9 Meta+Userland: Pass Gfx::Color by value
Gfx::Color is always 4 bytes (it's just a wrapper over u32) it's less
work just to pass the color directly.

This also updates IPCCompiler to prevent from generating
Gfx::Color const &, which makes replacement easier.
2022-12-07 11:48:27 +01:00
..
AttributeNames.cpp
AttributeNames.h
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
SVGAnimatedLength.h
SVGAnimatedLength.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGCircleElement.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGCircleElement.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGCircleElement.idl
SVGClipPathElement.cpp LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
SVGClipPathElement.h LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
SVGClipPathElement.idl
SVGContext.h Meta+Userland: Pass Gfx::Color by value 2022-12-07 11:48:27 +01:00
SVGDefsElement.cpp LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
SVGDefsElement.h LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
SVGDefsElement.idl
SVGElement.cpp LibWeb: Don't include DOMStringMap.h quite so much 2022-10-10 20:22:50 +02:00
SVGElement.h LibWeb: Don't include DOMStringMap.h quite so much 2022-10-10 20:22:50 +02:00
SVGElement.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGEllipseElement.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGEllipseElement.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGEllipseElement.idl
SVGForeignObjectElement.cpp LibWeb: Sketch out basic support for SVG <foreignObject> elements 2022-11-16 13:01:21 +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: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
SVGGeometryElement.h LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
SVGGeometryElement.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGGraphicsElement.cpp LibWeb: Cleanup unecessary uses and includes of HTML::Window 2022-10-01 21:05:32 +01:00
SVGGraphicsElement.h
SVGGraphicsElement.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGLength.cpp
SVGLength.h
SVGLength.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGLineElement.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGLineElement.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGLineElement.idl
SVGPathElement.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGPathElement.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGPathElement.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGPolygonElement.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGPolygonElement.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGPolygonElement.idl
SVGPolylineElement.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGPolylineElement.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGPolylineElement.idl
SVGRectElement.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGRectElement.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGRectElement.idl
SVGSVGElement.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGSVGElement.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SVGSVGElement.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
SVGTextContentElement.cpp
SVGTextContentElement.h
SVGTextContentElement.idl
TagNames.cpp
TagNames.h
ViewBox.cpp
ViewBox.h