Aliaksandr Kalenik
|
2d05c63c7c
LibWeb: Skip frozen tracks while distributing space in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
a613a0973e
LibWeb: Reset item_incurred_increase before distributing space in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
ae5bb13f1f
LibWeb: Do not layout grid items during grid container intrinsic sizing
|
2 年之前 |
Aliaksandr Kalenik
|
1ecbbadf3a
LibWeb: Fix specified_size_suggestion to use size of dimension
|
2 年之前 |
Aliaksandr Kalenik
|
daf86eaabc
LibWeb: Fix UBSAN issue caused by invalid TemporaryTrack pointer in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
87a7299078
LibWeb: Start implementing sizing for tracks with span > 1 items in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
7a5603052a
LibWeb: Separate grid tracks from gaps in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
07b6fb9104
LibWeb: Remove unused line in calculate_min_content_size() in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
46db51a8c0
LibWeb: Remove excessive spec referencing in GridFormattingContext
|
2 年之前 |
Aliaksandr Kalenik
|
6f82079a93
LibWeb: Remove dead code in resolve_intrinsic_track_sizes() in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
dbafb11a7e
LibWeb: Flesh out basic support of min-width/height for grid items
|
2 年之前 |
Aliaksandr Kalenik
|
d187862f76
LibWeb: Return grid container width from automatic_content_width in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
644e4f4c99
LibWeb: Implement grid container intrinsic sizes calculation
|
2 年之前 |
Aliaksandr Kalenik
|
d0ce61bf13
LibWeb: Fix condition to determine auto tracks while sizing in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
d7ca52afaf
LibWeb: Fix typo in containing_block_size_for_item in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
4ef997c47c
LibWeb: Align calculate_min/max_content_contribution with the spec
|
2 年之前 |
Aliaksandr Kalenik
|
de970c2dce
LibWeb: Resolve grid items preferred width in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
7fee05e18c
LibWeb: Use LengthPercentage in CSS::GridSize
|
2 年之前 |
Aliaksandr Kalenik
|
14cb0067bb
LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
1ada6a43e2
LibWeb: Split run_track_sizing into smaller method in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
352037664d
LibWeb: Use size_t instead of int when appropriate in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
d9960a8d1d
LibWeb: Refactor tracks initialization in GFC to reduce code duplication
|
2 年之前 |
Aliaksandr Kalenik
|
0a1bffdd92
LibWeb: Move gap tracks initialization into separate method in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
62d26a5afb
LibWeb: Move grid items placement algorithm into separate method in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
fb6b52b3fb
LibWeb: Align `GridFormattingContext::run_track_sizing()` with the spec
|
2 年之前 |
Andreas Kling
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
2 年之前 |
Aliaksandr Kalenik
|
d6ee4e7fdc
LibWeb: Remove resolve_size method in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
3d05ed6b53
LibWeb: Use grid_container() to access root grid box in GFC
|
2 年之前 |
Aliaksandr Kalenik
|
ced862e16f
LibWeb: Consolidate track sizing code for rows and columns in GFC
|
2 年之前 |
martinfalisse
|
c987c934d0
LibWeb: Fix grid size when intrinsically sized
|
2 年之前 |