ladybird/Libraries/LibWeb/SVG
Callum Law a40b1183ad LibWeb: Hoist overloaded ImageProvider methods to base class
All of these overloads did the same thing so lets just define them in
the base class
2026-06-16 09:26:15 +02:00
..
AttributeNames.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
AttributeNames.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
AttributeParser.cpp LibWeb: Avoid Vector allocation in parse_coordinate{_pair_}_sequence 2026-06-08 12:39:39 +01:00
AttributeParser.h LibWeb: Avoid Vector allocation in parse_coordinate{_pair_}_sequence 2026-06-08 12:39:39 +01:00
Default.css
Path.cpp LibWeb: Parse SVG coordinate pair as Gfx::FloatPoint 2026-06-08 12:39:39 +01:00
Path.h LibWeb: Parse SVG coordinate pair as Gfx::FloatPoint 2026-06-08 12:39:39 +01:00
SVGAElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGAElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGAElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGAnimatedEnumeration.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGAnimatedEnumeration.h
SVGAnimatedEnumeration.idl
SVGAnimatedInteger.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGAnimatedInteger.h Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
SVGAnimatedInteger.idl LibWeb/SVG: Implement SVGAnimatedInteger 2026-02-11 09:39:39 +01:00
SVGAnimatedLength.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGAnimatedLength.h
SVGAnimatedLength.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGAnimatedLengthList.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGAnimatedLengthList.h
SVGAnimatedLengthList.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGAnimatedNumber.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGAnimatedNumber.h Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
SVGAnimatedNumber.idl
SVGAnimatedNumberList.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGAnimatedNumberList.h
SVGAnimatedNumberList.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGAnimatedRect.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGAnimatedRect.h
SVGAnimatedRect.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGAnimatedString.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGAnimatedString.h
SVGAnimatedString.idl
SVGAnimatedTransformList.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGAnimatedTransformList.h
SVGAnimatedTransformList.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGAnimationElement.cpp LibWeb/SVG: Implement event handlers for SVGAnimationElement 2026-05-08 15:49:01 +01:00
SVGAnimationElement.h LibWeb/SVG: Implement event handlers for SVGAnimationElement 2026-05-08 15:49:01 +01:00
SVGAnimationElement.idl LibWeb/SVG: Implement event handlers for SVGAnimationElement 2026-05-08 15:49:01 +01:00
SVGCircleElement.cpp LibWeb: Route presentational hints through the CSS cascade 2026-04-30 19:50:28 +01:00
SVGCircleElement.h LibWeb: Route presentational hints through the CSS cascade 2026-04-30 19:50:28 +01:00
SVGCircleElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGClipPathElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGClipPathElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGClipPathElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGComponentTransferFunctionElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGComponentTransferFunctionElement.h
SVGComponentTransferFunctionElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGDecodedImageData.cpp LibWeb: Remove unused SVGDecodedImageData::surface() 2026-06-16 09:26:15 +02:00
SVGDecodedImageData.h LibWeb: Remove unused SVGDecodedImageData::surface() 2026-06-16 09:26:15 +02:00
SVGDefsElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGDefsElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGDefsElement.idl
SVGDescElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGDescElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGDescElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGElement.cpp LibWeb: Track connected SVG use elements in a per-document list 2026-06-11 15:28:59 +02:00
SVGElement.h LibWeb: Rename HTMLOrSVGElement to HTMLOrSVGOrMathMLElement 2026-05-06 17:42:36 +01:00
SVGElement.idl LibWeb: Rename HTMLOrSVGElement to HTMLOrSVGOrMathMLElement 2026-05-06 17:42:36 +01:00
SVGEllipseElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGEllipseElement.h
SVGEllipseElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEBlendElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEBlendElement.h LibWeb: Remove Document.h include from SVGElement.h 2026-02-08 18:51:13 +01:00
SVGFEBlendElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEColorMatrixElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEColorMatrixElement.h
SVGFEColorMatrixElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEComponentTransferElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEComponentTransferElement.h
SVGFEComponentTransferElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFECompositeElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFECompositeElement.h LibWeb/SVG: Use angle includes in SVGFECompositeElement 2026-01-11 13:14:40 +01:00
SVGFECompositeElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEDisplacementMapElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEDisplacementMapElement.h LibWeb/SVG: Implement the feDisplacementMap filter 2026-03-02 14:03:32 +00:00
SVGFEDisplacementMapElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEDropShadowElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEDropShadowElement.h LibWeb/SVG: Implement SVGFEDropShadowElement IDL interface 2026-01-11 13:14:40 +01:00
SVGFEDropShadowElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEFloodElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGFEFloodElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGFEFloodElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEFuncAElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEFuncAElement.h
SVGFEFuncAElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEFuncBElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEFuncBElement.h
SVGFEFuncBElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEFuncGElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEFuncGElement.h
SVGFEFuncGElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEFuncRElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEFuncRElement.h
SVGFEFuncRElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEGaussianBlurElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEGaussianBlurElement.h
SVGFEGaussianBlurElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEImageElement.cpp LibGfx+LibWeb: Make DecodedImageFrame a value type 2026-05-07 16:08:13 +02:00
SVGFEImageElement.h LibGfx+LibWeb: Make DecodedImageFrame a value type 2026-05-07 16:08:13 +02:00
SVGFEImageElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEMergeElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEMergeElement.h
SVGFEMergeElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEMergeNodeElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEMergeNodeElement.h
SVGFEMergeNodeElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEMorphologyElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEMorphologyElement.h
SVGFEMorphologyElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFEOffsetElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFEOffsetElement.h
SVGFEOffsetElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFETurbulenceElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGFETurbulenceElement.h LibWeb/SVG: Implement the feTurbulence filter 2026-02-11 09:39:39 +01:00
SVGFETurbulenceElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFilterElement.cpp LibGfx+LibWeb: Make DecodedImageFrame a value type 2026-05-07 16:08:13 +02:00
SVGFilterElement.h
SVGFilterElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFilterPrimitiveStandardAttributes.cpp LibWeb/SVG: Implement the feDisplacementMap filter 2026-03-02 14:03:32 +00:00
SVGFilterPrimitiveStandardAttributes.h
SVGFilterPrimitiveStandardAttributes.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGFitToViewBox.cpp LibWeb: Use unsafe layout/paintable accessors where appropriate 2026-02-26 21:09:08 +01:00
SVGFitToViewBox.h
SVGFitToViewBox.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGForeignObjectElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGForeignObjectElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGForeignObjectElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGGElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGGElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGGElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGGeometryElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGGeometryElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGGeometryElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGGradientElement.cpp LibWeb: Resolve SVG gradient references within shadow trees 2026-05-28 10:39:13 +02:00
SVGGradientElement.h LibGC: Default-construct RootHashTable from the global heap 2026-05-20 20:37:55 +02:00
SVGGradientElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGGraphicsElement.cpp LibWeb: Avoid SVG getBBox paintable downcasts 2026-06-08 01:04:08 +02:00
SVGGraphicsElement.h LibWeb/Bindings: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00
SVGGraphicsElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGImageElement.cpp LibWeb: Hoist overloaded ImageProvider methods to base class 2026-06-16 09:26:15 +02:00
SVGImageElement.h LibWeb: Hoist overloaded ImageProvider methods to base class 2026-06-16 09:26:15 +02:00
SVGImageElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGLength.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGLength.h
SVGLength.idl
SVGLengthList.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGLengthList.h
SVGLengthList.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGLinearGradientElement.cpp LibGC: Default-construct RootHashTable from the global heap 2026-05-20 20:37:55 +02:00
SVGLinearGradientElement.h LibWeb/SVG: Root seen-element hash tables in gradient/pattern recursion 2026-05-19 19:24:08 +02:00
SVGLinearGradientElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGLineElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGLineElement.h
SVGLineElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGList.cpp LibWeb/SVG: Fix typo in replace_item 2026-01-22 01:29:30 +00:00
SVGList.h
SVGMaskElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGMaskElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGMaskElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGMetadataElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGMetadataElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGMetadataElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGNumber.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGNumber.h
SVGNumber.idl Meta: Ensure that idl files link to draft specs 2026-03-25 16:02:04 +00:00
SVGNumberList.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGNumberList.h
SVGNumberList.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGPathElement.cpp LibWeb: Avoid string value copy in SVGPathElement::attribute_changed 2026-06-08 12:39:39 +01:00
SVGPathElement.h
SVGPathElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGPatternElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGPatternElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGPatternElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGPolygonElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGPolygonElement.h
SVGPolygonElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGPolylineElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGPolylineElement.h
SVGPolylineElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGRadialGradientElement.cpp LibGC: Default-construct RootHashTable from the global heap 2026-05-20 20:37:55 +02:00
SVGRadialGradientElement.h LibWeb/SVG: Root seen-element hash tables in gradient/pattern recursion 2026-05-19 19:24:08 +02:00
SVGRadialGradientElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGRectElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGRectElement.h
SVGRectElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGScriptElement.cpp LibWeb: Transfer load delayers when elements are adopted 2026-06-11 00:34:12 +02:00
SVGScriptElement.h LibWeb: Transfer load delayers when elements are adopted 2026-06-11 00:34:12 +02:00
SVGScriptElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGStopElement.cpp LibWeb: Route presentational hints through the CSS cascade 2026-04-30 19:50:28 +01:00
SVGStopElement.h LibWeb: Route presentational hints through the CSS cascade 2026-04-30 19:50:28 +01:00
SVGStopElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGStyleElement.cpp LibWeb: Transfer load delayers when elements are adopted 2026-06-11 00:34:12 +02:00
SVGStyleElement.h LibWeb: Transfer load delayers when elements are adopted 2026-06-11 00:34:12 +02:00
SVGStyleElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGSVGElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGSVGElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGSVGElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGSymbolElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGSymbolElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGSymbolElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGTextContentElement.cpp LibWeb/Bindings: Generate struct definitions from IDL dictionaries 2026-05-09 10:49:49 +02:00
SVGTextContentElement.h
SVGTextContentElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGTextElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGTextElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGTextElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGTextPathElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGTextPathElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGTextPathElement.idl LibGfx+LibWeb: Implement SVGTextPathElement.startOffset 2026-06-04 16:01:56 +02:00
SVGTextPositioningElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGTextPositioningElement.h Everywhere: Run clang-format 2026-02-18 08:02:45 -05:00
SVGTextPositioningElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGTitleElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGTitleElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGTitleElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGTransform.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGTransform.h
SVGTransform.idl
SVGTransformList.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGTransformList.h
SVGTransformList.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGTSpanElement.cpp LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGTSpanElement.h LibWeb: Make layout nodes refcounted 2026-06-07 20:52:49 +02:00
SVGTSpanElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGUnitTypes.h
SVGUnitTypes.idl
SVGURIReference.h
SVGURIReference.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGUseElement.cpp LibWeb: Track connected SVG use elements in a per-document list 2026-06-11 15:28:59 +02:00
SVGUseElement.h LibWeb: Track connected SVG use elements in a per-document list 2026-06-11 15:28:59 +02:00
SVGUseElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
SVGViewElement.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
SVGViewElement.h
SVGViewElement.idl LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
TagNames.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
TagNames.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00