Commit History

作者 SHA1 備註 提交日期
  implicitfield 5da9f52b1f LibWeb: Use the parent container's y offset when finding static position 1 年之前
  Andreas Kling 5a995e95e3 LibWeb: Add UsedValues::set_has_definite_width/height() 1 年之前
  Aliaksandr Kalenik 1af466babf LibWeb: Fix invalidation of CSS properties that do not affect layout 1 年之前
  Aliaksandr Kalenik 91ef4fed93 LibWeb: Resolve all layout-dependent properties in one loop 1 年之前
  Aliaksandr Kalenik b317620486 LibWeb: Resolve relpos fragment offsets only for inline paintables 1 年之前
  Andreas Kling 8e31bfb83c LibWeb: Give UsedValues a pointer to containing block UsedValues 1 年之前
  Aliaksandr Kalenik ef0c390b79 LibWeb: Resolve CSS transform properties during layout commit 1 年之前
  Aliaksandr Kalenik ee5d66c5d5 LibWeb: Resolve text shadows in `LayoutState::commit()` 1 年之前
  Aliaksandr Kalenik b2abd1dd05 LibWeb: Resolve box shadow data for paintable boxes during layout 1 年之前
  Aliaksandr Kalenik d1d6da6ab6 LibWeb: Resolve border radius during layout and save it in paintables 1 年之前
  MacDue c93d367d95 LibWeb: Layout SVG <text> elements during layout (not while painting) 1 年之前
  MacDue dc9cb449b1 LibWeb: Store computed SVG path data/transforms in LayoutState 1 年之前
  Andreas Kling 1434721247 LibWeb: Relax restrictions on LayoutState::get() input type 1 年之前
  Andreas Kling 216bd513fa LibWeb: Make the paint tree a proper standalone tree 1 年之前
  Andreas Kling 25a3d0d643 LibWeb: Resolve relative offsets *once* after layout 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 年之前
  Andi Gallo a7166eb103 LibWeb: Complete table border conflict resolution 2 年之前
  Andi Gallo 4c81d39483 LibWeb: Adjust border widths for tables using collapsing borders 2 年之前
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
  Andi Gallo f6d2a21d27 LibWeb: Store table cell indices and spans in PaintableBox 2 年之前
  Andi Gallo 75e87c32f2 LibWeb: Fix table width algorithm when available space is a constraint 2 年之前
  Andi Gallo 8090adf268 LibWeb: Add partial implementation of border conflict resolution 2 年之前
  Andreas Kling caa491b72a LibWeb: Measure the overflow for all scroll containers 2 年之前
  Andreas Kling 42470d837e LibWeb: Move layout box rect helpers into FormattingContext 2 年之前
  Andreas Kling e2c72922f6 LibWeb: Make LayoutState use HashMap instead of potentially huge Vector 2 年之前
  Andreas Kling deea7cbc11 LibWeb: Remove vestigial resolve_definite_width/height helper functions 2 年之前
  Andreas Kling ca290b27ea LibWeb: Make box content sizes indefinite before intrinsic sizing 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Sam Atkins c70dcaefcd LibWeb: Convert LayoutState to new pixel units 2 年之前