提交历史

作者 SHA1 备注 提交日期
  Andi Gallo ce186dca70 LibWeb: Fix the x coordinate of a block after a float 2 年之前
  Andi Gallo 940d9b98ae LibWeb: Add support for table caption 2 年之前
  Sam Atkins 1051624084 LibWeb: Obey CSS aspect-ratio property during layout 2 年之前
  Andreas Kling 42470d837e LibWeb: Move layout box rect helpers into FormattingContext 2 年之前
  Andreas Kling 4f08fcde29 LibWeb: Remove unnecessary static formatting context functions 2 年之前
  Aliaksandr Kalenik 7cc20f4cb5 LibWeb: Reset margin collapsing state only if box indeed add clearance 2 年之前
  Andreas Kling bab6796099 LibWeb: Rewrite calculation of available space between floats 2 年之前
  Aliaksandr Kalenik 038283f3fc LibWeb: Rename function to find table box width inside table wrapper 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 年之前
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 年之前
  Aliaksandr Kalenik 0cd63f851e LibWeb: Store y offset of current block container in BFC member 2 年之前
  Aliaksandr Kalenik 709fe01f52 LibWeb: Override width calculation for table wrappers 2 年之前
  Sam Atkins 33f42e3490 LibWeb: Remove redundant BFC::is_block_formatting_context() method 2 年之前
  Sam Atkins ace66d4a3e LibWeb: Convert BlockFormattingContext to new pixel units 2 年之前
  Sam Atkins f5f25562d1 LibWeb: Convert FormattingContext to new pixel units 2 年之前
  Aliaksandr Kalenik 8259ff12bd LibWeb: Margin bottom collapsing between parent and last child 2 年之前
  Aliaksandr Kalenik 7088a87f49 LibWeb: Margin top collapsing between parent and first child 2 年之前
  Aliaksandr Kalenik fe8304d5de LibWeb: Introduce structure that maintains collapsible margins in BFC 2 年之前
  Andreas Kling db318aece0 LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContext 2 年之前
  Andreas Kling 4b74f36cd0 LibWeb: Resolve vertical margins against containing block width 2 年之前
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 年之前
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input 2 年之前
  Andreas Kling f0ac687823 LibWeb: Remove awkward BFC::compute_theoretical_height() function 2 年之前
  Andreas Kling 62974160da LibWeb: Add FormattingContext::automatic_content_height() 2 年之前
  Andreas Kling 77628289c6 LibWeb: Consolidate code for resolving vertical box model metrics in BFC 2 年之前
  Andreas Kling 54e0e85581 LibWeb: Treat percentage width/height as "auto" more consistently in BFC 2 年之前
  Andreas Kling 7ba6eb37fc LibWeb: Rename confusing parameter to layout_block_level_box() 2 年之前
  Andreas Kling 3ede8dbffb LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing 3 年之前
  Andreas Kling 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 年之前