Historial de Commits

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