Historique des commits

Auteur SHA1 Message Date
  Sam Atkins 6edd7a4d73 LibWeb: Implement hashless hex color quirk il y a 3 ans
  Sam Atkins d1f489b847 LibWeb: Explicitly cast parameters to Color::from_hsl/hsla() il y a 3 ans
  Sam Atkins 21b65de1ec LibGfx+LibWeb: Move "transparent" keyword into Color::from_string() il y a 3 ans
  Sam Atkins f645ed199e LibWeb: Make CSS ParsingContext's Document* be const il y a 3 ans
  Sam Atkins 0f393771b7 LibWeb: Move image resource request out of ImageStyleValue constructor il y a 3 ans
  Sam Atkins 78e57096e2 LibWeb: Distinguish between integer and float in NumericStyleValue il y a 3 ans
  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