ladybird/Tests
Jelle Raaijmakers f326f087fa Tests/LibWeb: Prevent inadvertent cookie expiration
We were testing cookie expiry by setting moving a Date 1000ms to the
future, and then calling `.toUTCString()` on it. However, that method
truncates milliseconds and could cause the actual expiry to be almost
immediately - that makes this test flaky, especially on slower machines.

Fix the issue by using a larger expiry.
2026-03-20 19:31:23 +01:00
..
AK AK: Add SentinelOptional 2026-03-20 12:03:36 +01:00
ClangPlugins Everywhere: Abandon Swift adoption 2026-02-17 10:48:09 -05:00
LibCompress CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibCore Tests: Try to remove old test sockets in TestLibCoreStream 2026-03-02 17:06:39 -06:00
LibCrypto LibCrypto: Use EVP_EncryptInit instead of EVP_DecryptInit in GCM encrypt 2026-03-19 22:28:26 +01:00
LibDatabase LibDatabase: Allow String values to contain embedded null bytes 2026-02-14 10:25:33 -05:00
LibDiff AK: Remove unused include from MemoryStream 2026-02-17 12:38:51 +00:00
LibDNS Meta+RequestServer: Remove local download of ca-certificates 2025-07-07 09:10:05 +02:00
LibGfx Documentation+Tests: Optimize PNGs using optipng 2026-02-23 13:45:04 +01:00
LibHTTP LibHTTP: Ignore empty list elements when extracting token headers 2026-03-16 13:55:26 +01:00
LibIPC LibIPC: Notify readers when thread exits 2026-03-14 02:05:34 -05:00
LibJS LibJS: Handle time zone gaps in JS::utc_time 2026-03-20 14:46:46 +01:00
LibMedia LibMedia: Fix signed PCM to float sample normalization 2026-02-25 01:50:00 -06:00
LibRegex LibRegex: Track optional capture groups for match_length_minimum 2026-02-26 13:50:11 +01:00
LibTest CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibTextCodec CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
LibThreading LibThreading: Simplify BackgroundAction callback invocation 2026-03-02 17:06:39 -06:00
LibTLS Everywhere: Make ByteBuffer::bytes() lvalue-only 2025-12-10 07:43:22 -05:00
LibUnicode LibUnicode: Work around ICU bug over-canonicalizing "yes" keyword values 2026-03-14 08:17:03 -04:00
LibURL LibURL+Elsewhere: Consider file:// origins opaque by default 2026-02-21 23:00:57 +01:00
LibWasm LibJS: Replace IndexedProperties with inline Packed/Holey/Dictionary 2026-03-17 22:28:35 -05:00
LibWeb Tests/LibWeb: Prevent inadvertent cookie expiration 2026-03-20 19:31:23 +01:00
LibWebView LibWebView: Add a bit of explicit handling for "localhost:port" URLs 2025-11-08 11:14:44 -05:00
LibXML CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
CMakeLists.txt LibIPC: Notify readers when thread exits 2026-03-14 02:05:34 -05:00