커밋 기록

작성자 SHA1 메시지 날짜
  Sam Atkins 35eb8b0dc2 LibWeb: Add better debug logging for CSS parsing errors 3 년 전
  Sam Atkins 5d6a4c5fc2 LibWeb: Check parsed CSS values with property_accepts_value() 3 년 전
  Sam Atkins 4a1dbb4f36 LibWeb: Move color identifier checking to StyleValue::is_color() 3 년 전
  Sam Atkins e40ea819d9 LibWeb: Prevent special-case CSS property parsing fallback 3 년 전
  Tobias Christiansen 9ebfafafbe LibWeb: Add transform property to the system 3 년 전
  Sam Atkins 0053314dd1 LibWeb: Use initial values from Properties.json inside CSS Parser 3 년 전
  Sam Atkins 854d6e5822 LibWeb: Persuade CSS Parser that idents like `currentcolor` are colors 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 5bb6936a2a LibWeb: Tidy up CSS parser logging 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 6c27e2938a LibWeb: Ignore vendor-prefixed at-rules 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 년 전
  Sam Atkins e30b702c6c LibWeb: Reduce CSS_PARSER_DEBUG spam 3 년 전
  Sam Atkins 7817c681d0 LibWeb: Ignore CSS properties with other people's vendor prefixes 3 년 전
  Andreas Kling 0bcab60463 LibWeb: Make CSSStyleDeclaration an abstract class 3 년 전
  Sam Atkins 640a980080 LibWeb: Parse CSS selectors with no space before a combinator 3 년 전
  Sam Atkins c66689ea76 LibWeb: Remove unused PropertyID parameter to StyleValue parsing methods 3 년 전
  Sam Atkins 8e4a4fd4db LibWeb: Remove "takes integer value" concept from parse_css_value() 3 년 전
  Sam Atkins b8c4320ffa LibWeb: Fix CSS opacity parsing 3 년 전
  Sam Atkins 8dc4f3763d LibWeb: Only apply the unitless-length quirk to needed properties 3 년 전
  Sam Atkins 3fa4f55f86 LibWeb: Add current_property_id to CSS ParsingContext 3 년 전
  Sam Atkins 8ddce2faaf LibWeb: Don't assert if reconsuming on an empty TokenStream 3 년 전
  Sam Atkins e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) 3 년 전
  Andreas Kling eaf88cc78a AK: Rename create<T> => make_ref_counted<T> 3 년 전
  Karol Kosek ffa7da0ca5 LibWeb: Handle CSS "ch" length unit (mostly) 3 년 전
  Sam Atkins b92a6d6542 LibWeb: Implement CSS `unset` builtin value 3 년 전
  Sam Atkins 6d39f4342d LibWeb: Use single shared instance of Inherit/InitialStyleValue 3 년 전