Histórico de Commits

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