Commit History

作者 SHA1 備註 提交日期
  Sam Atkins ae4f0000c8 LibWeb: Make MediaFeature a top-level class and add factory methods 3 年之前
  Sam Atkins 6299d68e45 LibWeb: Introduce MediaFeatureValue type for use in media queries 3 年之前
  Sam Atkins 23dc0dac88 LibWeb: Parse and resolve UnresolvedStyleValues 3 年之前
  Sam Atkins dea4f83037 LibWeb: Use a string instead of an internal Parser class in Supports 3 年之前
  Sam Atkins e760263728 LibWeb: Parse CSS `<general-enclosed>` 3 年之前
  Sam Atkins 522faa1554 LibWeb: Use number value from CSS Tokens 3 年之前
  Sam Atkins 8fd4678e79 LibWeb: Parse comma-separated lists for most background properties 3 年之前
  Sam Atkins 50b15bdc1d LibWeb: Prevent copying CSS TokenStream 3 年之前
  Sam Atkins 0da014befd LibWeb: Remove CSS Parser method overloads with no TokenStream parameter 3 年之前
  Sam Atkins 7936f79825 LibWeb: Remove ParsingContext parameter from private CSS Parser methods 3 年之前
  Sam Atkins e7d0544500 LibWeb: Make CSS Parser methods non-static 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
  Sam Atkins 67214e0b61 LibWeb: Parse `background-size` property 3 年之前
  Sam Atkins 5d0acb63ae LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand 3 年之前
  Sam Atkins 988a8ed3d8 LibWeb: Parse CSS `background-position` property 3 年之前
  Timothy Flynn eb0fb38cac LibWeb: Support parsing some data: URLs in CSS 3 年之前
  Sam Atkins f645ed199e LibWeb: Make CSS ParsingContext's Document* be const 3 年之前
  Sam Atkins b1f8a73a05 LibWeb: Parse CSS `Supports` 3 年之前
  Sam Atkins 87a30418bf LibWeb: Add CSS 'Supports' class 3 年之前
  Sam Atkins bd648d082c LibWeb: Parse media queries! :^) 3 年之前
  Sam Atkins 2ed0f880ee LibWeb: Add TokenStream::rewind_to_position() 3 年之前
  Sam Atkins 5bbbdb81dc LibWeb: Sketch out media-query parsing 3 年之前
  Andreas Kling 994e33b0f7 LibWeb: Implement most of CSSStyleRule.insertRule() 3 年之前
  Tobias Christiansen 9ebfafafbe LibWeb: Add transform property to the system 3 年之前
  Brian Gianforcaro 2b57018196 LibWeb: Use default instead of an empty constructor/destructor 3 年之前
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it 3 年之前
  Sam Atkins 8f6017bc4e LibWeb: Ignore CSS properties with vendor-prefixed values 3 年之前
  Sam Atkins 00b84249d6 LibWeb: Rename CSS::Parser::SelectorParsingResult => ParsingResult 3 年之前
  Sam Atkins 13c67f9920 LibWeb: Ignore vendor-prefixed pseudo-element/classes in selectors 3 年之前
  Sam Atkins 83cd2eef8f LibWeb: Return SelectorParsingResult from all selector parsing functions 3 年之前