Commit History

Author SHA1 Message Date
  Sam Atkins b69f6097de LibWeb: Resolve type of calc() expressions at parse-time 3 years ago
  Sam Atkins b818d952d1 LibWeb: Combine the two sets of calc() operator enums 3 years ago
  Sam Atkins db04b5687d LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue 3 years ago
  Sam Atkins 181d1e2dd6 LibWeb: Implement TransformationStyleValue::to_string() 3 years ago
  Sam Atkins 5826fe094f LibWeb: Allow comma- or space-separated StyleValueLists 3 years ago
  Sam Atkins f71db4afd8 LibWeb: Make StyleValue::to_string() output valid CSS 3 years ago
  Sam Atkins f22d8c8f77 LibWeb: Move non-trivial StyleValue to_string() methods to cpp file 3 years ago
  Sam Atkins ea0f6b42f0 LibWeb: Add PercentageStyleValue, and parse it 3 years ago
  Sam Atkins c9062b4ed5 LibWeb: Remove now-unused CustomStyleValue 3 years ago
  Sam Atkins 000fb5a70d LibWeb: Add new UnresolvedStyleValue class 3 years ago
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 years ago
  Sam Atkins c052457498 LibWeb: Bring BackgroundStyleValue::to_string() to spec 3 years ago
  Sam Atkins ae2a3bf185 LibWeb: Add BackgroundSizeStyleValue 3 years ago
  Sam Atkins 988a8ed3d8 LibWeb: Parse CSS `background-position` property 3 years ago
  Sam Atkins 0f393771b7 LibWeb: Move image resource request out of ImageStyleValue constructor 3 years ago
  Sam Atkins 58a0ca41a7 LibWeb: Use east const in StyleValue.{h,cpp} 3 years ago
  Ben Wiederhake c602db1620 LibWeb: Add missing headers 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
  Sam Atkins 4b554ba92a LibWeb: Clarify StyleValue API with new naming scheme 3 years ago
  Sam Atkins b927972da7 LibWeb: Add range-checking to property_accepts_value() 3 years ago
  Sam Atkins 4a1dbb4f36 LibWeb: Move color identifier checking to StyleValue::is_color() 3 years ago
  Sam Atkins 17bb913625 LibWeb: Implement `currentcolor` special value 3 years ago
  Sam Atkins 86f78bff2a LibWeb: Make StyleValue::to_color() take a Node instead of the Document 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 dfa9dcca98 LibWeb+Browser: Remove unnecessary InProcessWebView.h includes 3 years ago
  Sam Atkins afc434c416 LibWeb: Remove ValueListStyleValue :^) 3 years ago
  Sam Atkins 21c9825caf LibWeb: Implement new StyleValueList 3 years ago
  Sam Atkins 4a03279539 LibWeb: Add CSS ValueListStyleValue 4 years ago