index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
DOM
/
ElementFactory.cpp
Age
Commit message (
Expand
)
Author
2023-05-04
LibWeb: Add an initial implementation of SVG `<radialGradient>`
MacDue
2023-04-28
LibWeb: Implement SVGLinearGradientElement (<linearGradient>)
MacDue
2023-04-28
LibWeb: Implement SVGStopElement (<stop>)
MacDue
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-03-28
LibWeb: Return HTMLElement for valid custom element tag names
Srikavin Ramkumar
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-02-22
LibWeb: Make factory method of DOM::ElementFactory fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-11-16
LibWeb: Sketch out basic support for SVG <foreignObject> elements
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-04-11
LibWeb: Add SVGDefsElement
Simon Danner
2022-04-10
LibWeb: Sketch out a very basic SVG <clipPath> element
Andreas Kling
2022-03-20
LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()
Andreas Kling
2022-03-02
LibWeb: Support (and validate) prefixes in Document.createElementNS()
Andreas Kling
2022-02-25
LibWeb: Use the prefix passed to Document.createElementNS()
Andreas Kling
2022-02-11
LibWeb: Add SVG `<polygon>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<polyline>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<line>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<ellipse>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<circle>` element and test case :^)
Sam Atkins
2022-02-11
LibWeb: Add SVG `<rect>` element and test case :^)
Sam Atkins
2021-09-18
LibWeb: Add a bare-bones SVG <g> element
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
Luke
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling