提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik 041d02cbb1 LibWeb: Replace to_px() with to_px_or_zero() in BlockFormattingContext 1 年之前
  Aliaksandr Kalenik e25b1f76e1 LibWeb: Forbid usage of indefinite width in calculate_min{max}_height 1 年之前
  Aliaksandr Kalenik 9101c8d079 LibWeb: Use available space to resolve table container width 1 年之前
  Aliaksandr Kalenik 5003b1a421 LibWeb: Use automatic width to resolve min/max-width for inline boxes 1 年之前
  Aliaksandr Kalenik b34b0a1cd3 LibWeb: Use root content width as automatic width if children inline 1 年之前
  Aliaksandr Kalenik d32bf4cd41 LibWeb: Set min-width for inline child boxes after inside layout 1 年之前
  Karol Kosek 5b1aa2d55e LibWeb: Don't collapse boxes with CSS clear property set 2 年之前
  Karol Kosek 142d498f14 LibWeb: Include anonymous boxes with no lines into computing BFC height 2 年之前
  Aliaksandr Kalenik 1f28fdacf0 LibWeb: Set max-width for inline child boxes after inside layout 1 年之前
  Andi Gallo 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context 1 年之前
  Andi Gallo 6a17a30e2e LibWeb: Handle overlapping floating box and left margin 2 年之前
  Andi Gallo b12820c967 LibWeb: Handle float clearing specified on line break elements 2 年之前
  Emil Militzer bf3144fcff LibWeb: Prevent max-width expanding the width 2 年之前
  Andreas Kling c83ae729d2 LibWeb: Resolve used insets for floating elements 2 年之前
  Sebastian Zaha 553694679e LibWeb: Fix alternating-sides float positioning 2 年之前
  Andi Gallo 8b34af816e LibWeb: Report border box width for tables in a block 2 年之前
  Luke Wilde f4446cdf8c LibWeb: Resolve padding against 0 and not inf for indefinite width more 2 年之前
  Andi Gallo f154446a9f LibWeb: Skip separate height computation for tables 2 年之前
  Andi Gallo c5eeb303d8 LibWeb: Don't cap used width by available width from a constraint 2 年之前
  Andreas Kling a988241f3f LibWeb: Resolve % min-sizes against 0 while under min-content constraint 2 年之前
  kamp 4ac7c41483 LibWeb: Add -libweb-left and -libweb-right text-align values 2 年之前
  Andreas Kling 3a11b55286 LibWeb: Treat % max-width as none when containing block size indefinite 2 年之前
  Andreas Kling 43e1343abf LibWeb: Treat % max-height as none when containing block size indefinite 2 年之前
  Andi Gallo ce186dca70 LibWeb: Fix the x coordinate of a block after a float 2 年之前
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 年之前
  Andi Gallo 75e87c32f2 LibWeb: Fix table width algorithm when available space is a constraint 2 年之前
  Sam Atkins 1051624084 LibWeb: Obey CSS aspect-ratio property during layout 2 年之前
  Andreas Kling 89ba00304c LibWeb: Account for negative margins when calculating float intrusion 2 年之前
  Simon Wanner 870bcd56df LibWeb: Make disclosure marker bounds square 2 年之前
  Simon Wanner 293ece2292 LibWeb: Support list-style-position 2 年之前