提交歷史

作者 SHA1 備註 提交日期
  Jelle Raaijmakers f391ccfe53 LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive 2 年之前
  Andreas Kling f0560fd087 LibWeb: Support <svg> elements with `display: block` 2 年之前
  Andi Gallo 9a6a635e51 LibWeb: Fix for absolutely positioned elements with specified height 2 年之前
  MacDue 1012947a30 LibWeb: Use .to_px_or_zero() in tentative_height_for_replaced_element() 2 年之前
  Andreas Kling 197efc8985 LibWeb: Improve handling of min/max constraint violations on images 2 年之前
  Andreas Kling 90b21890c5 LibWeb: Remove dead code in compute_width_for_replaced_element() 2 年之前
  Andreas Kling fc3c3aef22 LibWeb: Enforce min/max height constraints on abspos replaced boxes 2 年之前
  Andreas Kling 6ccb77a9b8 LibWeb: Stop using weird Length::resolved() in {Block,}FormattingContext 2 年之前
  Andreas Kling 07815dacf8 LibWeb: Don't use weird resolved() when calculating abspos box height 2 年之前
  Andreas Kling 7eb9e730e0 LibWeb: Remove unused variable in FormattingContext 2 年之前
  Andreas Kling 4699365a64 LibWeb: Stop using weird resolved() in calculate_inner_{width,height}() 2 年之前
  Andreas Kling 452a527ff3 LibWeb: Don't use weird resolved() for insets in FormattingContext 2 年之前
  Andreas Kling ca1fa5f748 LibWeb: Use the new to_px() helpers in CSS, SVG and layout code 2 年之前
  Andreas Kling f09391dd7f LibWeb: Remove debug spam when creating a dummy formatting context 2 年之前
  Andreas Kling ecd3d0935a LibWeb: Re-lookup the intrinsic sizing cache slot after doing the layout 2 年之前
  Aliaksandr Kalenik 34b1186272 LibWeb: Remove early resolve to auto while calculating border-box width 2 年之前
  Aliaksandr Kalenik 0318ac5ce4 LibWeb: Remove setting length to 0px if it is not definite 2 年之前
  Andreas Kling 968db96101 LibWeb: Show formatting context roots in layout tree dumps 2 年之前
  matcool cc33a57620 LibWeb: Use intrinsic aspect ratio when calculating max content height 2 年之前
  Andreas Kling ca290b27ea LibWeb: Make box content sizes indefinite before intrinsic sizing 2 年之前
  Andreas Kling 4bf10674fa LibWeb: Don't allow resolved height of abspos elements to become negative 2 年之前
  Andreas Kling 3f6f3966b9 LibWeb: Don't allow resolved width of abspos elements to become negative 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 24d5a9d7df LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box 2 年之前
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 年之前
  Sam Atkins dca19b764b LibWeb: Port CSS::Display to new Strings 2 年之前
  Andreas Kling 4e06e86438 LibWeb: Make min-content height equivalent to max-content as appropriate 2 年之前
  Andreas Kling 8fe748bb89 LibWeb: Make grid containers be Layout::Box 2 年之前
  Andreas Kling d5480a44e5 LibWeb: Allow BFC auto height calculation on any Layout::Box 2 年之前