implicitfield
|
0243278587
LibWeb: Account for absolutely positioned table wrappers
|
1 년 전 |
Andreas Kling
|
80ccfc51c2
LibWeb: Use UsedValues containing block pointer in many FC helpers
|
1 년 전 |
Andreas Kling
|
5af02a914c
LibWeb: Let parent formatting context determine size of flex containers
|
1 년 전 |
Aliaksandr Kalenik
|
39abd9095e
LibWeb: Return CSSPixels from `calculate_inner_height()`
|
1 년 전 |
Aliaksandr Kalenik
|
05a1dbeb91
LibWeb: Return CSSPixels from `calculate_inner_width()`
|
1 년 전 |
Andreas Kling
|
481fdfee68
LibWeb: Resolve CSS inset properties when entering inline-flow elements
|
1 년 전 |
Andreas Kling
|
88949b10d8
LibWeb: Make containing_block_{width,height}_for(...) take non-box nodes
|
1 년 전 |
Aliaksandr Kalenik
|
e25b1f76e1
LibWeb: Forbid usage of indefinite width in calculate_min{max}_height
|
1 년 전 |
Andi Gallo
|
6a17a30e2e
LibWeb: Handle overlapping floating box and left margin
|
2 년 전 |
Andreas Kling
|
ccf35a973f
LibWeb: Derive box baseline from last child *with line boxes*
|
1 년 전 |
Andreas Kling
|
ac124fbaae
LibWeb: Resolve flex item percentages against used flex container sizes
|
2 년 전 |
Andreas Kling
|
c808f6c637
LibWeb: Don't use BFC auto height for non-BFC abspos elements
|
2 년 전 |
Andreas Kling
|
a988241f3f
LibWeb: Resolve % min-sizes against 0 while under min-content constraint
|
2 년 전 |
Andreas Kling
|
3a11b55286
LibWeb: Treat % max-width as none when containing block size indefinite
|
2 년 전 |
Andreas Kling
|
43e1343abf
LibWeb: Treat % max-height as none when containing block size indefinite
|
2 년 전 |
Andi Gallo
|
ce186dca70
LibWeb: Fix the x coordinate of a block after a float
|
2 년 전 |
Sam Atkins
|
1051624084
LibWeb: Obey CSS aspect-ratio property during layout
|
2 년 전 |
Andreas Kling
|
4fed7beb7b
LibWeb: Make solve_replaced_size_constraint() into FormattingContext
|
2 년 전 |
Andreas Kling
|
42470d837e
LibWeb: Move layout box rect helpers into FormattingContext
|
2 년 전 |
Andreas Kling
|
4f08fcde29
LibWeb: Remove unnecessary static formatting context functions
|
2 년 전 |
Andreas Kling
|
f0560fd087
LibWeb: Support <svg> elements with `display: block`
|
2 년 전 |
Andreas Kling
|
968db96101
LibWeb: Show formatting context roots in layout tree dumps
|
2 년 전 |
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 년 전 |