1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:27:35 +00:00
serenity/Userland
Andreas Kling 83a2aa1832 LibWeb: Include negative margins in height:auto computation for BFC root
...but never allow the resulting height to become negative. This solves
an issue seen on Acid3 where elements with negative vertical margins
expanded the size of their height:auto container instead of shrinking
it, which is the correct behavior. This now works :^)
2022-03-26 22:51:10 +01:00
..
Applets ClipboardHistory: Show ranges and max dimensions for copied glyphs 2022-03-18 01:12:26 +01:00
Applications Browser: Make the main browser window a little bit bigger by default 2022-03-26 20:49:42 +01:00
Demos Demos/LibGfxScaleDemo: Use BGRA8888 bitmap in canvas 2022-03-26 18:24:11 +00:00
DevTools Profiler: Render signposts behind histograms 2022-03-24 14:35:47 +01: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: Include negative margins in height:auto computation for BFC root 2022-03-26 22:51:10 +01:00
Services LibWeb: Show correct element margin values in Inspector "Box Model" view 2022-03-25 11:57:30 +01:00
Shell Shell: Limit the access of processes spawned for autocompletion 2022-03-26 21:34:56 +04:30
Utilities tee: Port to LibMain and move to SerenityOS code patterns 2022-03-26 18:39:58 +00:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00