Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 221650f3cd LibWeb: Mark fixed-length abspos element sizes as definite vor 1 Jahr
  Aliaksandr Kalenik aee5120078 LibWeb: Fix infinite recursion when grid has "max-width: max-content" vor 1 Jahr
  Aliaksandr Kalenik c4f49e343a LibWeb: Fix division by zero in `solve_replaced_size_constraint()` vor 1 Jahr
  Andreas Kling 80ccfc51c2 LibWeb: Use UsedValues containing block pointer in many FC helpers vor 1 Jahr
  Aliaksandr Kalenik 39abd9095e LibWeb: Return CSSPixels from `calculate_inner_height()` vor 1 Jahr
  Aliaksandr Kalenik 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` vor 1 Jahr
  Aliaksandr Kalenik 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm vor 1 Jahr
  Aliaksandr Kalenik 4164af2ca4 LibWeb: Do not compensate padding for abspos boxes with static position vor 1 Jahr
  Aliaksandr Kalenik eac7916d2c LibWeb: Use inner available space to calculate auto height of abspos vor 1 Jahr
  Tobias Christiansen 6602b1ddb1 LibWeb: Rename "position" enum to "positioning" vor 1 Jahr
  Shannon Booth b603e860af LibWeb: Port CharacterData from DeprecatedString to String vor 1 Jahr
  Zaggy1024 607a398917 LibWeb: Store computed CSS font size as `CSSPixels` vor 1 Jahr
  Andreas Kling c24d317d8f LibWeb: Remove some unnecessary static_casts to Layout::Box& vor 1 Jahr
  Zaggy1024 e3f693ca7c LibWeb: Resolve replaced element size constraints using aspect ratios vor 1 Jahr
  Zaggy1024 051f357110 LibWeb: Treat replaced size constraint resolutions as mutually exclusive vor 1 Jahr
  Zaggy1024 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios vor 1 Jahr
  Andreas Kling 50d72f0d8c LibWeb: Handle case where abspos flex child position depends on height vor 1 Jahr
  Andreas Kling f77256fcba LibWeb: Use should_height_treat_as_auto() consistently in abspos layout vor 1 Jahr
  Zaggy1024 8852561967 LibWeb: Make use of fractions in `solve_replaced_size_constraint()` vor 1 Jahr
  Aliaksandr Kalenik 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels vor 1 Jahr
  MacDue 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) vor 1 Jahr
  MacDue 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels vor 1 Jahr
  Andi Gallo bab1d09d92 LibWeb: Derive baseline from rightmost descendant vor 1 Jahr
  Andreas Kling 27ddfa84fa LibWeb: Accept height: {min,max,fit}-content vor 1 Jahr
  Aliaksandr Kalenik 37bd216c52 LibWeb: Ignore % max-width if box is sized under max-content constraint vor 1 Jahr
  Aliaksandr Kalenik e9a718ff88 LibWeb/Layout: Replace `INFINITY` with `CSSPixels::min()` or `max()` vor 1 Jahr
  Aliaksandr Kalenik f2a15ecea7 LibWeb/Layout: Replace `isfinite()` with `might_be_saturated()` vor 1 Jahr
  Andreas Kling 88949b10d8 LibWeb: Make containing_block_{width,height}_for(...) take non-box nodes vor 1 Jahr
  Aliaksandr Kalenik 4646867a9f LibWeb: Replace to_px() with to_px_or_zero() in FormattingContext vor 1 Jahr
  Aliaksandr Kalenik e25b1f76e1 LibWeb: Forbid usage of indefinite width in calculate_min{max}_height vor 1 Jahr