提交歷史

作者 SHA1 備註 提交日期
  Aliaksandr Kalenik 1ee99017e2 LibWeb: Fix intrinsic sizing early return condition in TFC 2 年之前
  Andreas Kling 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Aliaksandr Kalenik 025b496616 LibWeb: Improve column width distribution 2 年之前
  Aliaksandr Kalenik 5966f181f5 LibWeb: Avoid division by zero in `distribute_width_to_columns` 2 年之前
  Aliaksandr Kalenik d331cbba41 LibWeb: Use table wrapper box width to resolve cells width 2 年之前
  Aliaksandr Kalenik 2b0ae71172 LibWeb: Use percentage column widths in `compute_table_measures` 2 年之前
  Aliaksandr Kalenik 87f0e835eb LibWeb: Improve auto height calculation for tables 2 年之前
  Aliaksandr Kalenik addfa4ed58 LibWeb: Include table intrinsic offsets in child boxes position 2 年之前
  Aliaksandr Kalenik 9b6fcd8591 LibWeb: Stop using percentage column widths in `compute_table_measures` 2 年之前
  Aliaksandr Kalenik b44d977bf8 LibWeb: Propagate layout mode of table formatting context to table cells 2 年之前
  Aliaksandr Kalenik 80578ead45 LibWeb: Table box width should be relative to wrapper containing block 2 年之前
  Aliaksandr Kalenik 77a2b151ea LibWeb: Use `table_box()` to get root box in TFC 2 年之前
  Aliaksandr Kalenik f26eed9633 LibWeb: Rename used_width to used_height in TFC row struct 2 年之前
  Aliaksandr Kalenik 0e1da540b6 LibWeb: Move cells positioning in separate function in TFC 2 年之前
  Aliaksandr Kalenik ea4937a457 LibWeb: Move rows positioning in separate function in TFC 2 年之前
  Aliaksandr Kalenik 7d2a72d748 LibWeb: Move rows heights calculation in separate function in TFC 2 年之前
  Aliaksandr Kalenik e107c83a57 LibWeb: Remove inheritance of `TableBox` from `BlockContainer` 2 年之前
  Aliaksandr Kalenik c8337e9ee8 LibWeb: Remove inheritance of `TableRowGroupBox` from `BlockContainer` 2 年之前
  Aliaksandr Kalenik a913410730 LibWeb: Consider span in table column width calculation 2 年之前
  Aliaksandr Kalenik b2a04ff48a LibWeb: Consider percent and fixed widths in table column distribution 2 年之前
  Aliaksandr Kalenik 21d89a2153 LibWeb: Use available space to resolve table cells width 2 年之前
  Sam Atkins 8cc0bdf777 LibWeb: Resolve Lengths to CSSPixels 2 年之前
  Sam Atkins c70dcaefcd LibWeb: Convert LayoutState to new pixel units 2 年之前
  Sam Atkins 700ba0007f LibWeb: Convert TableFormattingContext to new pixel units 2 年之前
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units 2 年之前
  martinfalisse 25a60f988a LibWeb: Conditionally draw borders for table elements 2 年之前
  martinfalisse 25f612f32b LibWeb: Prevent column sizing errors for html table 2 年之前
  Tom 3dccee6025 LibWeb: Fix table-row y-position 2 年之前
  Aliaksandr Kalenik 1a81521dd9 LibWeb: Consider specified cell widths in a table 2 年之前