Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling ad2180ba6c LibWeb: Put CSS parser debug spam behind CSS_PARSER_DEBUG 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 b54cd17c1e LibWeb: Allow percentage tokens again when parsing calc() 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 5826fe094f LibWeb: Allow comma- or space-separated StyleValueLists hace 3 años
  Sam Atkins cff44831a8 LibWeb: Remove Length::Type::Percentage :^) hace 3 años
  Sam Atkins 784ba2ec42 LibWeb: Convert background-position to LengthPercentage hace 3 años
  Sam Atkins f602249ae9 LibWeb: Convert background-size from Length to LengthPercentage hace 3 años
  Sam Atkins f75e796909 LibWeb: Convert border-radii from Length to LengthPercentage :^) hace 3 años
  Sam Atkins ea0f6b42f0 LibWeb: Add PercentageStyleValue, and parse it hace 3 años
  Sam Atkins 416033a660 LibWeb: Support range syntax for media queries hace 3 años
  Sam Atkins c3bf9e5b79 LibWeb: Rewrite media-query parsing to match spec grammar hace 3 años
  Sam Atkins b6fe7cc324 LibWeb: Make MediaCondition a top-level type and add factory methods hace 3 años
  Sam Atkins ae4f0000c8 LibWeb: Make MediaFeature a top-level class and add factory methods hace 3 años
  Sam Atkins 6299d68e45 LibWeb: Introduce MediaFeatureValue type for use in media queries hace 3 años
  Sam Atkins 0a8e289f37 LibWeb: Update `<general-enclosed>` definition to match spec change hace 3 años
  Sam Atkins c9062b4ed5 LibWeb: Remove now-unused CustomStyleValue hace 3 años
  Sam Atkins 23dc0dac88 LibWeb: Parse and resolve UnresolvedStyleValues hace 3 años
  Sam Atkins dea4f83037 LibWeb: Use a string instead of an internal Parser class in Supports hace 3 años
  Sam Atkins 7d5c626276 LibWeb: Add <general-enclosed> support to Media Queries hace 3 años
  Sam Atkins 99e18f40fb LibWeb: Use new GeneralEnclosed class in Supports hace 3 años
  Sam Atkins e760263728 LibWeb: Parse CSS `<general-enclosed>` hace 3 años
  Sam Atkins 9286aa77bc LibWeb: Break friendship between CSS Token and Parser :^( hace 3 años
  Sam Atkins d37f62fd54 LibWeb: Verify that the Tokenizer doesn't produce Dimensions from % hace 3 años
  Sam Atkins 522faa1554 LibWeb: Use number value from CSS Tokens hace 3 años
  Sam Atkins 738e682ae0 LibWeb: Make `@import` rules functional again :^) hace 3 años
  Sam Atkins 16d9ae0f88 LibWeb: Stop consuming too many tokens when parsing background-position hace 3 años
  Sam Atkins 72d080b4ba LibWeb: Parse multiple backgrounds :^) hace 3 años