MacDue afd355c135 LibWeb: Resolve and paint SVG gradient fills 2 лет назад
..
AttributeNames.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 лет назад
AttributeNames.h b19d2634f6 LibWeb: Implement SVGStopElement (<stop>) 2 лет назад
AttributeParser.cpp 71938550fa LibWeb: Implement SVGGradientElement 2 лет назад
AttributeParser.h 71938550fa LibWeb: Implement SVGGradientElement 2 лет назад
SVGAnimatedLength.cpp 63b69f3672 LibWeb: Make factory method of SVG::SVGAnimatedLength fallible 2 лет назад
SVGAnimatedLength.h 63b69f3672 LibWeb: Make factory method of SVG::SVGAnimatedLength fallible 2 лет назад
SVGAnimatedLength.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
SVGAnimatedNumber.cpp 66d1b78348 LibWeb: Implement SVGAnimatedNumber 2 лет назад
SVGAnimatedNumber.h 66d1b78348 LibWeb: Implement SVGAnimatedNumber 2 лет назад
SVGAnimatedNumber.idl 66d1b78348 LibWeb: Implement SVGAnimatedNumber 2 лет назад
SVGCircleElement.cpp 71316614b8 LibWeb: Make factory method of SVG::SVGLength fallible 2 лет назад
SVGCircleElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGCircleElement.idl 1a3d6c68ef LibWeb: Expose SVGCircleElement attributes to JS 3 лет назад
SVGClipPathElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGClipPathElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGClipPathElement.idl e81594d9a1 LibWeb: Sketch out a very basic SVG <clipPath> element 3 лет назад
SVGContext.h afd355c135 LibWeb: Resolve and paint SVG gradient fills 2 лет назад
SVGDefsElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGDefsElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGDefsElement.idl bd90498332 LibWeb: Add SVGDefsElement 3 лет назад
SVGElement.cpp b604bbaf29 LibWeb: Make factory method of HTML::DOMStringMap fallible 2 лет назад
SVGElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGElement.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 лет назад
SVGEllipseElement.cpp 71316614b8 LibWeb: Make factory method of SVG::SVGLength fallible 2 лет назад
SVGEllipseElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGEllipseElement.idl ccee8953d0 LibWeb: Expose SVGEllipseElement attributes to JS 3 лет назад
SVGForeignObjectElement.cpp 2480b94ae7 LibWeb: Support more length types in SVG width/height attributes 2 лет назад
SVGForeignObjectElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGForeignObjectElement.idl 0555684682 LibWeb: Sketch out basic support for SVG <foreignObject> elements 2 лет назад
SVGGElement.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 лет назад
SVGGElement.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 лет назад
SVGGeometryElement.cpp 530ec85c4a LibWeb: Make factory method of Geometry::DOMPoint fallible 2 лет назад
SVGGeometryElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGGeometryElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
SVGGradientElement.cpp 71938550fa LibWeb: Implement SVGGradientElement 2 лет назад
SVGGradientElement.h 71938550fa LibWeb: Implement SVGGradientElement 2 лет назад
SVGGradientElement.idl 71938550fa LibWeb: Implement SVGGradientElement 2 лет назад
SVGGraphicsElement.cpp afd355c135 LibWeb: Resolve and paint SVG gradient fills 2 лет назад
SVGGraphicsElement.h afd355c135 LibWeb: Resolve and paint SVG gradient fills 2 лет назад
SVGGraphicsElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
SVGLength.cpp 71316614b8 LibWeb: Make factory method of SVG::SVGLength fallible 2 лет назад
SVGLength.h 71316614b8 LibWeb: Make factory method of SVG::SVGLength fallible 2 лет назад
SVGLength.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
SVGLineElement.cpp 71316614b8 LibWeb: Make factory method of SVG::SVGLength fallible 2 лет назад
SVGLineElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGLineElement.idl b51ea3a67c LibWeb: Expose SVGLineElement attributes to JS 3 лет назад
SVGLinearGradientElement.cpp aa3464466e LibWeb: Implement SVGLinearGradientElement (<linearGradient>) 2 лет назад
SVGLinearGradientElement.h aa3464466e LibWeb: Implement SVGLinearGradientElement (<linearGradient>) 2 лет назад
SVGLinearGradientElement.idl aa3464466e LibWeb: Implement SVGLinearGradientElement (<linearGradient>) 2 лет назад
SVGPathElement.cpp 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 лет назад
SVGPathElement.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 лет назад
SVGPathElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
SVGPolygonElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGPolygonElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGPolygonElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 лет назад
SVGPolylineElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGPolylineElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGPolylineElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 лет назад
SVGRectElement.cpp 71316614b8 LibWeb: Make factory method of SVG::SVGLength fallible 2 лет назад
SVGRectElement.h 7c607462a4 LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint 2 лет назад
SVGRectElement.idl 57296393ed LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes 3 лет назад
SVGSVGElement.cpp 5df4e64eb7 LibWeb: Implement SVG `preserveAspectRatio` attribute 2 лет назад
SVGSVGElement.h 5df4e64eb7 LibWeb: Implement SVG `preserveAspectRatio` attribute 2 лет назад
SVGSVGElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 лет назад
SVGStopElement.cpp b19d2634f6 LibWeb: Implement SVGStopElement (<stop>) 2 лет назад
SVGStopElement.h b19d2634f6 LibWeb: Implement SVGStopElement (<stop>) 2 лет назад
SVGStopElement.idl b19d2634f6 LibWeb: Implement SVGStopElement (<stop>) 2 лет назад
SVGTextContentElement.cpp 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGTextContentElement.h 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 лет назад
SVGTextContentElement.idl 5d672717aa LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars() 3 лет назад
TagNames.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 лет назад
TagNames.h 2013761feb LibWeb: Add SVG tag names for <linearGradient>s 2 лет назад
ViewBox.cpp ba7383d28f LibWeb: Allow floating point values when parsing SVG viewboxes 2 лет назад
ViewBox.h 63c4fcdc69 LibWeb: Add SVG::ViewBox to represent SVG view boxes 3 лет назад