Commit Verlauf

Autor SHA1 Nachricht Datum
  Sam Atkins e5b0369dfd LibWeb: Parse spread-distance and `inset` parts of box-shadow vor 3 Jahren
  Sam Atkins 48c6cf92e3 LibWeb: Add `pointer-events: all` vor 3 Jahren
  Sam Atkins cbdbe0c5a2 LibWeb: Implement CalculatedStyleValue::to_string() vor 3 Jahren
  Sam Atkins 714832e705 LibWeb: Distinguish between Integer and Number calc() values vor 3 Jahren
  Sam Atkins 2407a03fd9 LibWeb: Add resolving calc() to a number/integer/percentage vor 3 Jahren
  Sam Atkins b54cd17c1e LibWeb: Allow percentage tokens again when parsing calc() vor 3 Jahren
  Sam Atkins f0fb84dfcb LibWeb: Refactor calc() resolution logic using CalculationResult vor 3 Jahren
  Sam Atkins 35f64af3a4 LibWeb: Implement CalculationResult type for calc() results vor 3 Jahren
  Sam Atkins b69f6097de LibWeb: Resolve type of calc() expressions at parse-time vor 3 Jahren
  Sam Atkins b818d952d1 LibWeb: Combine the two sets of calc() operator enums vor 3 Jahren
  Sam Atkins db04b5687d LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue vor 3 Jahren
  Sam Atkins 5826fe094f LibWeb: Allow comma- or space-separated StyleValueLists vor 3 Jahren
  Sam Atkins f22d8c8f77 LibWeb: Move non-trivial StyleValue to_string() methods to cpp file vor 3 Jahren
  Tobias Christiansen 69aac6ecd7 LibWeb: Add new property 'text-decoration-style' vor 3 Jahren
  Sam Atkins cff44831a8 LibWeb: Remove Length::Type::Percentage :^) vor 3 Jahren
  Sam Atkins cb0cce5cdc LibWeb: Convert flex-basis to LengthPercentage vor 3 Jahren
  Sam Atkins 784ba2ec42 LibWeb: Convert background-position to LengthPercentage vor 3 Jahren
  Sam Atkins f602249ae9 LibWeb: Convert background-size from Length to LengthPercentage vor 3 Jahren
  Sam Atkins f75e796909 LibWeb: Convert border-radii from Length to LengthPercentage :^) vor 3 Jahren
  Sam Atkins 2a3abf09ff LibWeb: Remove BorderRadiusStyleValue::to_length() hack vor 3 Jahren
  Sam Atkins ea0f6b42f0 LibWeb: Add PercentageStyleValue, and parse it vor 3 Jahren
  Sam Atkins 0bb5bda23e LibWeb: Alphabetize StyleValue classes vor 3 Jahren
  Daniel Bertalan 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang vor 3 Jahren
  Sam Atkins c9062b4ed5 LibWeb: Remove now-unused CustomStyleValue vor 3 Jahren
  Sam Atkins 000fb5a70d LibWeb: Add new UnresolvedStyleValue class vor 3 Jahren
  Sam Atkins aa43bee0d1 LibWeb: Store all background properties in BackgroundLayerData vor 3 Jahren
  Sam Atkins c052457498 LibWeb: Bring BackgroundStyleValue::to_string() to spec vor 3 Jahren
  Sam Atkins 96936d04d6 LibWeb: Parse background-size as part of background shorthand vor 3 Jahren
  Sam Atkins ae2a3bf185 LibWeb: Add BackgroundSizeStyleValue vor 3 Jahren
  Sam Atkins 891dd46a17 LibWeb: Store Repeat values directly in BackgroundRepeatStyleValue vor 3 Jahren