Commit History

Author SHA1 Message Date
  Sam Atkins fc7af21c7c LibWeb: Make things aware of box-sizing 3 years ago
  Andreas Kling 956968d4b2 LibWeb: Make ColorStyleValue serialization spec compliant 3 years ago
  Andreas Kling 198bb322ef LibWeb: Fix null dereference when assigning an ImageStyleValue via JS 3 years ago
  Andreas Kling 3dc6f0bc47 LibWeb: Absolutize internal lengths in all StyleValues 3 years ago
  Sam Atkins 4b554ba92a LibWeb: Clarify StyleValue API with new naming scheme 3 years ago
  Sam Atkins 1ae0781ce1 LibWeb: Alphabetically sort StyleValues 3 years ago
  Sam Atkins 85254ada94 LibWeb: Fix `auto` conversion to identifier 3 years ago
  Sam Atkins b927972da7 LibWeb: Add range-checking to property_accepts_value() 3 years ago
  Sam Atkins 603f611ceb LibWeb: Sort StyleValue enums alphabetically 3 years ago
  Sam Atkins 4a1dbb4f36 LibWeb: Move color identifier checking to StyleValue::is_color() 3 years ago
  Andreas Kling c55909f175 LibWeb: Add a specialized BorderRadiusStyleValue::equals() 3 years ago
  Andreas Kling ae7bbd93b8 LibWeb: Add a specialized NumericStyleValue::equals() 3 years ago
  Tobias Christiansen 9ebfafafbe LibWeb: Add transform property to the system 3 years ago
  Sam Atkins 86f78bff2a LibWeb: Make StyleValue::to_color() take a Node instead of the Document 3 years ago
  Tobias Christiansen 307f90b675 LibWeb: Add proper parsing of the AlignItems property 3 years ago
  kleines Filmröllchen 047c013be0 LibWeb: Add several computed CSS styles 3 years ago
  kleines Filmröllchen 6865a5a447 LibWeb: Add CombinedBoderRadiusStyleValue for CSS `border-radius` 3 years ago
  Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it 3 years ago
  Sam Atkins e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) 3 years ago
  Andreas Kling 1fa5fba432 LibWeb: Make the base StyleValue::to_length() return an undefined length 3 years ago
  Sam Atkins b92a6d6542 LibWeb: Implement CSS `unset` builtin value 3 years ago
  Sam Atkins 6d39f4342d LibWeb: Use single shared instance of Inherit/InitialStyleValue 3 years ago
  Sam Atkins afc434c416 LibWeb: Remove ValueListStyleValue :^) 3 years ago
  Sam Atkins 678760bd87 LibWeb: Parse multiple font-family values 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