Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Atkins e4a2bd7a44 LibWeb: Move RoundingMode to Enums.json hace 2 años
  Andreas Kling 3194f10ad0 LibWeb: Explicitly instantiate a CSS parser template function hace 2 años
  Ali Mohammad Pur efa55673cd Meta/CodeGenerators+LibWeb: Add support for 'easing-function' CSS values hace 2 años
  Ali Mohammad Pur dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions hace 2 años
  Ali Mohammad Pur b00a23b0b6 LibWeb: Fix a spec link in CSS/Parser hace 2 años
  Ali Mohammad Pur d60d149e62 LibWeb: Move some static functions from CSS/Parser.cpp into a new file 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
  Timothy Flynn aff81d318b Everywhere: Run clang-format hace 2 años
  Andreas Kling 5955a504e0 LibWeb: Allow font-family names to start with `-` hace 2 años
  Andreas Kling dfdb31f5b0 LibWeb: Accept MIME types starting with "application/font" for CSS fonts 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
  Andreas Kling 088cc4ea73 LibWeb: Parse CSS :host selector hace 2 años
  Andreas Kling 6b3b056476 LibWeb: Support CSS font shorthand with up to 4 consecutive `normal` hace 2 años
  Sam Atkins 8c50d5d248 LibWeb: Remove misleading log message about unimplemented functions hace 2 años
  Sam Atkins d0808e5d94 LibWeb: Correct `@font-face` debug log messages hace 2 años
  FalseHonesty 110eeb8591 LibWeb: Support calc(...) in box-shadow's values of type Length hace 2 años
  Aliaksandr Kalenik a8211abc1e LibWeb: Support CSS functions other than calc() for grid sizes hace 2 años
  Andi Gallo db121c7af1 LibWeb: Handle leading whitespace in grid-template-* block components 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
  Sam Atkins 8ef25989b6 LibWeb: Parse identifiers last in `parse_paint_value()` hace 2 años
  Sam Atkins 5cdcd135ab LibWeb: Add parsing for CSS `<paint>` values hace 2 años