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
/
CSS
/
StyleComputer.h
Age
Commit message (
Expand
)
Author
2023-02-19
LibWeb: Port StyleComputer to new Strings
Sam Atkins
2023-02-19
LibWeb: Port FontCache to new Strings
Sam Atkins
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-05
LibWeb: Use CSS Pixels for viewport rects
Sam Atkins
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-02
LibWeb: Do CSS var() expansion in a separate pass
Andreas Kling
2022-09-27
LibWeb: Use TokenStreams when expanding unresolved CSS values
Sam Atkins
2022-09-06
LibWeb: Make CSSRule and all its subclasses GC-allocated
Andreas Kling
2022-04-12
LibWeb: Move ComponentValue to CSS::Parser namespace
Sam Atkins
2022-04-08
LibWeb: Load fonts from style sheet once when sheet is added
Andreas Kling
2022-04-07
LibWeb: Rename StyleComponentValueRule -> ComponentValue
Sam Atkins
2022-03-29
LibWeb: Load and use fonts described by @font-face rules :^)
Andreas Kling
2022-03-19
LibWeb: Give StyleComputer a helper for getting the current viewport
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-15
LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere
Andreas Kling
2022-03-13
LibWeb: Don't make deep copy of custom properties for every element
Andreas Kling
2022-03-11
LibWeb: Stub getting the initial font instead of the root one
Sam Atkins
2022-03-03
LibWeb: Reduce HashMap thrashing during custom property cascade
Andreas Kling
2022-03-03
LibWeb: Use FlyString for CSS custom property names
Andreas Kling
2022-02-25
LibWeb: Add a rule-cache for PseudoElements
Sam Atkins
2022-02-25
LibWeb: Match styles for pseudo-elements
Sam Atkins
2022-02-12
LibWeb: Add an enum for !important
Sam Atkins
2022-02-11
LibWeb: Remove CascadeOrigin::Any enum value
Andreas Kling
2022-02-11
LibWeb: Remove unused CascadeOrigin::Any
Andreas Kling
2022-02-10
LibWeb: Add "tag name" buckets to StyleComputer::RuleCache
Andreas Kling
2022-02-10
LibWeb: Add "ID" buckets to StyleComputer::RuleCache
Andreas Kling
2022-02-10
LibWeb: Cache CSS rules in buckets to reduce number of rules checked
Andreas Kling
2022-02-10
LibWeb: Perform CSS custom property cascade once instead of per-property
Andreas Kling
2022-02-10
LibWeb: Fix a bunch of trivial clang-tidy warnings in StyleComputer
Andreas Kling
2022-01-24
LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"
Andreas Kling
2021-12-09
LibWeb: Handle dependency cycles in CSS var()s :^)
Sam Atkins
2021-12-09
LibWeb: Handle fallback values for CSS variables :^)
Sam Atkins
2021-12-09
LibWeb: Parse and resolve UnresolvedStyleValues
Sam Atkins
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling