ladybird/Userland
Andreas Kling 27a7c5ef40 LibWeb: Implement CSS fit-content algorithm precisely as spec says
We were using the available space in place of the stretch-fit size.
This was an oversight, and this patch fixes that. It's very possible
that this will uncover broken behavior elsewhere.
2022-10-14 19:53:52 +02:00
..
Applets Userland: Tighten promises by removing 'proc' where it isn't used 2022-10-03 17:09:21 +01:00
Applications HexEditor: Render selection background without gaps between rows 2022-10-14 16:24:51 +01:00
Demos CatDog: Make it always on top 2022-10-13 12:37:54 +01:00
DevTools AK+Userland: Stub out code that isn't currently implemented on AARCH64 2022-10-14 13:01:13 +02:00
DynamicLoader Tests+Userland: Implement AARCH64 support for some inline assembly blobs 2022-10-14 13:01:13 +02:00
Games Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
Libraries LibWeb: Implement CSS fit-content algorithm precisely as spec says 2022-10-14 19:53:52 +02:00
Services WindowServer: Avoid window nullptr exception 2022-10-14 11:42:36 +02:00
Shell Userland: Remove unecessary uses of __serenity__ macro 2022-10-10 12:23:12 +02:00
Utilities uname: Report system revision version aka git commit hash 2022-10-14 13:45:33 +02:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00