Commit History

Author SHA1 Message Date
  Aliaksandr Kalenik 82aedfcaf0 LibWeb: Use grid item used width as available width during track sizing 2 years ago
  Aliaksandr Kalenik 5312a140fe LibWeb: Add for_each_spanned_track to iterate spanned tracks in GFC 2 years ago
  Aliaksandr Kalenik 628efda754 LibWeb: Consider span > 1 while getting available space for items in GFC 2 years ago
  Aliaksandr Kalenik d6d097b671 LibWeb: Remove borders from TemporaryTrack in GFC 2 years ago
  Aliaksandr Kalenik c61bb1706f LibWeb: Use auto minimimum size while resolving flexible tracks in GFC 2 years ago
  Aliaksandr Kalenik 5f2264a2bd LibWeb: Skip non-spanning items sizing if there are no such items 2 years ago
  Aliaksandr Kalenik 95d17ee875 LibWeb: Rename flexible_length to flex_factor in GridSize 2 years ago
  Aliaksandr Kalenik a3759b6e76 LibWeb: Implement more of "Expand Flexible Tracks" in GFC 2 years ago
  Aliaksandr Kalenik 2d05c63c7c LibWeb: Skip frozen tracks while distributing space in GFC 2 years ago
  Aliaksandr Kalenik a613a0973e LibWeb: Reset item_incurred_increase before distributing space in GFC 2 years ago
  Aliaksandr Kalenik ae5bb13f1f LibWeb: Do not layout grid items during grid container intrinsic sizing 2 years ago
  Aliaksandr Kalenik 1ecbbadf3a LibWeb: Fix specified_size_suggestion to use size of dimension 2 years ago
  Aliaksandr Kalenik daf86eaabc LibWeb: Fix UBSAN issue caused by invalid TemporaryTrack pointer in GFC 2 years ago
  Aliaksandr Kalenik 87a7299078 LibWeb: Start implementing sizing for tracks with span > 1 items in GFC 2 years ago
  Aliaksandr Kalenik 7a5603052a LibWeb: Separate grid tracks from gaps in GFC 2 years ago
  Aliaksandr Kalenik 07b6fb9104 LibWeb: Remove unused line in calculate_min_content_size() in GFC 2 years ago
  Aliaksandr Kalenik 46db51a8c0 LibWeb: Remove excessive spec referencing in GridFormattingContext 2 years ago
  Aliaksandr Kalenik 6f82079a93 LibWeb: Remove dead code in resolve_intrinsic_track_sizes() in GFC 2 years ago
  Aliaksandr Kalenik dbafb11a7e LibWeb: Flesh out basic support of min-width/height for grid items 2 years ago
  Aliaksandr Kalenik d187862f76 LibWeb: Return grid container width from automatic_content_width in GFC 2 years ago
  Aliaksandr Kalenik 644e4f4c99 LibWeb: Implement grid container intrinsic sizes calculation 2 years ago
  Aliaksandr Kalenik d0ce61bf13 LibWeb: Fix condition to determine auto tracks while sizing in GFC 2 years ago
  Aliaksandr Kalenik d7ca52afaf LibWeb: Fix typo in containing_block_size_for_item in GFC 2 years ago
  Aliaksandr Kalenik 4ef997c47c LibWeb: Align calculate_min/max_content_contribution with the spec 2 years ago
  Aliaksandr Kalenik de970c2dce LibWeb: Resolve grid items preferred width in GFC 2 years ago
  Aliaksandr Kalenik 7fee05e18c LibWeb: Use LengthPercentage in CSS::GridSize 2 years ago
  Aliaksandr Kalenik 14cb0067bb LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFC 2 years ago
  Aliaksandr Kalenik 1ada6a43e2 LibWeb: Split run_track_sizing into smaller method in GFC 2 years ago
  Aliaksandr Kalenik 352037664d LibWeb: Use size_t instead of int when appropriate in GFC 2 years ago
  Aliaksandr Kalenik d9960a8d1d LibWeb: Refactor tracks initialization in GFC to reduce code duplication 2 years ago