Files
ladybird/Libraries/LibWeb/IndexedDB/Internal
stelar7 61185d98aa LibWeb/IDB: Adjust how negative numbers increment the key generator
Directly mapping a negative double to a u64 causes it to wrap around
to the max value. We work around this here by comparing as doubles,
and only incrementing the generator if the new value is greater

Fixes #6455
2025-10-14 10:26:28 +01:00
..
2025-08-14 09:31:56 +01:00
2025-08-14 09:31:56 +01:00