Historique des commits

Auteur SHA1 Message Date
  Sam Atkins c0d3f1a5e4 LibWeb: Use CSS::Number for CalculatedStyleValue numbers il y a 3 ans
  Andreas Kling f87edd4c14 LibWeb: Don't crash when detached document tries to use system palette il y a 3 ans
  Simon Wanner c4f46893f6 LibWeb: Add parsing support for the remaining transform functions il y a 3 ans
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb il y a 3 ans
  Karol Kosek 0f7156ed81 LibWeb: Parse CSS `text-decoration-thickness` property il y a 3 ans
  Andreas Kling c59ab7cc8b LibWeb: Make StyleValue absolutization non-destructive il y a 3 ans
  Sam Atkins adaab23149 LibWeb: Parse the `content` property il y a 3 ans
  Sam Atkins 608bfac2a9 LibWeb: Implement CSS Time class il y a 3 ans
  Sam Atkins 0465abcfec LibWeb: Implement CSS Resolution class il y a 3 ans
  Sam Atkins bd79c303f6 LibWeb: Implement CSS Frequency class il y a 3 ans
  Sam Atkins 355d1936f2 LibWeb: Implement CSS Angle class il y a 3 ans
  Andreas Kling bfe69e9d0d LibWeb: Cache and reuse some very common StyleValue objects il y a 3 ans
  Sam Atkins 356d8bcfe8 LibWeb: Remove Length::Type::Undefined! :^) il y a 3 ans
  Sam Atkins 1093d6e2c3 LibWeb: Use a Variant for calc() percentage_basis il y a 3 ans
  Sam Atkins e5b0369dfd LibWeb: Parse spread-distance and `inset` parts of box-shadow il y a 3 ans
  Sam Atkins cbdbe0c5a2 LibWeb: Implement CalculatedStyleValue::to_string() il y a 3 ans
  Sam Atkins 714832e705 LibWeb: Distinguish between Integer and Number calc() values il y a 3 ans
  Sam Atkins 2407a03fd9 LibWeb: Add resolving calc() to a number/integer/percentage il y a 3 ans
  Sam Atkins b54cd17c1e LibWeb: Allow percentage tokens again when parsing calc() il y a 3 ans
  Sam Atkins f0fb84dfcb LibWeb: Refactor calc() resolution logic using CalculationResult il y a 3 ans
  Sam Atkins 35f64af3a4 LibWeb: Implement CalculationResult type for calc() results il y a 3 ans
  Sam Atkins b69f6097de LibWeb: Resolve type of calc() expressions at parse-time il y a 3 ans
  Sam Atkins b818d952d1 LibWeb: Combine the two sets of calc() operator enums il y a 3 ans
  Sam Atkins db04b5687d LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue il y a 3 ans
  Sam Atkins 181d1e2dd6 LibWeb: Implement TransformationStyleValue::to_string() il y a 3 ans
  Sam Atkins 5826fe094f LibWeb: Allow comma- or space-separated StyleValueLists il y a 3 ans
  Sam Atkins f71db4afd8 LibWeb: Make StyleValue::to_string() output valid CSS il y a 3 ans
  Sam Atkins f22d8c8f77 LibWeb: Move non-trivial StyleValue to_string() methods to cpp file il y a 3 ans
  Sam Atkins ea0f6b42f0 LibWeb: Add PercentageStyleValue, and parse it il y a 3 ans
  Sam Atkins c9062b4ed5 LibWeb: Remove now-unused CustomStyleValue il y a 3 ans