Commit History

Author SHA1 Message Date
  Aliaksandr Kalenik 68fcc37531 LibWeb: Return used values for grid tracks in getComputedStyle() 10 months ago
  Aliaksandr Kalenik 07aa25ce50 LibWeb: Clamp growth limit after adding planned increase in GFC 10 months ago
  BenJilks ef037b4152 LibWeb: Use the correct dimension when computing the max grid size 10 months ago
  Aliaksandr Kalenik 7b2042571b LibWeb: Implement missing step in GFC fr size calculation 10 months ago
  Edwin Hoksberg e5deaa1c07 LibWeb: Implement grid-template function fit-content() 11 months ago
  Aliaksandr Kalenik 7a1f3f7ae3 LibWeb: Change grid item placement to look for area by boundary lines 11 months ago
  Aliaksandr Kalenik 3270df476d LibWeb: Fix flexible track sizing in GFC 11 months ago
  Tim Ledbetter c57d395a48 LibWeb: Use `IterationDecision` in single level Node iteration methods 1 year ago
  Aliaksandr Kalenik bcdf4a375d LibWeb: Use `resolve_grid_position` for abspos boxes layout in GFC 1 year ago
  Aliaksandr Kalenik 749dcac196 LibWeb: Add record_grid_placement() helper in GFC 1 year ago
  Aliaksandr Kalenik 2a3891781c LibWeb: Delete is_auto_positioned_row{column} in GFC 1 year ago
  Aliaksandr Kalenik 1fbd9674b4 LibWeb: Use resolve_grid_position if row and column are definite in GFC 1 year ago
  Aliaksandr Kalenik 8695a82c56 LibWeb: Extract common path in definite row/column placement in GFC 1 year ago
  Aliaksandr Kalenik 4d8bc16812 LibWeb: Respect "auto flow" property in grid layout 1 year ago
  Aliaksandr Kalenik aee5120078 LibWeb: Fix infinite recursion when grid has "max-width: max-content" 1 year ago
  Bastian Neumann 7cd489d6aa LibWeb: Remove early continue in size parsing 1 year ago
  Aliaksandr Kalenik c254de3509 LibWeb: Remove duplicated code in grid auto track counting 1 year ago
  Aliaksandr Kalenik 0a09ff698f LibWeb: Fix accounting for gaps in auto-fit count calculation in GFC 1 year ago
  Aliaksandr Kalenik 6a4dd8fa47 LibWeb: Account for gaps in grid container's intrinsic size calculation 1 year ago
  Aliaksandr Kalenik 9e23503c9c LibWeb: Align with spec "stretch auto tracks" step in GFC 1 year ago
  Aliaksandr Kalenik 6480ed20b8 LibWeb: Add support for implicit grid lines formed by grid areas in GFC 1 year ago
  Aliaksandr Kalenik 92bf7d3ba7 LibWeb: Always add "ending" line during lines init in GFC 1 year ago
  Aliaksandr Kalenik 903d3c92c8 LibWeb: Support auto-fill for rows in GFC 1 year ago
  Aliaksandr Kalenik 042d3b79c2 LibWeb: Remove `get_count_of_tracks()` in GFC 1 year ago
  Aliaksandr Kalenik a32046ea50 LibWeb: Fix auto-fill track counting to correctly handle gaps in GFC 1 year ago
  Aliaksandr Kalenik 39abd9095e LibWeb: Return CSSPixels from `calculate_inner_height()` 1 year ago
  Aliaksandr Kalenik 05a1dbeb91 LibWeb: Return CSSPixels from `calculate_inner_width()` 1 year ago
  Andreas Kling cc88a2657d LibWeb: Resolve grid item vertical margin/padding against CB width 1 year ago
  Aliaksandr Kalenik 107bfbe283 LibWeb: Remove available space param from track init methods in GFC 1 year ago
  Aliaksandr Kalenik 9c72807976 LibWeb: Account for auto-fill/fit when expanding grid lines in GFC 1 year ago