MacDue b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 年之前
..
AttributeNames.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 年之前
AttributeNames.h 55c1d8ba29 LibWeb: Honor the `opacity` attribute on SVG graphics elements 2 年之前
AttributeParser.cpp a8b9130ceb LibWeb: Support SVG vertical/horizontal lineto with multiple parameters 2 年之前
AttributeParser.h 30277f385c LibWeb: Add an initial implementation of SVG `text-anchor` 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 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGCircleElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 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 年之前
SVGDecodedImageData.cpp 8c980cf75b LibWeb: Do not crash inside SVGDecodedImageData on invalid SVG input 2 年之前
SVGDecodedImageData.h f70d3faa0f LibWeb: Move image fetching & decoding into ImageRequest 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 73f1c7a030 LibWeb: Remove many redundant SVGUseElement clone calls 2 年之前
SVGElement.h 4cdb4de049 LibWeb: Enable quirks when parsing SVGGraphicsElement CSS attributes 2 年之前
SVGElement.idl 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin 2 年之前
SVGEllipseElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGEllipseElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGEllipseElement.idl ccee8953d0 LibWeb: Expose SVGEllipseElement attributes to JS 3 年之前
SVGForeignObjectElement.cpp f4d8a24fe4 LibWeb: Propagate errors from parse_css_value and property_initial_value 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 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGGradientElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGGradientElement.idl 71938550fa LibWeb: Implement SVGGradientElement 2 年之前
SVGGraphicsElement.cpp 4cdb4de049 LibWeb: Enable quirks when parsing SVGGraphicsElement CSS attributes 2 年之前
SVGGraphicsElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 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 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGLineElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGLineElement.idl b51ea3a67c LibWeb: Expose SVGLineElement attributes to JS 3 年之前
SVGLinearGradientElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGLinearGradientElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGLinearGradientElement.idl aa3464466e LibWeb: Implement SVGLinearGradientElement (<linearGradient>) 2 年之前
SVGPathElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGPathElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGPathElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
SVGPolygonElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGPolygonElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGPolygonElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
SVGPolylineElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGPolylineElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGPolylineElement.idl a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 年之前
SVGRadialGradientElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGRadialGradientElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGRadialGradientElement.idl 9b652842e4 LibWeb: Add an initial implementation of SVG `<radialGradient>` 2 年之前
SVGRectElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGRectElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGRectElement.idl 57296393ed LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributes 3 年之前
SVGSVGElement.cpp 4cdb4de049 LibWeb: Enable quirks when parsing SVGGraphicsElement CSS attributes 2 年之前
SVGSVGElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGSVGElement.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing 2 年之前
SVGStopElement.cpp 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGStopElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGStopElement.idl b19d2634f6 LibWeb: Implement SVGStopElement (<stop>) 2 年之前
SVGStyleElement.cpp e2a935b1dc LibWeb: Implement the `<style>` SVG element 2 年之前
SVGStyleElement.h e2a935b1dc LibWeb: Implement the `<style>` SVG element 2 年之前
SVGStyleElement.idl e2a935b1dc LibWeb: Implement the `<style>` SVG element 2 年之前
SVGSymbolElement.cpp aa691c22d4 LibWeb: Implement the `<symbol>` SVG element 2 年之前
SVGSymbolElement.h aa691c22d4 LibWeb: Implement the `<symbol>` SVG element 2 年之前
SVGSymbolElement.idl aa691c22d4 LibWeb: Implement the `<symbol>` SVG element 2 年之前
SVGTSpanElement.cpp b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 年之前
SVGTSpanElement.h b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 年之前
SVGTSpanElement.idl b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 年之前
SVGTextContentElement.cpp 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 年之前
SVGTextContentElement.h 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 年之前
SVGTextContentElement.idl 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 年之前
SVGTextElement.cpp 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 年之前
SVGTextElement.h 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 年之前
SVGTextElement.idl 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 年之前
SVGTextPositioningElement.cpp 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 年之前
SVGTextPositioningElement.h 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 年之前
SVGTextPositioningElement.idl 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 年之前
SVGTitleElement.cpp e2e4e6da52 LibWeb: Implement the SVG title element 2 年之前
SVGTitleElement.h e2e4e6da52 LibWeb: Implement the SVG title element 2 年之前
SVGTitleElement.idl e2e4e6da52 LibWeb: Implement the SVG title element 2 年之前
SVGUseElement.cpp d24667a1b6 LibWeb: Rename loaded observer event to match spec 2 年之前
SVGUseElement.h 5a74486b59 LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed() 2 年之前
SVGUseElement.idl c7c3043aa2 LibWeb: Implement the `<use>` SVG element 2 年之前
TagNames.cpp db2ba5f1d9 LibWeb: Initialize static web strings during main-thread VM creation 2 年之前
TagNames.h b30a1b957d LibWeb: Add support for SVG <tspan> elements 2 年之前
ViewBox.cpp ba7383d28f LibWeb: Allow floating point values when parsing SVG viewboxes 2 年之前
ViewBox.h 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 年之前