ladybird/Userland
Andreas Kling 434df52b91 LibWeb: Make stretch-fit return 0 when the available size is indefinite
The spec says the result of this algorithm is undefined in such cases,
and it appears that other engines yield a zero size.

More importantly, this prevents us from leaking a non-finite value into
the layout tree.
2023-06-13 16:14:45 +02:00
..
Applets AudioApplet: Read and apply config value only once 2023-05-29 13:22:58 +02:00
Applications Applications: Stop lying about string types 2023-06-13 01:49:02 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos Applications+Demos+LibGUI: Migrate to fallible WizardDialogs and Pages 2023-06-09 17:21:43 +02:00
DevTools SQLStudio: Stop lying about string types 2023-06-13 01:49:02 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Userland: Filter out unsupported file types in open dialogs in more apps 2023-06-11 09:40:17 +01:00
Libraries LibWeb: Make stretch-fit return 0 when the available size is indefinite 2023-06-13 16:14:45 +02:00
Services SystemServer: Handle waitpid's status correctly 2023-06-13 06:15:10 +02:00
Shell Shell: Stop lying about string types 2023-06-13 01:49:02 +02:00
Utilities cal: Don't pretend ConfigServer returns a StringView 2023-06-13 01:49:02 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00