ladybird/Userland/Services
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
..
ImageDecoder Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RequestServer RequestServer: Set CURLOPT_CONNECTTIMEOUT instead of CURLOPT_TIMEOUT 2024-10-11 13:18:05 +02:00
WebContent LibWeb+LibWebView: Add an internal API to expire cookies with an offset 2024-10-14 08:25:41 +02:00
WebDriver LibWeb: Begin implementing the Element Send Keys endpoint 2024-10-11 09:09:23 +02:00
WebWorker LibWeb: Move updating the rendering into HTML task 2024-10-04 07:07:01 +02:00