Commit Verlauf

Autor SHA1 Nachricht Datum
  Sam Atkins bd648d082c LibWeb: Parse media queries! :^) vor 3 Jahren
  Sam Atkins 2ed0f880ee LibWeb: Add TokenStream::rewind_to_position() vor 3 Jahren
  Sam Atkins c7cd489689 LibWeb: Parse `@media` rules into CSSMediaRule objects vor 3 Jahren
  Sam Atkins 9c5430b9ee LibWeb: Make consume_a_qualified_rule() understand block tokens vor 3 Jahren
  Sam Atkins 5bbbdb81dc LibWeb: Sketch out media-query parsing vor 3 Jahren
  Nico Weber 6c9bc18a79 Userland: Fix typos vor 3 Jahren
  Andreas Kling 198bb322ef LibWeb: Fix null dereference when assigning an ImageStyleValue via JS vor 3 Jahren
  Andreas Kling 994e33b0f7 LibWeb: Implement most of CSSStyleRule.insertRule() vor 3 Jahren
  Sam Atkins 058d44dcae LibWeb: Replace last couple of StyleValue casts with `as_foo()` vor 3 Jahren
  Sam Atkins f574f538d2 LibWeb: Use property_accepts_value() for parsing text-decoration vor 3 Jahren
  Sam Atkins 4bc9b9eaaa LibWeb: Use property_accepts_value() for overflow parsing vor 3 Jahren
  Sam Atkins b08094bccc LibWeb: Use property_accepts_value() for list style parsing vor 3 Jahren
  Sam Atkins dcf70ab821 LibWeb: Use property_accepts_value() for font parsing vor 3 Jahren
  Sam Atkins e262596ee1 LibWeb: Use property_accepts_value() for parsing flexbox properties vor 3 Jahren
  Sam Atkins 37e69fb286 LibWeb: Use property_accepts_value() when parsing borders vor 3 Jahren
  Sam Atkins 5213760e4b LibWeb: Use property_accepts_value() for background parsing vor 3 Jahren
  Sam Atkins 35eb8b0dc2 LibWeb: Add better debug logging for CSS parsing errors vor 3 Jahren
  Sam Atkins 5d6a4c5fc2 LibWeb: Check parsed CSS values with property_accepts_value() vor 3 Jahren
  Sam Atkins 4a1dbb4f36 LibWeb: Move color identifier checking to StyleValue::is_color() vor 3 Jahren
  Sam Atkins e40ea819d9 LibWeb: Prevent special-case CSS property parsing fallback vor 3 Jahren
  Tobias Christiansen 9ebfafafbe LibWeb: Add transform property to the system vor 3 Jahren
  Sam Atkins 0053314dd1 LibWeb: Use initial values from Properties.json inside CSS Parser vor 3 Jahren
  Sam Atkins 854d6e5822 LibWeb: Persuade CSS Parser that idents like `currentcolor` are colors vor 3 Jahren
  Brian Gianforcaro 2b57018196 LibWeb: Use default instead of an empty constructor/destructor vor 3 Jahren
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it vor 3 Jahren
  Sam Atkins 5bb6936a2a LibWeb: Tidy up CSS parser logging vor 3 Jahren
  Sam Atkins 8f6017bc4e LibWeb: Ignore CSS properties with vendor-prefixed values vor 3 Jahren
  Sam Atkins 00b84249d6 LibWeb: Rename CSS::Parser::SelectorParsingResult => ParsingResult vor 3 Jahren
  Sam Atkins 6c27e2938a LibWeb: Ignore vendor-prefixed at-rules vor 3 Jahren
  Sam Atkins 13c67f9920 LibWeb: Ignore vendor-prefixed pseudo-element/classes in selectors vor 3 Jahren