ladybird/Tests/LibWeb/Text
Timothy Flynn ba1189cd1c LibWeb: Support cookie Max-Age attributes that exceed i64 limits
Attributes have a max value length of 1024. So we theoretically need to
support values in the range -${"9".repeat(1023)} to ${"9".repeat(1024)}.
These obviously do not fit in an i64, so we were previously failing to
parse the attribute.

We will now cap the parsed value to the numeric limits of an i64, after
ensuring that the attribute value is indeed a number.
2024-09-19 00:01:56 +01:00
..
data LibXML: Include line and column numbers in parse error messages 2024-08-03 18:23:36 +02:00
expected LibWeb: Support cookie Max-Age attributes that exceed i64 limits 2024-09-19 00:01:56 +01:00
input LibWeb: Support cookie Max-Age attributes that exceed i64 limits 2024-09-19 00:01:56 +01:00