serenity/Userland
Aliaksandr Kalenik d4f08fb0a1 LibWeb: Fix division by zero in solve_replaced_size_constraint()
Happened when input_width > 0 but input_height == 0.

Fixes crashing on Discord that happens after clicking on direct
messages conversation.
2024-04-23 16:21:48 +02:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications Ladybird: Slightly increase the size of the Task Manager window 2024-04-22 14:46:10 -06:00
BuggieBox AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Demos Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
DevTools LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04:00
DynamicLoader LibC+LibELF: Use AT_RANDOM ELF auxiliary vector for __stack_chk_guard 2024-04-21 13:34:04 -06:00
Games Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Libraries LibWeb: Fix division by zero in solve_replaced_size_constraint() 2024-04-23 16:21:48 +02:00
Services LibLocale: Statically link LibLocaleData into LibLocale 2024-04-21 13:34:04 -06:00
Shell Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
Utilities Ladybird+LibWebView: Move SQLServer launcher to Ladybird 2024-04-22 14:46:10 -06:00
CMakeLists.txt