summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGForeignObjectElement.cpp
AgeCommit message (Expand)Author
2023-03-20LibWeb: Support more length types in SVG width/height attributesMichiel
2023-02-18LibWeb: Make factory method of SVG::SVGLength fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of SVG::SVGAnimatedLength fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2022-11-16LibWeb: Sketch out basic support for SVG <foreignObject> elementsAndreas Kling