Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 5b7a8891a6 LibWeb: Implement calc() value equality check in a more efficient way il y a 1 an
  Sam Atkins 30dcbc306c LibWeb: Make resolution calculable il y a 1 an
  Aliaksandr Kalenik 28c9015bd8 LibWeb: Resolve percentages in calc() for font-size il y a 1 an
  Sam Atkins b0317bb3a1 LibWeb: Implement Flex and FlexStyleValue types il y a 1 an
  Sam Atkins 53f3ed026a LibWeb: Mark CalculatedStyleValue::resolve_integer() as const il y a 1 an
  Aliaksandr Kalenik 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels il y a 1 an
  Sam Atkins c171810030 LibWeb: Make CalculatedStyleValue::dump() infallible il y a 1 an
  Sam Atkins 7fe97ee6c5 LibWeb: Make StyleValue::to_string() infallible il y a 1 an
  Sam Atkins 2038cb3c81 LibWeb: Make CSS math function parsing infallible il y a 1 an
  Sam Atkins 8a8cc18cf4 LibWeb: Make StyleValue constructors infallible il y a 1 an
  Sam Atkins 136dc7a1c3 LibWeb: Extract CalculationNode::constant_type_from_string() function il y a 2 ans
  Sam Atkins e4a2bd7a44 LibWeb: Move RoundingMode to Enums.json il y a 2 ans
  Ali Mohammad Pur 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster il y a 2 ans
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions il y a 2 ans
  Sam Atkins f21a30e45f LibWeb: Use CSSNumericType for CalculatedStyleValue resolved type il y a 2 ans
  Sam Atkins 4d84080fdc LibWeb: Implement "Determine the type of a calculation" algorithm il y a 2 ans
  Sam Atkins 434bac3c67 LibWeb: Return true for `is_operator_node()` for math-function nodes il y a 2 ans
  stelar7 d6db924d47 LibWeb: Implement CSS `rem()` il y a 2 ans
  stelar7 dc042662d1 LibWeb: Implement CSS `mod()` il y a 2 ans
  stelar7 b2230c826b LibWeb: Implement CSS `round()` il y a 2 ans
  stelar7 5727e276ea LibWeb: Implement CSS `exp()` il y a 2 ans
  stelar7 6dde49404a LibWeb: Implement CSS `log()` il y a 2 ans
  stelar7 fa37bb8b76 LibWeb: Implement CSS `hypot()` il y a 2 ans
  stelar7 0d30fb5a6e LibWeb: Implement CSS `sqrt()` il y a 2 ans
  stelar7 9aed8ec7f0 LibWeb: Implement CSS `pow()` il y a 2 ans
  stelar7 a9a62ad8c9 LibWeb: Implement CSS `atan2()` il y a 2 ans
  stelar7 1aa84dfddd LibWeb: Implement CSS `atan()` il y a 2 ans
  stelar7 784e1cfb72 LibWeb: Implement CSS `acos()` il y a 2 ans
  stelar7 708b5ef447 LibWeb: Implement CSS `asin()` il y a 2 ans
  stelar7 64f0349a9e LibWeb: Implement CSS `tan()` il y a 2 ans