Commit History

Author SHA1 Message Date
  Sam Atkins b1f8a73a05 LibWeb: Parse CSS `Supports` 3 years ago
  Sam Atkins 87a30418bf LibWeb: Add CSS 'Supports' class 3 years ago
  Sam Atkins bd648d082c LibWeb: Parse media queries! :^) 3 years ago
  Sam Atkins 2ed0f880ee LibWeb: Add TokenStream::rewind_to_position() 3 years ago
  Sam Atkins 5bbbdb81dc LibWeb: Sketch out media-query parsing 3 years ago
  Andreas Kling 994e33b0f7 LibWeb: Implement most of CSSStyleRule.insertRule() 3 years ago
  Tobias Christiansen 9ebfafafbe LibWeb: Add transform property to the system 3 years ago
  Brian Gianforcaro 2b57018196 LibWeb: Use default instead of an empty constructor/destructor 3 years ago
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it 3 years ago
  Sam Atkins 8f6017bc4e LibWeb: Ignore CSS properties with vendor-prefixed values 3 years ago
  Sam Atkins 00b84249d6 LibWeb: Rename CSS::Parser::SelectorParsingResult => ParsingResult 3 years ago
  Sam Atkins 13c67f9920 LibWeb: Ignore vendor-prefixed pseudo-element/classes in selectors 3 years ago
  Sam Atkins 83cd2eef8f LibWeb: Return SelectorParsingResult from all selector parsing functions 3 years ago
  Sam Atkins 7817c681d0 LibWeb: Ignore CSS properties with other people's vendor prefixes 3 years ago
  Andreas Kling 0bcab60463 LibWeb: Make CSSStyleDeclaration an abstract class 3 years ago
  Sam Atkins c66689ea76 LibWeb: Remove unused PropertyID parameter to StyleValue parsing methods 3 years ago
  Sam Atkins 3fa4f55f86 LibWeb: Add current_property_id to CSS ParsingContext 3 years ago
  Sam Atkins e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) 3 years ago
  Sam Atkins d2342caf42 LibWeb: Parse CSS builtins before other values 3 years ago
  Sam Atkins 678760bd87 LibWeb: Parse multiple font-family values 3 years ago
  Sam Atkins 75450d2250 LibWeb: Handle StyleValueList for background-image 3 years ago
  Sam Atkins 6f9263de04 LibWeb: Implement and use BackgroundRepeatStyleValue 3 years ago
  Sam Atkins e6c0cb5a7f LibWeb: Implement and use OverflowStyleValue 3 years ago
  Sam Atkins 168865dbdc LibWeb: Implement and use BorderRadiusStyleValue 3 years ago
  Sam Atkins cb3e097663 LibWeb: Implement and use BorderStyleValue 3 years ago
  Sam Atkins c27f99fc1d LibWeb: Implement and use FlexFlowStyleValue 3 years ago
  Sam Atkins 2644d2c221 LibWeb: Implement and use FlexStyleValue 3 years ago
  Sam Atkins 44a082391b LibWeb: Implement and use TextDecorationStyleValue 3 years ago
  Sam Atkins 0e15561df0 LibWeb: Implement and use ListStyleStyleValue 3 years ago
  Sam Atkins dcbfb61816 LibWeb: Implement and use BackgroundStyleValue 3 years ago