serenity/Userland
Aliaksandr Kalenik eac7916d2c LibWeb: Use inner available space to calculate auto height of abspos
By using available_inner_space_or_constraints_from(available_space), we
ensure that the available space used to calculate the min/max content
height is constrained by the width specified for the box itself
(I know that at least GFC always expects available width to be
constrained by specified width if there is any).

This change improves layout in "Recent news" block on
https://telegram.org/
2023-11-15 11:26:14 +01:00
..
Applets
Applications Browser: Move BookmarksBarWidget::PerformEditOn to anon namespace 2023-11-14 15:38:09 -07:00
BuggieBox
Demos
DevTools Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
DynamicLoader Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
Games
Libraries LibWeb: Use inner available space to calculate auto height of abspos 2023-11-15 11:26:14 +01:00
Services LibDNS: Make DNS packet parsing fallible 2023-11-14 10:12:44 +01:00
Shell Shell: Improve error propagation 2023-11-14 20:08:27 +03:30
Utilities Userland+Tests: Add initial riscv64 support 2023-11-10 10:30:08 -07:00
CMakeLists.txt