Historique des commits

Auteur SHA1 Message Date
  Andreas Kling aa45cdf71d LibWeb: Give StyleComputer a helper for getting the current viewport il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Andreas Kling 759bfbb572 LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere il y a 3 ans
  Andreas Kling 39389b5704 LibWeb: Don't make deep copy of custom properties for every element il y a 3 ans
  Sam Atkins 332799fbcb LibWeb: Stub getting the initial font instead of the root one il y a 3 ans
  Andreas Kling 205208db11 LibWeb: Reduce HashMap thrashing during custom property cascade il y a 3 ans
  Andreas Kling e4fdb40158 LibWeb: Use FlyString for CSS custom property names il y a 3 ans
  Sam Atkins f3cda3c830 LibWeb: Add a rule-cache for PseudoElements il y a 3 ans
  Sam Atkins 7eb7396f8b LibWeb: Match styles for pseudo-elements il y a 3 ans
  Sam Atkins a99d02e14d LibWeb: Add an enum for !important il y a 3 ans
  Andreas Kling 1667a80ade LibWeb: Remove CascadeOrigin::Any enum value il y a 3 ans
  Andreas Kling 5ff816abbf LibWeb: Remove unused CascadeOrigin::Any il y a 3 ans
  Andreas Kling b68c51379e LibWeb: Add "tag name" buckets to StyleComputer::RuleCache il y a 3 ans
  Andreas Kling 031296cf7b LibWeb: Add "ID" buckets to StyleComputer::RuleCache il y a 3 ans
  Andreas Kling 646b37d1a9 LibWeb: Cache CSS rules in buckets to reduce number of rules checked il y a 3 ans
  Andreas Kling 8d104b7de2 LibWeb: Perform CSS custom property cascade once instead of per-property il y a 3 ans
  Andreas Kling b248661f11 LibWeb: Fix a bunch of trivial clang-tidy warnings in StyleComputer il y a 3 ans
  Andreas Kling 12932d187e LibWeb: Teach StyleComputer about "Automatic Box Type Transformation" il y a 3 ans
  Sam Atkins c3437bccb3 LibWeb: Handle dependency cycles in CSS var()s :^) il y a 3 ans
  Sam Atkins 67e1125b4c LibWeb: Handle fallback values for CSS variables :^) il y a 3 ans
  Sam Atkins 23dc0dac88 LibWeb: Parse and resolve UnresolvedStyleValues il y a 3 ans
  Andreas Kling f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer il y a 3 ans