Andreas Kling
|
b83e41c9b5
LibWeb: Only assign block container heights during BFC intrinsic sizing
|
1 year ago |
Andreas Kling
|
ad7e6878fe
LibWeb: Allocate CSS::ComputedValues objects on the heap
|
1 year ago |
Andreas Kling
|
4e6de47f93
LibWeb: Avoid LayoutState hash lookups in more parts of float layout
|
1 year ago |
Andreas Kling
|
954c4496b1
LibWeb: Avoid more UsedValues hash lookups in BFC and IFC
|
1 year ago |
Andreas Kling
|
7a34f1a4e2
LibWeb: Add pointer from BFC::FloatingBox to its UsedValues
|
1 year ago |
Andreas Kling
|
57fd494195
LibWeb: Use UsedValues containing block pointer in float layout
|
1 year ago |
Andreas Kling
|
c82d517447
LibWeb: Move line-height from NodeWithStyle to ComputedValues
|
1 year ago |
Andreas Kling
|
5af02a914c
LibWeb: Let parent formatting context determine size of flex containers
|
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 |
Aliaksandr Kalenik
|
b172c29d9a
LibWeb: Apply min/max-widths to block container during intrinsic layout
|
1 year ago |
Aliaksandr Kalenik
|
2cb0039a13
LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm
|
1 year ago |
Timothy Flynn
|
b5162ceabd
LibWeb: Remove special handling of disclosure-open/closed markers
|
1 year ago |
FalseHonesty
|
2285dfb80e
LibWeb: Resolve block max-width percentage against containing block
|
1 year ago |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Aliaksandr Kalenik
|
06d05b3c55
LibWeb: Boxes that establish FFC or GFC should avoid overlapping floats
|
1 year ago |
Aliaksandr Kalenik
|
d1e542999c
LibWeb: Ensure preceding offset is non-negative in `float_box()`
|
1 year ago |
Aliaksandr Kalenik
|
81ddad3fcf
LibWeb: Allow block level boxes to be floated and have clearance
|
1 year ago |
Aliaksandr Kalenik
|
a482166087
LibWeb: Bring html element height calculation closer to the spec
|
1 year ago |
Aliaksandr Kalenik
|
0fb571c1c2
LibWeb: Add `Length::resolved()` overload for CSSPixels
|
1 year ago |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 year ago |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 year ago |
Aliaksandr Kalenik
|
0060fe3095
LibWeb: Account for float intrusions in list marker x offset
|
1 year ago |
Andi Gallo
|
b6f9f4c28c
LibWeb: Fix handling of max-content containing block for floating box
|
1 year ago |
Andi Gallo
|
97ba1ff1f7
LibWeb: Remove unused variable from compute_height method
|
1 year ago |
Aliaksandr Kalenik
|
041d02cbb1
LibWeb: Replace to_px() with to_px_or_zero() in BlockFormattingContext
|
1 year ago |
Aliaksandr Kalenik
|
e25b1f76e1
LibWeb: Forbid usage of indefinite width in calculate_min{max}_height
|
1 year ago |
Aliaksandr Kalenik
|
9101c8d079
LibWeb: Use available space to resolve table container width
|
1 year ago |
Aliaksandr Kalenik
|
5003b1a421
LibWeb: Use automatic width to resolve min/max-width for inline boxes
|
1 year ago |
Aliaksandr Kalenik
|
b34b0a1cd3
LibWeb: Use root content width as automatic width if children inline
|
1 year ago |