ladybird/Userland/Libraries/LibWeb/Internals
Timothy Flynn e070ed5658 LibWeb+LibWebView: Add an internal API to expire cookies with an offset
Cookies have a minimum expiry resolution of 1 second. So to test cookie
expiration, the test had to idle for at least a second, which is quite a
noticeable delay now that LibWeb tests are parallelized.

Instead, we can add an internal API to expire cookies with a time offset
to avoid this idle delay.
2024-10-14 08:25:41 +02:00
..
Inspector.cpp LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
Inspector.h LibWebView: Add context menu support to the Inspector's cookie table 2024-09-07 11:10:27 +02:00
Inspector.idl LibWebView: Add context menu support to the Inspector's cookie table 2024-09-07 11:10:27 +02:00
InternalAnimationTimeline.cpp LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
InternalAnimationTimeline.h LibWeb: Add an InternalAnimationTimeline object 2024-03-28 21:08:32 +01:00
InternalAnimationTimeline.idl LibWeb: Add an InternalAnimationTimeline object 2024-03-28 21:08:32 +01:00
Internals.cpp LibWeb+LibWebView: Add an internal API to expire cookies with an offset 2024-10-14 08:25:41 +02:00
Internals.h LibWeb+LibWebView: Add an internal API to expire cookies with an offset 2024-10-14 08:25:41 +02:00
Internals.idl LibWeb+LibWebView: Add an internal API to expire cookies with an offset 2024-10-14 08:25:41 +02:00