提交历史

作者 SHA1 备注 提交日期
  Sam Atkins eb7cda1172 LibWeb: Implement the `:volume-locked` pseudo-class 1 年之前
  Sam Atkins c8a51f232d LibWeb: Implement the `:muted` pseudo-class 1 年之前
  Sam Atkins 7b4ae43b91 LibWeb: Implement the `:seeking` pseudo-class 1 年之前
  Sam Atkins 4df5e24926 LibWeb: Implement the `:playing` and `:paused` pseudo-classes 1 年之前
  Karol Kosek 16836e7e62 LibWeb: Remove checking for AllowedDataUrlType 2 年之前
  Jonah 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule 1 年之前
  MacDue 109ea418ab LibWeb: Parse and ignore SVG paint fallback color 1 年之前
  Sam Atkins 06eb4a7557 LibWeb: Match math function values to properties in correct order 1 年之前
  Andreas Kling 8f29bdb62c LibWeb: Implement the CSS `revert` keyword 1 年之前
  Andreas Kling 95097e47a7 LibWeb: Allow calc() values in image `sizes` attribute 1 年之前
  Aliaksandr Kalenik 0e8a0a8191 LibWeb: Add support for "display: contents" 1 年之前
  Andreas Kling 902e76baff LibWeb: Ignore whitespace around easing function argument values 1 年之前
  Aliaksandr Kalenik a8587fe54e LibWeb: Add support for "place-items" CSS property 2 年之前
  Alan Kemp 3fd870a429 LibWeb: Create EdgeStyleValue for BackgroundPositionXY with no offset 2 年之前
  Sam Atkins 8fc545992d LibWeb: Use generated math-function-parsing code 2 年之前
  Sam Atkins 136dc7a1c3 LibWeb: Extract CalculationNode::constant_type_from_string() function 2 年之前
  Sam Atkins e4a2bd7a44 LibWeb: Move RoundingMode to Enums.json 2 年之前
  Andreas Kling 3194f10ad0 LibWeb: Explicitly instantiate a CSS parser template function 2 年之前
  Ali Mohammad Pur efa55673cd Meta/CodeGenerators+LibWeb: Add support for 'easing-function' CSS values 2 年之前
  Ali Mohammad Pur dd073b2711 Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions 2 年之前
  Ali Mohammad Pur b00a23b0b6 LibWeb: Fix a spec link in CSS/Parser 2 年之前
  Ali Mohammad Pur d60d149e62 LibWeb: Move some static functions from CSS/Parser.cpp into a new file 2 年之前
  Ali Mohammad Pur 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2 年之前
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
  Timothy Flynn aff81d318b Everywhere: Run clang-format 2 年之前
  Andreas Kling 5955a504e0 LibWeb: Allow font-family names to start with `-` 2 年之前
  Andreas Kling dfdb31f5b0 LibWeb: Accept MIME types starting with "application/font" for CSS fonts 2 年之前
  Sam Atkins f21a30e45f LibWeb: Use CSSNumericType for CalculatedStyleValue resolved type 2 年之前
  Sam Atkins 4d84080fdc LibWeb: Implement "Determine the type of a calculation" algorithm 2 年之前
  Andreas Kling 088cc4ea73 LibWeb: Parse CSS :host selector 2 年之前