ladybird/Userland
Tim Ledbetter 21a32e4b6d LibWeb: Don't crash when parsing large floating point number values
Previously, attempting to parse a floating point number with an integer
part larger than `(2 ^ 31) - 1` would cause the browser to crash. We now
avoid this by converting the integer part of the number to a `double`
rather than an `i32`.
2024-10-31 08:05:25 +01:00
..
Libraries LibWeb: Don't crash when parsing large floating point number values 2024-10-31 08:05:25 +01:00
Services LibWeb+WebContent+WebDriver: Make the screenshot endpoints asynchronous 2024-10-31 02:39:36 +00:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00