Historique des commits

Auteur SHA1 Message Date
  Sam Atkins 8bd1854406 LibWeb+Base: Enable calc() for font-weight property :^) il y a 3 ans
  Sam Atkins ce0a516e59 LibWeb: Replace Length::set_calculated_style() with ::make_calculated() il y a 3 ans
  thankyouverycool 96895cd22c Everywhere: Fully qualify font names by including their slope il y a 3 ans
  Andreas Kling 12932d187e LibWeb: Teach StyleComputer about "Automatic Box Type Transformation" il y a 3 ans
  Sam Atkins 0162ca912b LibWeb: Handle percentage font sizes il y a 3 ans
  Sam Atkins c9062b4ed5 LibWeb: Remove now-unused CustomStyleValue il y a 3 ans
  Sam Atkins c3437bccb3 LibWeb: Handle dependency cycles in CSS var()s :^) il y a 3 ans
  Sam Atkins 3df0bf2c8d LibWeb: Mitigate the billion-laughs attack on CSS variables 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 7c57961c61 LibWeb: Move BrowsingContext into HTML/ il y a 3 ans
  Sam Atkins ecf1b7f977 LibWeb: Handle multiple backgrounds in StyleComputer il y a 3 ans
  Sam Atkins e52f987020 LibWeb: Make property_initial_value() return a NonnullRefPtr il y a 3 ans
  Sam Atkins 96936d04d6 LibWeb: Parse background-size as part of background shorthand il y a 3 ans
  Sam Atkins 67214e0b61 LibWeb: Parse `background-size` property il y a 3 ans
  Sam Atkins 901a990b1b LibWeb: Remove concept of CSS pseudo-properties il y a 3 ans
  Sam Atkins 1e53768f1b LibWeb: Combine background-repeat-x/y pseudo-properties il y a 3 ans
  Sam Atkins 5d0acb63ae LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand il y a 3 ans
  Sam Atkins 532f1e859d LibWeb: Parse `background-clip` and `background-origin` il y a 3 ans
  Sam Atkins 018a4aa85c LibWeb: Parse `background-attachment` as part of `background` property il y a 3 ans
  Sam Atkins 116a5fe5d0 LibWeb: Add `background-position` to `background` property il y a 3 ans
  Sam Atkins 988a8ed3d8 LibWeb: Parse CSS `background-position` property il y a 3 ans
  Sam Atkins 78e57096e2 LibWeb: Distinguish between integer and float in NumericStyleValue il y a 3 ans
  Sam Atkins 2d0c6bde01 LibWeb: Use W3C urls for CSS-CASCADE spec links il y a 3 ans
  Andreas Kling 3b0da8b28c LibWeb: Add a missing null check in StyleComputer::compute_font() il y a 3 ans
  Ben Wiederhake 0db6ca4065 LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule il y a 3 ans
  Andreas Kling 71f371f6b1 LibWeb: Ignore `font-size: calc(...)` for now il y a 3 ans
  Andreas Kling f8dd3e14ba LibWeb: Rename CSS::StyleResolver => StyleComputer il y a 3 ans