ladybird/Userland/Libraries/LibWeb/SVG
Shannon Booth da18551f10 LibWeb: Change HTML::Script to hold a realm instead of settings object
This is part of a refactor needed for introduction of the shadow realm
proposal in the web platform.
2024-11-01 18:55:23 -06:00
..
AttributeNames.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AttributeNames.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
AttributeParser.cpp LibWeb: Use ErrorOr to propagate SVG attribute parsing errors 2024-03-20 09:09:35 +01:00
AttributeParser.h LibWeb: Implement the SVG clip-rule attribute 2024-05-14 23:01:18 +01:00
Default.css
SVGAElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGAElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGAElement.idl LibWeb/SVG: SVGAElement includes SVGURIReference 2024-07-16 21:43:53 +02:00
SVGAnimatedLength.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
SVGAnimatedLength.h
SVGAnimatedLength.idl
SVGAnimatedNumber.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
SVGAnimatedNumber.h
SVGAnimatedNumber.idl
SVGAnimatedRect.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SVGAnimatedRect.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SVGAnimatedRect.idl
SVGAnimatedString.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
SVGAnimatedString.h
SVGAnimatedString.idl
SVGAnimatedTransformList.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
SVGAnimatedTransformList.h LibWeb: Stub out SVGAnimatedTransformList 2024-04-01 21:10:35 +02:00
SVGAnimatedTransformList.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVGCircleElement.cpp LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGCircleElement.h LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGCircleElement.idl
SVGClipPathElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGClipPathElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGClipPathElement.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
SVGDecodedImageData.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGDecodedImageData.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SVGDefsElement.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
SVGDefsElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGDefsElement.idl
SVGDescElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGDescElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGDescElement.idl LibWeb: Implement <desc> SVG element 2024-04-17 07:17:27 +02:00
SVGElement.cpp LibWeb: Implement HTMLOrSVGElement.nonce 2024-10-31 10:46:21 +01:00
SVGElement.h LibWeb: Implement HTMLOrSVGElement.nonce 2024-10-31 10:46:21 +01:00
SVGElement.idl LibWeb/SVG: Implement SVGElement.ownerSVGElement 2024-07-16 21:43:53 +02:00
SVGEllipseElement.cpp LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGEllipseElement.h LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGEllipseElement.idl
SVGFitToViewBox.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
SVGForeignObjectElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGForeignObjectElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGForeignObjectElement.idl
SVGGElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGGElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGGElement.idl LibWeb/SVG: Add missing SVGGElement IDL file 2024-08-17 07:41:04 +02:00
SVGGeometryElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGGeometryElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGGeometryElement.idl LibWeb: Add FIXMEs for missing SVGGeometryElement attributes 2024-07-10 10:28:43 +02:00
SVGGradientElement.cpp LibWeb+LibGfx: Fix SVG userSpaceOnUse gradient coordinate transformation 2024-10-28 22:53:17 +01:00
SVGGradientElement.h LibWeb+LibGfx: Fix SVG userSpaceOnUse gradient coordinate transformation 2024-10-28 22:53:17 +01:00
SVGGradientElement.idl LibWeb/SVG: SVGGradientElement includes SVGURIReference 2024-07-16 21:43:53 +02:00
SVGGraphicsElement.cpp LibWeb: Parse stroke-{linejoin,miterlimit} attributes 2024-10-29 22:37:00 +00:00
SVGGraphicsElement.h LibWeb: Parse stroke-{linejoin,miterlimit} attributes 2024-10-29 22:37:00 +00:00
SVGGraphicsElement.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVGImageElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGImageElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGImageElement.idl LibWeb/SVG: Implement SVGImageElement 2024-08-29 06:28:44 +02:00
SVGLength.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
SVGLength.h LibWeb: Move SVGLength unit constants to header 2024-04-01 21:10:35 +02:00
SVGLength.idl LibWeb/SVG: Stub missing SVGLength attributes 2024-07-21 10:50:05 +02:00
SVGLinearGradientElement.cpp LibWeb: Misc. SVG improvements 2024-10-28 22:53:17 +01:00
SVGLinearGradientElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
SVGLinearGradientElement.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVGLineElement.cpp LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGLineElement.h LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGLineElement.idl
SVGMaskElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGMaskElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGMaskElement.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
SVGMetadataElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGMetadataElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGMetadataElement.idl LibWeb/SVG: Implement <metadata> element 2024-08-17 07:40:45 +02:00
SVGPathElement.cpp LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGPathElement.h LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGPathElement.idl
SVGPolygonElement.cpp LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGPolygonElement.h LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGPolygonElement.idl
SVGPolylineElement.cpp LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGPolylineElement.h LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGPolylineElement.idl
SVGRadialGradientElement.cpp LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
SVGRadialGradientElement.h LibWeb: Pass the old attribute value to Element::attribute_changed() 2024-07-10 07:04:08 +02:00
SVGRadialGradientElement.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVGRectElement.cpp LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGRectElement.h LibWeb: Port painting to use the new Skia-backed Gfx::Path 2024-08-20 09:30:05 +02:00
SVGRectElement.idl
SVGScriptElement.cpp LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
SVGScriptElement.h LibWeb/SVG: SVGScriptElement includes SVGURIReference 2024-07-16 21:43:53 +02:00
SVGScriptElement.idl LibWeb/SVG: SVGScriptElement includes SVGURIReference 2024-07-16 21:43:53 +02:00
SVGStopElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGStopElement.h LibWeb: Misc. SVG improvements 2024-10-28 22:53:17 +01:00
SVGStopElement.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVGStyleElement.cpp LibWeb: Let style elements remember which StyleSheetList they live in 2024-09-21 08:56:01 +02:00
SVGStyleElement.h LibWeb: Add method for listing all style sheets on a page 2024-09-03 10:12:07 +01:00
SVGStyleElement.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVGSVGElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGSVGElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGSVGElement.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVGSymbolElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGSymbolElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGSymbolElement.idl LibWeb/SVG: SVGSymbolElement includes SVGFitToViewBox 2024-07-21 10:50:05 +02:00
SVGTextContentElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SVGTextContentElement.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SVGTextContentElement.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
SVGTextElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTextElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTextElement.idl
SVGTextPathElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTextPathElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTextPathElement.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
SVGTextPositioningElement.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SVGTextPositioningElement.h LibWeb: Support percentage values in SVG text positioning element 2024-07-21 19:56:38 +02:00
SVGTextPositioningElement.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
SVGTitleElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTitleElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTitleElement.idl LibWeb: Fix spec link to SVGTitleElement 2024-04-17 07:17:27 +02:00
SVGTransform.cpp LibWeb/SVG: Stub SVGTransform.setSkewY 2024-05-07 17:33:27 -06:00
SVGTransform.h LibWeb/SVG: Stub SVGTransform.setSkewY 2024-05-07 17:33:27 -06:00
SVGTransform.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
SVGTransformList.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
SVGTransformList.h LibWeb/SVG: Implement SVGTransformList.numberOfItems 2024-06-02 19:55:53 +02:00
SVGTransformList.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVGTSpanElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTSpanElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGTSpanElement.idl
SVGURIReference.h
SVGURIReference.idl
SVGUseElement.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGUseElement.h LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
SVGUseElement.idl LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVGViewport.h LibWeb: Update SVG <circle> element to use geometry properties 2024-03-04 10:50:32 +01:00
TagNames.cpp
TagNames.h LibWeb/SVG: Implement SVGImageElement 2024-08-29 06:28:44 +02:00
ViewBox.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ViewBox.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00