コミット履歴

作者 SHA1 メッセージ 日付
  Aliaksandr Kalenik d4f08fb0a1 LibWeb: Fix division by zero in `solve_replaced_size_constraint()` 1 年間 前
  Andreas Kling 40a914ce1a LibWeb: Use static position for abspos box axes with auto insets 1 年間 前
  Andreas Kling ead341738e LibWeb: Don't use stretch-fit width for inline boxes with aspect ratio 1 年間 前
  Aliaksandr Kalenik 6fc59039c4 LibWeb: Skip cells layout in table box width calculation 1 年間 前
  implicitfield 5da9f52b1f LibWeb: Use the parent container's y offset when finding static position 1 年間 前
  implicitfield e3b1d4a141 LibWeb: Compute content width before static position for abspos elements 1 年間 前
  implicitfield 0243278587 LibWeb: Account for absolutely positioned table wrappers 1 年間 前
  implicitfield b08fd1b9ae LibWeb: Improve support for 'vertical-align: middle' 1 年間 前
  Andreas Kling 221650f3cd LibWeb: Mark fixed-length abspos element sizes as definite 1 年間 前
  Aliaksandr Kalenik aee5120078 LibWeb: Fix infinite recursion when grid has "max-width: max-content" 1 年間 前
  Aliaksandr Kalenik c4f49e343a LibWeb: Fix division by zero in `solve_replaced_size_constraint()` 1 年間 前
  Andreas Kling 80ccfc51c2 LibWeb: Use UsedValues containing block pointer in many FC helpers 1 年間 前
  Aliaksandr Kalenik 39abd9095e LibWeb: Return CSSPixels from `calculate_inner_height()` 1 年間 前
  Aliaksandr Kalenik 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 年間 前
  Aliaksandr Kalenik 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm 1 年間 前
  Aliaksandr Kalenik 4164af2ca4 LibWeb: Do not compensate padding for abspos boxes with static position 1 年間 前
  Aliaksandr Kalenik eac7916d2c LibWeb: Use inner available space to calculate auto height of abspos 1 年間 前
  Tobias Christiansen 6602b1ddb1 LibWeb: Rename "position" enum to "positioning" 1 年間 前
  Shannon Booth b603e860af LibWeb: Port CharacterData from DeprecatedString to String 1 年間 前
  Zaggy1024 607a398917 LibWeb: Store computed CSS font size as `CSSPixels` 1 年間 前
  Andreas Kling c24d317d8f LibWeb: Remove some unnecessary static_casts to Layout::Box& 1 年間 前
  Zaggy1024 e3f693ca7c LibWeb: Resolve replaced element size constraints using aspect ratios 1 年間 前
  Zaggy1024 051f357110 LibWeb: Treat replaced size constraint resolutions as mutually exclusive 1 年間 前
  Zaggy1024 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
  Andreas Kling 50d72f0d8c LibWeb: Handle case where abspos flex child position depends on height 1 年間 前
  Andreas Kling f77256fcba LibWeb: Use should_height_treat_as_auto() consistently in abspos layout 1 年間 前
  Zaggy1024 8852561967 LibWeb: Make use of fractions in `solve_replaced_size_constraint()` 1 年間 前
  Aliaksandr Kalenik 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels 1 年間 前
  MacDue 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 年間 前
  MacDue 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels 1 年間 前