Historique des commits

Auteur SHA1 Message Date
  stelar7 c73f476915 LibWeb: Implement CSS `sin()` il y a 2 ans
  stelar7 ba7af82c5c LibWeb: Parse css math constants il y a 2 ans
  stelar7 e1e382152c LibWeb: Implement CSS `sign()` il y a 2 ans
  stelar7 79fc4c8a82 LibWeb: Implement CSS `abs()` il y a 2 ans
  Hendiadyoin1 eeb15fc10b LibWeb: Stop lying about string types il y a 2 ans
  Andreas Kling 741c7aef21 LibWeb: Support more CSS functions in grid track size lists il y a 2 ans
  Sam Atkins 6fd3b39bef LibWeb: Parse `aspect-ratio` property il y a 2 ans
  Sam Atkins 5e3da93f1a LibWeb: Add RatioStyleValue and parsing il y a 2 ans
  Sam Atkins b9f9d87bd0 LibWeb: Allow `calc()` and friends inside `<ratio>` values il y a 2 ans
  Sam Atkins 57a247530c LibWeb: Introduce and use ComponentValue::is_delim() helper il y a 2 ans
  Andreas Kling 102b8d717f LibWeb: Set `flex-basis` to `0%` when omitted from `flex` shorthand il y a 2 ans
  Aliaksandr Kalenik 3b3ade0b8d LibWeb: Use none as initial value for grid-template-column/rows il y a 2 ans
  Luke Wilde 42a183720b LibWeb/SVG: Support url() in the stroke attribute il y a 2 ans
  Sam Atkins 874202045d LibWeb: Rewind TokenStream if we reject a parsed value as out-of-bounds il y a 2 ans
  Sam Atkins c48347f0cb LibWeb: Exit `parse_font_family_value()` when hitting an illegal token il y a 2 ans
  Sam Atkins 052ca0a246 LibWeb: Detect and reject math functions with no resolved type il y a 2 ans
  Andreas Kling df8a96ee00 LibWeb: Add a way to resolve calc() values without a layout node il y a 2 ans
  Sam Atkins 1f2629f132 LibWeb: Bounds-check parsed CSS types il y a 2 ans
  stelar7 2ef6aa5f3d LibWeb: Parse `clamp()` css math function il y a 2 ans
  stelar7 eaee0ecd88 LibWeb: Parse `max()` css math function il y a 2 ans
  stelar7 6a10821bfd LibWeb: Parse `min()` css math function il y a 2 ans
  stelar7 570e43a66a LibWeb: Move function parsing to separate method il y a 2 ans
  Sam Atkins 8889635ba7 LibWeb: Remove int usage of NumberStyleValues il y a 2 ans
  Sam Atkins 1160d8186b LibWeb: Implement IntegerStyleValue, for holding `<integer>` il y a 2 ans
  Sam Atkins ad8565011c LibWeb: Rename NumericStyleValue -> NumberStyleValue il y a 2 ans
  FalseHonesty dcead6f5eb LibWeb: Add support for parsing place-content shorthand CSS property il y a 2 ans
  stelar7 e23d31ae83 LibWeb: Lazy evaluate optional to avoid crash il y a 2 ans
  Ali Mohammad Pur e90752cc21 LibWeb: Add preliminary support for CSS animations il y a 2 ans
  Ali Mohammad Pur 279924242d LibWeb: Add CSS CompositeStyleValue il y a 2 ans
  Ali Mohammad Pur 49bb04a6ba LibWeb: Visit CSS block tokens for var() tokens as well il y a 2 ans