Andreas Kling
|
f09391dd7f
LibWeb: Remove debug spam when creating a dummy formatting context
|
2 yıl önce |
Andreas Kling
|
ecd3d0935a
LibWeb: Re-lookup the intrinsic sizing cache slot after doing the layout
|
2 yıl önce |
Aliaksandr Kalenik
|
34b1186272
LibWeb: Remove early resolve to auto while calculating border-box width
|
2 yıl önce |
Aliaksandr Kalenik
|
0318ac5ce4
LibWeb: Remove setting length to 0px if it is not definite
|
2 yıl önce |
Andreas Kling
|
968db96101
LibWeb: Show formatting context roots in layout tree dumps
|
2 yıl önce |
matcool
|
cc33a57620
LibWeb: Use intrinsic aspect ratio when calculating max content height
|
2 yıl önce |
Andreas Kling
|
ca290b27ea
LibWeb: Make box content sizes indefinite before intrinsic sizing
|
2 yıl önce |
Andreas Kling
|
4bf10674fa
LibWeb: Don't allow resolved height of abspos elements to become negative
|
2 yıl önce |
Andreas Kling
|
3f6f3966b9
LibWeb: Don't allow resolved width of abspos elements to become negative
|
2 yıl önce |
Andreas Kling
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
2 yıl önce |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 yıl önce |
Andreas Kling
|
24d5a9d7df
LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box
|
2 yıl önce |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 yıl önce |
Sam Atkins
|
dca19b764b
LibWeb: Port CSS::Display to new Strings
|
2 yıl önce |
Andreas Kling
|
4e06e86438
LibWeb: Make min-content height equivalent to max-content as appropriate
|
2 yıl önce |
Andreas Kling
|
8fe748bb89
LibWeb: Make grid containers be Layout::Box
|
2 yıl önce |
Andreas Kling
|
d5480a44e5
LibWeb: Allow BFC auto height calculation on any Layout::Box
|
2 yıl önce |
Andreas Kling
|
80ce0419b6
LibWeb: Fix abspos flex container with height:auto getting zero height
|
2 yıl önce |
Sam Atkins
|
c70dcaefcd
LibWeb: Convert LayoutState to new pixel units
|
2 yıl önce |
Sam Atkins
|
f5f25562d1
LibWeb: Convert FormattingContext to new pixel units
|
2 yıl önce |
Aliaksandr Kalenik
|
8259ff12bd
LibWeb: Margin bottom collapsing between parent and last child
|
2 yıl önce |
Aliaksandr Kalenik
|
fe8304d5de
LibWeb: Introduce structure that maintains collapsible margins in BFC
|
2 yıl önce |
Tom
|
0bbf7a1b54
LibWeb: Refactor should_skip_anonymous_text_runs
|
2 yıl önce |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 yıl önce |
Aliaksandr Kalenik
|
daece542f5
LibWeb: Check if block creates BFC even if all it's children are inline
|
2 yıl önce |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 yıl önce |
Aliaksandr Kalenik
|
2b246d980a
LibWeb: Fix typo in calculate_inner_height
|
2 yıl önce |
Aliaksandr Kalenik
|
7bc7790912
LibWeb: Flex, grid and table containers should not create BFC
|
2 yıl önce |
Aliaksandr Kalenik
|
428db6e766
LibWeb: Return max margin box width from greatest_child_width
|
2 yıl önce |
Aliaksandr Kalenik
|
aa08c825ec
LibWeb: Support box-sizing in BFC
|
2 yıl önce |