提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 0532d7d255 LibWeb: Stop sizing the context root box in formatting contexts 3 年之前
  Andreas Kling 0608de8c12 LibWeb: Rename Layout::Box::size() to content_size() 3 年之前
  Sam Atkins ce0de4b2b4 LibWeb: Allow LengthPercentage to hold a calculated value 3 年之前
  Andreas Kling 00bd17034d LibWeb: Make IFC aware that its parent is always a BFC 3 年之前
  Sam Atkins bfcbab0dcf LibWeb: Remove reference_for_percent parameter from Length::resolved() 3 年之前
  Sam Atkins dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage 3 年之前
  Sam Atkins 7196570f9b LibWeb: Cast unused smart-pointer return values to void 3 年之前
  Andreas Kling 37f0bd0a42 LibWeb: Small fix to height computation for block-with-inline-children 3 年之前
  Ben Wiederhake 934360583f LibWeb: Remove duplicated auto height computation 3 年之前
  Ben Wiederhake c55527944c LibWeb: Convert const pointer to nonnull into a reference 3 年之前
  Andreas Kling e6e00d2a4d LibWeb: Remove already-fixed FIXME in creates_block_formatting_context() 3 年之前
  Andreas Kling dabbade05c LibWeb: Factor out creation of independent formatting contexts 3 年之前
  Andreas Kling f2d0e8d0ee LibWeb: Expose FormattingContext type 3 年之前
  Andreas Kling 7b0cd15495 LibWeb: Cleanup + spec comments in replaced element height computation 3 年之前
  Andreas Kling 463ee07c00 LibWeb: Cleanup + spec comments in replaced element width computation 3 年之前
  Andreas Kling a58cc2eeb4 LibWeb: Rename "intrinsic ratio" => "intrinsic aspect ratio" 3 年之前
  Andreas Kling 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 年之前
  Andreas Kling f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer 3 年之前
  Andreas Kling dfeb4550d5 LibWeb: Don't attempt to layout the inside of childless boxes 3 年之前
  Andreas Kling fa45b905bf LibWeb: Remove unused local in FormattingContext::layout_inside() 3 年之前
  Andreas Kling 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 年之前
  Tobias Christiansen 54013ffbe0 LibWeb: Proritize FlexFormattingContext when display: flex is specified 3 年之前
  Andreas Kling 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 年之前
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 年之前
  Timothy Flynn 9a69b9112b LibWeb: Compute intrinsic height of absolute replaced elements 4 年之前
  Egor Ananyin 8f8fbf3487 LibWeb: Position absolute boxes relative to the containing block 4 年之前
  Egor Ananyin 174c940479 LibWeb: Fix height computation (again) :^) 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Egor Ananyin 1d343116a9 LibWeb: Fix height calculation for absolutely positioned boxes 4 年之前
  Egor Ananyin d5def1cad0 LibWeb: Use min-height in calculating height 4 年之前