ladybird/Userland
Andreas Kling c48931d15c LibWeb: Only calculate intrinsic size in the desired flex axis
Previously, FlexFormattingContext would calculate intrinsic sizes in
both axes simultaneously, despite only one being needed.

This patch reduces the amount of unnecessary work by only calculating
the requested intrinsic size.
2022-10-04 11:56:59 +02:00
..
Applets Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Applications Calculator: Add a Shrinking action 2022-10-03 15:12:47 -04:00
Demos Userland: Unveil /proc/all in applications which require it 2022-10-03 17:09:21 +01:00
DevTools SystemServer+LoginServer+Userland: Switch to sid-based sockets 2022-10-03 11:11:29 +02:00
DynamicLoader
Games Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Libraries LibWeb: Only calculate intrinsic size in the desired flex axis 2022-10-04 11:56:59 +02:00
Services Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Shell AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
Utilities Userland: Unveil /proc/all in applications which require it 2022-10-03 17:09:21 +01:00
CMakeLists.txt