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
/
SVG
/
SVGSVGElement.cpp
Age
Commit message (
Expand
)
Author
2023-05-06
LibWeb: Propagate errors from parse_css_value and property_initial_value
Sam Atkins
2023-05-06
LibWeb: Propagate errors from StyleValue construction
Sam Atkins
2023-05-04
LibWeb: Honor fill, stroke and stroke-width attribute on SVGSVGElement
Andreas Kling
2023-04-17
LibWeb: Implement SVG `preserveAspectRatio` attribute
MacDue
2023-04-12
LibWeb: Always use quirks mode when parsing SVG width/height attributes
MacDue
2023-03-25
LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-20
LibWeb: Support more length types in SVG width/height attributes
Michiel
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-01
LibWeb: Remove unecessary dependence on Window from SVG classes
Andrew Kaster
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-07-11
LibWeb: Match WebKit and Blink re: absence of width/height on <svg>
Andreas Kling
2022-03-26
LibWeb: Fix typo in SVGSVGElement::apply_presentational_hints()
Andreas Kling
2022-03-26
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
Andreas Kling
2022-03-26
LibWeb: Treat width/height on <svg> element as HTML dimension values
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-16
LibWeb: Give `<svg>` elements a size again
Sam Atkins
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-09-15
LibWeb: Parse the <svg viewBox> attribute
Andreas Kling
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
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