.. |
AttributeNames.cpp
|
55646893d8
LibWeb: Add xlink:href to SVG attribute names
|
1 vuosi sitten |
AttributeNames.h
|
55646893d8
LibWeb: Add xlink:href to SVG attribute names
|
1 vuosi sitten |
AttributeParser.cpp
|
650180811e
LibWeb: Flesh out SVGMaskElement a bit
|
1 vuosi sitten |
AttributeParser.h
|
650180811e
LibWeb: Flesh out SVGMaskElement a bit
|
1 vuosi sitten |
Default.css
|
ae4b8d86df
LibWeb: Include standard SVG user agent style sheet
|
1 vuosi sitten |
SVGAnimatedLength.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGAnimatedLength.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGAnimatedLength.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 vuotta sitten |
SVGAnimatedNumber.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGAnimatedNumber.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGAnimatedNumber.idl
|
5f5ac48908
LibWeb: Format all .idl files to use four space indentation
|
1 vuosi sitten |
SVGAnimatedRect.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGAnimatedRect.h
|
b12541b286
LibWeb: Add SVGSVGElement.viewBox attribute
|
1 vuosi sitten |
SVGAnimatedRect.idl
|
b12541b286
LibWeb: Add SVGSVGElement.viewBox attribute
|
1 vuosi sitten |
SVGAnimatedString.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGAnimatedString.h
|
ddf601830a
LibWeb: Implement SVGAnimatedString
|
1 vuosi sitten |
SVGAnimatedString.idl
|
5f5ac48908
LibWeb: Format all .idl files to use four space indentation
|
1 vuosi sitten |
SVGCircleElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGCircleElement.h
|
74b655d035
LibWeb: Update SVG `<circle>` element to use geometry properties
|
1 vuosi sitten |
SVGCircleElement.idl
|
26e6c47d0a
IDL: Add missing spec links
|
1 vuosi sitten |
SVGClipPathElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGClipPathElement.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGClipPathElement.idl
|
1a94241f58
IDL: Add missing #imports
|
1 vuosi sitten |
SVGDecodedImageData.cpp
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 vuosi sitten |
SVGDecodedImageData.h
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 vuosi sitten |
SVGDefsElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGDefsElement.h
|
163b6bb401
LibWeb: Special case SVG masks during layout
|
1 vuosi sitten |
SVGDefsElement.idl
|
26e6c47d0a
IDL: Add missing spec links
|
1 vuosi sitten |
SVGElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGElement.h
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 vuosi sitten |
SVGElement.idl
|
03c225b023
LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin
|
2 vuotta sitten |
SVGEllipseElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGEllipseElement.h
|
b9afea40e6
LibWeb: Update SVG `get_path()` API to take a viewport size
|
1 vuosi sitten |
SVGEllipseElement.idl
|
26e6c47d0a
IDL: Add missing spec links
|
1 vuosi sitten |
SVGFitToViewBox.idl
|
b12541b286
LibWeb: Add SVGSVGElement.viewBox attribute
|
1 vuosi sitten |
SVGForeignObjectElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGForeignObjectElement.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGForeignObjectElement.idl
|
1a94241f58
IDL: Add missing #imports
|
1 vuosi sitten |
SVGGElement.cpp
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGGElement.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGGeometryElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGGeometryElement.h
|
b9afea40e6
LibWeb: Update SVG `get_path()` API to take a viewport size
|
1 vuosi sitten |
SVGGeometryElement.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 vuotta sitten |
SVGGradientElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGGradientElement.h
|
2e0297d703
LibWeb: Handle reference cycles in SVG gradient linking
|
1 vuosi sitten |
SVGGradientElement.idl
|
26e6c47d0a
IDL: Add missing spec links
|
1 vuosi sitten |
SVGGraphicsElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGGraphicsElement.h
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 vuosi sitten |
SVGGraphicsElement.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 vuotta sitten |
SVGLength.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGLength.h
|
344eb98b3c
LibWeb: Add helper to convert CSS LengthPercentage to SVGLength
|
1 vuosi sitten |
SVGLength.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 vuotta sitten |
SVGLineElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGLineElement.h
|
b9afea40e6
LibWeb: Update SVG `get_path()` API to take a viewport size
|
1 vuosi sitten |
SVGLineElement.idl
|
26e6c47d0a
IDL: Add missing spec links
|
1 vuosi sitten |
SVGLinearGradientElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGLinearGradientElement.h
|
2e0297d703
LibWeb: Handle reference cycles in SVG gradient linking
|
1 vuosi sitten |
SVGLinearGradientElement.idl
|
1a94241f58
IDL: Add missing #imports
|
1 vuosi sitten |
SVGMaskElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGMaskElement.h
|
163b6bb401
LibWeb: Special case SVG masks during layout
|
1 vuosi sitten |
SVGMaskElement.idl
|
1a94241f58
IDL: Add missing #imports
|
1 vuosi sitten |
SVGPathElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGPathElement.h
|
b9afea40e6
LibWeb: Update SVG `get_path()` API to take a viewport size
|
1 vuosi sitten |
SVGPathElement.idl
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 vuotta sitten |
SVGPolygonElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGPolygonElement.h
|
b9afea40e6
LibWeb: Update SVG `get_path()` API to take a viewport size
|
1 vuosi sitten |
SVGPolygonElement.idl
|
26e6c47d0a
IDL: Add missing spec links
|
1 vuosi sitten |
SVGPolylineElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGPolylineElement.h
|
b9afea40e6
LibWeb: Update SVG `get_path()` API to take a viewport size
|
1 vuosi sitten |
SVGPolylineElement.idl
|
26e6c47d0a
IDL: Add missing spec links
|
1 vuosi sitten |
SVGRadialGradientElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGRadialGradientElement.h
|
2e0297d703
LibWeb: Handle reference cycles in SVG gradient linking
|
1 vuosi sitten |
SVGRadialGradientElement.idl
|
1a94241f58
IDL: Add missing #imports
|
1 vuosi sitten |
SVGRectElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGRectElement.h
|
b9afea40e6
LibWeb: Update SVG `get_path()` API to take a viewport size
|
1 vuosi sitten |
SVGRectElement.idl
|
26e6c47d0a
IDL: Add missing spec links
|
1 vuosi sitten |
SVGSVGElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGSVGElement.h
|
5cf1570f40
LibWeb: Add initial support for nesting SVG viewports
|
1 vuosi sitten |
SVGSVGElement.idl
|
b12541b286
LibWeb: Add SVGSVGElement.viewBox attribute
|
1 vuosi sitten |
SVGScriptElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGScriptElement.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGScriptElement.idl
|
1a94241f58
IDL: Add missing #imports
|
1 vuosi sitten |
SVGStopElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGStopElement.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGStopElement.idl
|
26e6c47d0a
IDL: Add missing spec links
|
1 vuosi sitten |
SVGStyleElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGStyleElement.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGStyleElement.idl
|
26e6c47d0a
IDL: Add missing spec links
|
1 vuosi sitten |
SVGSymbolElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGSymbolElement.h
|
5cf1570f40
LibWeb: Add initial support for nesting SVG viewports
|
1 vuosi sitten |
SVGSymbolElement.idl
|
aa691c22d4
LibWeb: Implement the `<symbol>` SVG element
|
2 vuotta sitten |
SVGTSpanElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGTSpanElement.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGTSpanElement.idl
|
b30a1b957d
LibWeb: Add support for SVG <tspan> elements
|
1 vuosi sitten |
SVGTextContentElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGTextContentElement.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 vuosi sitten |
SVGTextContentElement.idl
|
169d24ae2e
LibWeb: Add comments and missing items of various IDL files
|
1 vuosi sitten |
SVGTextElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGTextElement.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGTextElement.idl
|
0e12503586
LibWeb: Split SVGTextContentElement into spec defined subclasses
|
1 vuosi sitten |
SVGTextPathElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGTextPathElement.h
|
968bec9844
LibWeb: Add SVGURIReference
|
1 vuosi sitten |
SVGTextPathElement.idl
|
5f5ac48908
LibWeb: Format all .idl files to use four space indentation
|
1 vuosi sitten |
SVGTextPositioningElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGTextPositioningElement.h
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 vuosi sitten |
SVGTextPositioningElement.idl
|
169d24ae2e
LibWeb: Add comments and missing items of various IDL files
|
1 vuosi sitten |
SVGTitleElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGTitleElement.h
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
SVGTitleElement.idl
|
e2e4e6da52
LibWeb: Implement the SVG title element
|
2 vuotta sitten |
SVGURIReference.h
|
968bec9844
LibWeb: Add SVGURIReference
|
1 vuosi sitten |
SVGURIReference.idl
|
968bec9844
LibWeb: Add SVGURIReference
|
1 vuosi sitten |
SVGUseElement.cpp
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
SVGUseElement.h
|
54972e3ceb
LibWeb: Implement SVGUseElement#href
|
1 vuosi sitten |
SVGUseElement.idl
|
54972e3ceb
LibWeb: Implement SVGUseElement#href
|
1 vuosi sitten |
SVGViewport.h
|
74b655d035
LibWeb: Update SVG `<circle>` element to use geometry properties
|
1 vuosi sitten |
TagNames.cpp
|
7aac7002d1
LibWeb: Port SVG::TagNames from DeprecatedFlyString
|
1 vuosi sitten |
TagNames.h
|
809c5b0b03
LibWeb: Add initial support for SVG `<textPath>`
|
1 vuosi sitten |
ViewBox.cpp
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 vuosi sitten |
ViewBox.h
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 vuotta sitten |