ladybird/Libraries
Aliaksandr Kalenik a8c1d12e84 LibWeb: Fix percentage insets resolution for grid items
compute_inset() was incorrectly retrieving the containing block size
because containing_block() is unaware of grid areas that form a
containing block for grid items but do not exist in the layout tree.
With this change, we explicitly pass the containing block into
compute_inset(), allowing it to correctly provide the containing block
sizes for grid items.
2024-11-11 20:20:39 +01:00
..
LibArchive
LibCompress
LibCore LibCore: Don't reserve 2 KiB of stack memory when processing event queue 2024-11-10 19:12:59 +01:00
LibCrypto
LibDiff
LibFileSystem
LibGfx LibGfx: Delete unused DisjointRectSet 2024-11-11 02:46:35 +01:00
LibHTTP
LibIDL
LibImageDecoderClient
LibIPC
LibJS LibJS: Allow division after IdentifierNames in optional chain 2024-11-11 20:19:26 +01:00
LibLine
LibMain
LibMedia
LibRegex
LibRequests
LibRIFF
LibSyntax
LibTest
LibTextCodec
LibThreading
LibTLS
LibUnicode
LibURL
LibWasm
LibWeb LibWeb: Fix percentage insets resolution for grid items 2024-11-11 20:20:39 +01:00
LibWebSocket
LibWebView LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
LibXML