Commit Verlauf

Autor SHA1 Nachricht Datum
  Tim Ledbetter 58df9c45b9 LibWeb: Avoid division by zero when computing table width vor 1 Jahr
  Bastiaan van der Plaat a681429dff LibWeb: Remove DOM element deprecated_get_attribute() vor 1 Jahr
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} vor 1 Jahr
  Aliaksandr Kalenik 4676b288a2 LibWeb: Set table width to GRIDMAX if calculated value is max-content vor 1 Jahr
  Shannon Booth 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute vor 1 Jahr
  Aliaksandr Kalenik 8d05ff1fe7 LibWeb: Print FIXME if vertical-align value is not supported in TFC vor 1 Jahr
  Aliaksandr Kalenik 0fb571c1c2 LibWeb: Add `Length::resolved()` overload for CSSPixels vor 1 Jahr
  Andi Gallo 4a124333c8 LibWeb: Add back undistributable space when adjusting table width 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 29352f570a LibWeb: Fix table column constrainedness vor 1 Jahr
  Andi Gallo 769f11f9ae LibWeb: Implement table missing cells fixup vor 1 Jahr
  Andi Gallo 4c0816b002 LibWeb: Move table grid slots functionality to separate module vor 1 Jahr
  Andi Gallo 65854c3411 LibWeb: Set table wrapper width from the table box vor 1 Jahr
  Aliaksandr Kalenik e9a718ff88 LibWeb/Layout: Replace `INFINITY` with `CSSPixels::min()` or `max()` vor 1 Jahr
  Andi Gallo d5f54956ba LibWeb: Use the auto table width formula if it cannot be resolved vor 1 Jahr
  Andi Gallo bc8c2b2bc2 LibWeb: Use cell width instead available width to compute height vor 1 Jahr
  Aliaksandr Kalenik c102bcda9b LibWeb: Replace to_px() with to_px_or_zero() in TableFormattingContext vor 1 Jahr
  Aliaksandr Kalenik e25b1f76e1 LibWeb: Forbid usage of indefinite width in calculate_min{max}_height vor 1 Jahr
  Aliaksandr Kalenik 9101c8d079 LibWeb: Use available space to resolve table container width vor 1 Jahr
  Andi Gallo ada05ab4e4 LibWeb: Implement fixed table layout vor 1 Jahr
  Andi Gallo 7b0b501418 LibWeb: Improve adjustment of automatic table width with percentages vor 1 Jahr
  Andi Gallo 4cde5f6d76 LibWeb: Fix border for cells spanning entire table width or height vor 1 Jahr
  Andi Gallo 3b75b9ef1c LibWeb: Avoid division by zero when computing table measures vor 1 Jahr
  Andi Gallo 8f7b269bf1 LibWeb: Convert divisor to double in TableFormattingContext vor 1 Jahr
  Andi Gallo 26c20e3da1 LibWeb: Split BorderConflictFinder::conflicting_edges method vor 1 Jahr
  Andi Gallo a7166eb103 LibWeb: Complete table border conflict resolution vor 2 Jahren
  Andi Gallo 66c92ebe3d LibWeb: Fix vertical position of top table caption vor 1 Jahr
  Andi Gallo 268355c759 LibWeb: Implement iterative percentage size for spanning table cells vor 2 Jahren
  Andi Gallo 1f3fca996c LibWeb: Use intrinsic_percentage instead of percentage_{width, height} vor 2 Jahren