Historique des commits

Auteur SHA1 Message Date
  Sam Atkins 8b57e56d66 LibWeb: Parse "none" value for box-shadow property il y a 3 ans
  Sam Atkins caac0706c2 LibWeb: Accept a Block token as the body of a CSS At-Rule il y a 3 ans
  Brian Gianforcaro 027cbe6b89 LibWeb: Optimize CSS::StyleDeclaration for size il y a 3 ans
  Nico Weber b8dc3661ac Libraries: Fix -Wunreachable-code warnings from clang il y a 3 ans
  Sam Atkins 57a25139a5 LibWeb: Implement `@supports` rule :^) il y a 3 ans
  Sam Atkins b1f8a73a05 LibWeb: Parse CSS `Supports` il y a 3 ans
  Sam Atkins 87a30418bf LibWeb: Add CSS 'Supports' class il y a 3 ans
  Ben Wiederhake 0db6ca4065 LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule il y a 3 ans
  Sam Atkins bd648d082c LibWeb: Parse media queries! :^) il y a 3 ans
  Sam Atkins 2ed0f880ee LibWeb: Add TokenStream::rewind_to_position() il y a 3 ans
  Sam Atkins c7cd489689 LibWeb: Parse `@media` rules into CSSMediaRule objects il y a 3 ans
  Sam Atkins 9c5430b9ee LibWeb: Make consume_a_qualified_rule() understand block tokens il y a 3 ans
  Sam Atkins 5bbbdb81dc LibWeb: Sketch out media-query parsing il y a 3 ans
  Nico Weber 6c9bc18a79 Userland: Fix typos il y a 3 ans
  Andreas Kling 198bb322ef LibWeb: Fix null dereference when assigning an ImageStyleValue via JS il y a 3 ans
  Andreas Kling 994e33b0f7 LibWeb: Implement most of CSSStyleRule.insertRule() il y a 3 ans
  Sam Atkins 058d44dcae LibWeb: Replace last couple of StyleValue casts with `as_foo()` il y a 3 ans
  Sam Atkins f574f538d2 LibWeb: Use property_accepts_value() for parsing text-decoration il y a 3 ans
  Sam Atkins 4bc9b9eaaa LibWeb: Use property_accepts_value() for overflow parsing il y a 3 ans
  Sam Atkins b08094bccc LibWeb: Use property_accepts_value() for list style parsing il y a 3 ans
  Sam Atkins dcf70ab821 LibWeb: Use property_accepts_value() for font parsing il y a 3 ans
  Sam Atkins e262596ee1 LibWeb: Use property_accepts_value() for parsing flexbox properties il y a 3 ans
  Sam Atkins 37e69fb286 LibWeb: Use property_accepts_value() when parsing borders il y a 3 ans
  Sam Atkins 5213760e4b LibWeb: Use property_accepts_value() for background parsing il y a 3 ans
  Sam Atkins 35eb8b0dc2 LibWeb: Add better debug logging for CSS parsing errors il y a 3 ans
  Sam Atkins 5d6a4c5fc2 LibWeb: Check parsed CSS values with property_accepts_value() il y a 3 ans
  Sam Atkins 4a1dbb4f36 LibWeb: Move color identifier checking to StyleValue::is_color() il y a 3 ans
  Sam Atkins e40ea819d9 LibWeb: Prevent special-case CSS property parsing fallback il y a 3 ans
  Tobias Christiansen 9ebfafafbe LibWeb: Add transform property to the system il y a 3 ans
  Sam Atkins 0053314dd1 LibWeb: Use initial values from Properties.json inside CSS Parser il y a 3 ans