MacDue
|
b30a1b957d
LibWeb: Add support for SVG <tspan> elements
|
há 2 anos atrás |
MacDue
|
0e12503586
LibWeb: Split SVGTextContentElement into spec defined subclasses
|
há 2 anos atrás |
PrestonLTaylor
|
e2a935b1dc
LibWeb: Implement the `<style>` SVG element
|
há 2 anos atrás |
Timothy Flynn
|
e2e4e6da52
LibWeb: Implement the SVG title element
|
há 2 anos atrás |
PrestonLTaylor
|
aa691c22d4
LibWeb: Implement the `<symbol>` SVG element
|
há 2 anos atrás |
PrestonLTaylor
|
c7c3043aa2
LibWeb: Implement the `<use>` SVG element
|
há 2 anos atrás |
stelar7
|
8773122f6b
LibWeb: Implement the <summary> element
|
há 2 anos atrás |
MacDue
|
9b652842e4
LibWeb: Add an initial implementation of SVG `<radialGradient>`
|
há 2 anos atrás |
MacDue
|
aa3464466e
LibWeb: Implement SVGLinearGradientElement (<linearGradient>)
|
há 2 anos atrás |
MacDue
|
b19d2634f6
LibWeb: Implement SVGStopElement (<stop>)
|
há 2 anos atrás |
Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
há 2 anos atrás |
Srikavin Ramkumar
|
47a466865c
LibWeb: Return HTMLElement for valid custom element tag names
|
há 2 anos atrás |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
há 2 anos atrás |
Kenneth Myhra
|
ff92324fa5
LibWeb: Make factory method of DOM::ElementFactory fallible
|
há 2 anos atrás |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
há 2 anos atrás |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
há 2 anos atrás |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
há 2 anos atrás |
Andreas Kling
|
0555684682
LibWeb: Sketch out basic support for SVG <foreignObject> elements
|
há 2 anos atrás |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
há 2 anos atrás |
Simon Danner
|
bd90498332
LibWeb: Add SVGDefsElement
|
há 3 anos atrás |
Andreas Kling
|
e81594d9a1
LibWeb: Sketch out a very basic SVG <clipPath> element
|
há 3 anos atrás |
Andreas Kling
|
5d672717aa
LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()
|
há 3 anos atrás |
Andreas Kling
|
bfa7aad0f6
LibWeb: Support (and validate) prefixes in Document.createElementNS()
|
há 3 anos atrás |
Andreas Kling
|
fb11741f20
LibWeb: Use the prefix passed to Document.createElementNS()
|
há 3 anos atrás |
Sam Atkins
|
2fad940b0b
LibWeb: Add SVG `<polygon>` element and test case :^)
|
há 3 anos atrás |
Sam Atkins
|
116a1f485c
LibWeb: Add SVG `<polyline>` element and test case :^)
|
há 3 anos atrás |
Sam Atkins
|
17912330c4
LibWeb: Add SVG `<line>` element and test case :^)
|
há 3 anos atrás |
Sam Atkins
|
3a1a35ef8f
LibWeb: Add SVG `<ellipse>` element and test case :^)
|
há 3 anos atrás |
Sam Atkins
|
21bdcee3c3
LibWeb: Add SVG `<circle>` element and test case :^)
|
há 3 anos atrás |
Sam Atkins
|
1dde6a0a2b
LibWeb: Add SVG `<rect>` element and test case :^)
|
há 3 anos atrás |