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
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