ladybird/Userland
Enver Balalic 8b4d09932a LibWeb: Fix sizing of flex child that has flex-basis 0
Before if an element didn't have a main min size we would clamp
it to a literal zero. If that element also had a flex-basis 0
it's width would end up being 0.
This patch adds a determine_min_main_size_of_child function that
will calculate the minimum main size for the box based on the
content of the box.
We use the result of that function now instead of clamping
the element main min size to 0.

This also adds one more box to the flex.html test page, which is
the same flex: 0 0 0 box but with flex-direction: column.
2022-03-30 21:16:47 +02:00
..
Applets ClipboardHistory: Show ranges and max dimensions for copied glyphs 2022-03-18 01:12:26 +01:00
Applications Browser: Make storage inspector columns sortable 2022-03-29 23:51:47 +01:00
Demos Demos/LibGfxScaleDemo: Use BGRA8888 bitmap in canvas 2022-03-26 18:24:11 +00:00
DevTools HackStudio: Hide FindWidget on escape key press 2022-03-30 11:26:26 -04:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
Libraries LibWeb: Fix sizing of flex child that has flex-basis 0 2022-03-30 21:16:47 +02:00
Services LookupServer: Fix confusing copy/paste error in debug message 2022-03-27 18:39:47 +01:00
Shell Shell: Add a shell option for autocompleting via the program itself 2022-03-29 15:42:55 +02:00
Utilities test: Port to LibMain 2022-03-30 09:53:11 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00