提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 0f15d1f947 LibWeb: Add hack to avoid crashing on !child_display.is_flow_inside() 3 年之前
  Andreas Kling c9700e100e LibWeb: Start making our layout system "transactional" 3 年之前
  Andreas Kling 561612f219 LibWeb: Add Layout::FormattingState 3 年之前
  Sam Atkins f0a4b33a5e LibWeb: Resolve Lengths to pixels earlier 3 年之前
  Sam Atkins b715943035 LibWeb: Remove redundant Length::resolved() calls 3 年之前
  Sam Atkins 67066c5140 LibWeb: Remove fallback value from Length::resolved() 3 年之前
  Sam Atkins 5b2482a939 LibWeb: Use Optional instead of undefined-lengths for widths/heights 3 年之前
  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 年之前