Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 546143e9a6 LibWeb: Fix vector OOB access when comparing some calc() values hace 1 año
  Aliaksandr Kalenik 225ed58f7e LibWeb/CSS: Resolve NumericCalculationNode to percentage when requested hace 1 año
  Andreas Kling 5b7a8891a6 LibWeb: Implement calc() value equality check in a more efficient way hace 1 año
  Aliaksandr Kalenik 3f52d6045a LibWeb/CSS: Resolve percentages in NumericCalculationNode 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
  MacDue 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) hace 1 año
  MacDue 360c0eb509 LibWeb: Remove implicit conversion from float and double to 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 6bee81cfb6 LibWeb: Make serializing basic CSS types infallible hace 1 año
  Sam Atkins c20df751c9 LibWeb: Use correct NumericLimits in CalculatedStyleValue hace 1 año
  Sam Atkins 2038cb3c81 LibWeb: Make CSS math function parsing infallible hace 1 año
  Lucas CHOLLET 3f35ffb648 Userland: Prefer `_string` over `_short_string` hace 1 año
  Sam Atkins dd1156fb17 LibWeb: Update spec comments for math function determined types 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
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions hace 2 años
  Sam Atkins 4d84080fdc LibWeb: Implement "Determine the type of a calculation" algorithm 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