Andreas Kling
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
2 年之前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
Andreas Kling
|
8fe748bb89
LibWeb: Make grid containers be Layout::Box
|
2 年之前 |
Andreas Kling
|
d5480a44e5
LibWeb: Allow BFC auto height calculation on any Layout::Box
|
2 年之前 |
Andreas Kling
|
80ce0419b6
LibWeb: Fix abspos flex container with height:auto getting zero height
|
2 年之前 |
Sam Atkins
|
f5f25562d1
LibWeb: Convert FormattingContext to new pixel units
|
2 年之前 |
Aliaksandr Kalenik
|
8259ff12bd
LibWeb: Margin bottom collapsing between parent and last child
|
2 年之前 |
Aliaksandr Kalenik
|
fe8304d5de
LibWeb: Introduce structure that maintains collapsible margins in BFC
|
2 年之前 |
Tom
|
0bbf7a1b54
LibWeb: Refactor should_skip_anonymous_text_runs
|
2 年之前 |
Aliaksandr Kalenik
|
aa08c825ec
LibWeb: Support box-sizing in BFC
|
2 年之前 |
Andreas Kling
|
db318aece0
LibWeb: Move should_treat_{width,height}_as_auto() to FormattingContext
|
2 年之前 |
Andreas Kling
|
27a7c5ef40
LibWeb: Implement CSS fit-content algorithm precisely as spec says
|
2 年之前 |
Andreas Kling
|
b13a8706e1
LibWeb: Make intrinsic heights dependent on available width
|
2 年之前 |
Andreas Kling
|
3408f7a3c5
LibWeb: Get rid of FormattingContext::run_intrinsic_sizing()
|
2 年之前 |
Andreas Kling
|
de6d012367
LibWeb: Improve placement of abspos boxes with dual-auto insets
|
2 年之前 |
Andreas Kling
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
2 年之前 |
Andreas Kling
|
385657a4bf
LibWeb: Add a helper for calculating the stretch-fit width of a box
|
2 年之前 |
Andreas Kling
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
2 年之前 |
Andreas Kling
|
0843960235
LibWeb: Use CSS::Size for computed size and max-size values
|
2 年之前 |
Andreas Kling
|
5656173e00
LibWeb: Use automatic_content_height() when computing intrinsic heights
|
2 年之前 |
Andreas Kling
|
62974160da
LibWeb: Add FormattingContext::automatic_content_height()
|
2 年之前 |
martinfalisse
|
65e7126c48
LibWeb: Factor out compute_y_position
|
2 年之前 |
Andreas Kling
|
3ede8dbffb
LibWeb: Rename IntrinsicSizeDetermination to IntrinsicSizing
|
3 年之前 |
Andreas Kling
|
97f53de8a2
LibWeb: Take size constraints into account in fit-content calculations
|
3 年之前 |
Andreas Kling
|
52862c72d0
LibWeb: Rename FormattingState to LayoutState
|
3 年之前 |
Andreas Kling
|
327938c945
LibWeb: Bring sizing of replaced elements closer to spec
|
3 年之前 |
Andreas Kling
|
61c27815e4
LibWeb: More specialization of intrinsic sizing layout
|
3 年之前 |
Andreas Kling
|
64959a8504
LibWeb: Express intrinsic size layout via size constraints
|
3 年之前 |
Andreas Kling
|
4f6fc3d3a6
LibWeb: Only perform the requested form of intrinsic size calculation
|
3 年之前 |
Andreas Kling
|
496cf39cf5
LibWeb: Make separate functions for calculating min/max content sizes
|
3 年之前 |