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.cpp
Age
Commit message (
Expand
)
Author
2022-03-22
LibWeb: Use a Variant for SimpleSelector's contents
Sam Atkins
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-16
LibWeb: Make parent- and root-relative font-size work better
Andreas Kling
2022-03-15
LibWeb: Rename Element::specified_css_values() => computed_css_values()
Andreas Kling
2022-03-15
LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere
Andreas Kling
2022-03-15
LibWeb: Don't access layout nodes in StyleComputer
Andreas Kling
2022-03-13
LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules()
Andreas Kling
2022-03-13
LibWeb: Don't make deep copy of custom properties for every element
Andreas Kling
2022-03-13
LibWeb: Support the CSS 'unset' value
Andreas Kling
2022-03-13
LibWeb: Apply non-CSS presentational hints before author styles
Andreas Kling
2022-03-11
LibWeb: Stub getting the initial font instead of the root one
Sam Atkins
2022-03-06
LibWeb: Parse CSS `text-decoration-thickness` property
Karol Kosek
2022-03-05
LibWeb: Set default fantasy font to Comic Book
Karol Kosek
2022-03-05
LibWeb: Set default serif font to Roman
Karol Kosek
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-28
LibWeb: Remove unused variable in required_box_type_transformation()
Andreas Kling
2022-02-28
LibWeb: Don't blockify or inlinify boxes with already-correct type
Andreas Kling
2022-02-28
LibWeb: Blockify children of parents with display:grid or display:flex
Andreas Kling
2022-02-28
LibWeb: Split CSS box type transformations into a helper function
Andreas Kling
2022-02-26
LibWeb: Make StyleValue absolutization non-destructive
Andreas Kling
2022-02-25
LibWeb: Look for nearest available size when using bitmap fonts
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-21
LibWeb: Respect font-size specified by CSS in "em" length calculations
Andreas Kling
2022-02-21
LibWeb: Assign correct viewport dimensions when making style for ICB
Andreas Kling
2022-02-20
LibWeb+Base: Parse font-style CSS property
Karol Kosek
2022-02-19
LibWeb: Turn StyleProperties::m_property_values into an Array
Andreas Kling
2022-02-12
LibWeb: Add an enum for !important
Sam Atkins
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-02-10
LibWeb: Rename a CascadeOrigin parameter in StyleComputer
Andreas Kling
2022-02-04
LibWeb+Base: Enable calc() for font-weight property :^)
Sam Atkins
2022-02-04
LibWeb: Replace Length::set_calculated_style() with ::make_calculated()
Sam Atkins
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-01-24
LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"
Andreas Kling
2022-01-20
LibWeb: Handle percentage font sizes
Sam Atkins
2021-12-09
LibWeb: Remove now-unused CustomStyleValue
Sam Atkins
2021-12-09
LibWeb: Handle dependency cycles in CSS var()s :^)
Sam Atkins
2021-12-09
LibWeb: Mitigate the billion-laughs attack on CSS variables
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-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-17
LibWeb: Handle multiple backgrounds in StyleComputer
Sam Atkins
2021-11-10
LibWeb: Make property_initial_value() return a NonnullRefPtr
Sam Atkins
[next]