Historial de Commits

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