Andreas Kling
|
ca290b27ea
LibWeb: Make box content sizes indefinite before intrinsic sizing
|
2 年 前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
Sam Atkins
|
c70dcaefcd
LibWeb: Convert LayoutState to new pixel units
|
2 年 前 |
Aliaksandr Kalenik
|
ba64d0462c
LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cpp
|
2 年 前 |
Andreas Kling
|
b289f97a65
LibWeb: Split intrinsic heights cache by definite available widths
|
2 年 前 |
Andreas Kling
|
869b322a8f
LibWeb: Assign hypothetical flex item main sizes as temporary main size
|
2 年 前 |
Andreas Kling
|
b945d164e2
LibWeb: Split intrinsic heights cache based on available width
|
2 年 前 |
Andreas Kling
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 年 前 |
sin-ack
|
e9d5d2f74b
LibWeb: Remove the flex item size cache
|
2 年 前 |
Andreas Kling
|
f25203f245
LibWeb: Don't re-resolve "auto" flex item sizes after definitizing them
|
2 年 前 |
Andreas Kling
|
c9a7853fef
LibWeb: Include all floating descendants in BFC root's automatic height
|
2 年 前 |
Andreas Kling
|
af73a5d921
LibWeb: Use correct box edge when looking for space between floats
|
2 年 前 |
Andreas Kling
|
514fa83708
LibWeb: Improve `float: right` behavior
|
2 年 前 |
Andreas Kling
|
71a707480c
LibWeb: Move "has-definite-width/height" flags to UsedValues
|
3 年 前 |
Andreas Kling
|
ed8930fff5
LibWeb: Add accessors for UsedValues::computed_{width,height}
|
3 年 前 |
Andreas Kling
|
9b46091f38
LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues
|
3 年 前 |
Andreas Kling
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 年 前 |