Historique des commits

Auteur SHA1 Message Date
  Sam Atkins dea4f83037 LibWeb: Use a string instead of an internal Parser class in Supports il y a 3 ans
  Sam Atkins e760263728 LibWeb: Parse CSS `<general-enclosed>` il y a 3 ans
  Sam Atkins 522faa1554 LibWeb: Use number value from CSS Tokens il y a 3 ans
  Sam Atkins 8fd4678e79 LibWeb: Parse comma-separated lists for most background properties il y a 3 ans
  Sam Atkins 50b15bdc1d LibWeb: Prevent copying CSS TokenStream il y a 3 ans
  Sam Atkins 0da014befd LibWeb: Remove CSS Parser method overloads with no TokenStream parameter il y a 3 ans
  Sam Atkins 7936f79825 LibWeb: Remove ParsingContext parameter from private CSS Parser methods il y a 3 ans
  Sam Atkins e7d0544500 LibWeb: Make CSS Parser methods non-static il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Sam Atkins 67214e0b61 LibWeb: Parse `background-size` property il y a 3 ans
  Sam Atkins 5d0acb63ae LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand il y a 3 ans
  Sam Atkins 988a8ed3d8 LibWeb: Parse CSS `background-position` property il y a 3 ans
  Timothy Flynn eb0fb38cac LibWeb: Support parsing some data: URLs in CSS il y a 3 ans
  Sam Atkins f645ed199e LibWeb: Make CSS ParsingContext's Document* be const 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
  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 5bbbdb81dc LibWeb: Sketch out media-query parsing il y a 3 ans
  Andreas Kling 994e33b0f7 LibWeb: Implement most of CSSStyleRule.insertRule() il y a 3 ans
  Tobias Christiansen 9ebfafafbe LibWeb: Add transform property to the system il y a 3 ans
  Brian Gianforcaro 2b57018196 LibWeb: Use default instead of an empty constructor/destructor il y a 3 ans
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it il y a 3 ans
  Sam Atkins 8f6017bc4e LibWeb: Ignore CSS properties with vendor-prefixed values il y a 3 ans
  Sam Atkins 00b84249d6 LibWeb: Rename CSS::Parser::SelectorParsingResult => ParsingResult il y a 3 ans
  Sam Atkins 13c67f9920 LibWeb: Ignore vendor-prefixed pseudo-element/classes in selectors il y a 3 ans
  Sam Atkins 83cd2eef8f LibWeb: Return SelectorParsingResult from all selector parsing functions il y a 3 ans
  Sam Atkins 7817c681d0 LibWeb: Ignore CSS properties with other people's vendor prefixes il y a 3 ans
  Andreas Kling 0bcab60463 LibWeb: Make CSSStyleDeclaration an abstract class il y a 3 ans
  Sam Atkins c66689ea76 LibWeb: Remove unused PropertyID parameter to StyleValue parsing methods il y a 3 ans