summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp
AgeCommit message (Expand)Author
2022-03-22LibWeb: Use a Variant for SimpleSelector's contentsSam Atkins
2022-03-19LibWeb: Give StyleComputer a helper for getting the current viewportAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-16LibWeb: Make parent- and root-relative font-size work betterAndreas Kling
2022-03-15LibWeb: Rename Element::specified_css_values() => computed_css_values()Andreas Kling
2022-03-15LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhereAndreas Kling
2022-03-15LibWeb: Don't access layout nodes in StyleComputerAndreas Kling
2022-03-13LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules()Andreas Kling
2022-03-13LibWeb: Don't make deep copy of custom properties for every elementAndreas Kling
2022-03-13LibWeb: Support the CSS 'unset' valueAndreas Kling
2022-03-13LibWeb: Apply non-CSS presentational hints before author stylesAndreas Kling
2022-03-11LibWeb: Stub getting the initial font instead of the root oneSam Atkins
2022-03-06LibWeb: Parse CSS `text-decoration-thickness` propertyKarol Kosek
2022-03-05LibWeb: Set default fantasy font to Comic BookKarol Kosek
2022-03-05LibWeb: Set default serif font to RomanKarol Kosek
2022-03-03LibWeb: Reduce HashMap thrashing during custom property cascadeAndreas Kling
2022-03-03LibWeb: Use FlyString for CSS custom property namesAndreas Kling
2022-02-28LibWeb: Remove unused variable in required_box_type_transformation()Andreas Kling
2022-02-28LibWeb: Don't blockify or inlinify boxes with already-correct typeAndreas Kling
2022-02-28LibWeb: Blockify children of parents with display:grid or display:flexAndreas Kling
2022-02-28LibWeb: Split CSS box type transformations into a helper functionAndreas Kling
2022-02-26LibWeb: Make StyleValue absolutization non-destructiveAndreas Kling
2022-02-25LibWeb: Look for nearest available size when using bitmap fontsAndreas Kling
2022-02-25LibWeb: Add a rule-cache for PseudoElementsSam Atkins
2022-02-25LibWeb: Match styles for pseudo-elementsSam Atkins
2022-02-21LibWeb: Respect font-size specified by CSS in "em" length calculationsAndreas Kling
2022-02-21LibWeb: Assign correct viewport dimensions when making style for ICBAndreas Kling
2022-02-20LibWeb+Base: Parse font-style CSS propertyKarol Kosek
2022-02-19LibWeb: Turn StyleProperties::m_property_values into an ArrayAndreas Kling
2022-02-12LibWeb: Add an enum for !importantSam Atkins
2022-02-11LibWeb: Remove unused CascadeOrigin::AnyAndreas Kling
2022-02-10LibWeb: Add "tag name" buckets to StyleComputer::RuleCacheAndreas Kling
2022-02-10LibWeb: Add "ID" buckets to StyleComputer::RuleCacheAndreas Kling
2022-02-10LibWeb: Cache CSS rules in buckets to reduce number of rules checkedAndreas Kling
2022-02-10LibWeb: Perform CSS custom property cascade once instead of per-propertyAndreas Kling
2022-02-10LibWeb: Fix a bunch of trivial clang-tidy warnings in StyleComputerAndreas Kling
2022-02-10LibWeb: Rename a CascadeOrigin parameter in StyleComputerAndreas Kling
2022-02-04LibWeb+Base: Enable calc() for font-weight property :^)Sam Atkins
2022-02-04LibWeb: Replace Length::set_calculated_style() with ::make_calculated()Sam Atkins
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2022-01-24LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"Andreas Kling
2022-01-20LibWeb: Handle percentage font sizesSam Atkins
2021-12-09LibWeb: Remove now-unused CustomStyleValueSam Atkins
2021-12-09LibWeb: Handle dependency cycles in CSS var()s :^)Sam Atkins
2021-12-09LibWeb: Mitigate the billion-laughs attack on CSS variablesSam Atkins
2021-12-09LibWeb: Handle fallback values for CSS variables :^)Sam Atkins
2021-12-09LibWeb: Parse and resolve UnresolvedStyleValuesSam Atkins
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-17LibWeb: Handle multiple backgrounds in StyleComputerSam Atkins
2021-11-10LibWeb: Make property_initial_value() return a NonnullRefPtrSam Atkins