Historial de Commits

Autor SHA1 Mensaje Fecha
  Sam Atkins e5b0369dfd LibWeb: Parse spread-distance and `inset` parts of box-shadow hace 3 años
  Sam Atkins cbdbe0c5a2 LibWeb: Implement CalculatedStyleValue::to_string() hace 3 años
  Sam Atkins 714832e705 LibWeb: Distinguish between Integer and Number calc() values hace 3 años
  Sam Atkins 2407a03fd9 LibWeb: Add resolving calc() to a number/integer/percentage hace 3 años
  Sam Atkins b54cd17c1e LibWeb: Allow percentage tokens again when parsing calc() hace 3 años
  Sam Atkins f0fb84dfcb LibWeb: Refactor calc() resolution logic using CalculationResult hace 3 años
  Sam Atkins 35f64af3a4 LibWeb: Implement CalculationResult type for calc() results hace 3 años
  Sam Atkins b69f6097de LibWeb: Resolve type of calc() expressions at parse-time hace 3 años
  Sam Atkins b818d952d1 LibWeb: Combine the two sets of calc() operator enums hace 3 años
  Sam Atkins db04b5687d LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue hace 3 años
  Sam Atkins 181d1e2dd6 LibWeb: Implement TransformationStyleValue::to_string() hace 3 años
  Sam Atkins 5826fe094f LibWeb: Allow comma- or space-separated StyleValueLists hace 3 años
  Sam Atkins f71db4afd8 LibWeb: Make StyleValue::to_string() output valid CSS hace 3 años
  Sam Atkins f22d8c8f77 LibWeb: Move non-trivial StyleValue to_string() methods to cpp file hace 3 años
  Sam Atkins ea0f6b42f0 LibWeb: Add PercentageStyleValue, and parse it hace 3 años
  Sam Atkins c9062b4ed5 LibWeb: Remove now-unused CustomStyleValue hace 3 años
  Sam Atkins 000fb5a70d LibWeb: Add new UnresolvedStyleValue class hace 3 años
  Andreas Kling 7c57961c61 LibWeb: Move BrowsingContext into HTML/ hace 3 años
  Sam Atkins c052457498 LibWeb: Bring BackgroundStyleValue::to_string() to spec hace 3 años
  Sam Atkins ae2a3bf185 LibWeb: Add BackgroundSizeStyleValue hace 3 años
  Sam Atkins 988a8ed3d8 LibWeb: Parse CSS `background-position` property hace 3 años
  Sam Atkins 0f393771b7 LibWeb: Move image resource request out of ImageStyleValue constructor hace 3 años
  Sam Atkins 58a0ca41a7 LibWeb: Use east const in StyleValue.{h,cpp} hace 3 años
  Ben Wiederhake c602db1620 LibWeb: Add missing headers hace 3 años
  Andreas Kling 956968d4b2 LibWeb: Make ColorStyleValue serialization spec compliant hace 3 años
  Andreas Kling 198bb322ef LibWeb: Fix null dereference when assigning an ImageStyleValue via JS hace 3 años
  Sam Atkins 4b554ba92a LibWeb: Clarify StyleValue API with new naming scheme hace 3 años
  Sam Atkins b927972da7 LibWeb: Add range-checking to property_accepts_value() hace 3 años
  Sam Atkins 4a1dbb4f36 LibWeb: Move color identifier checking to StyleValue::is_color() hace 3 años
  Sam Atkins 17bb913625 LibWeb: Implement `currentcolor` special value hace 3 años