ladybird/Userland/Services
Andreas Kling 4fdb266077 LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit)
This is strictly nicer than passing them around as i32 everywhere,
and by switching to i64 as the underlying type, ID allocation becomes as
simple as incrementing an integer.
2024-10-20 13:42:33 +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: Make DOM Node unique IDs strongly typed (and 64 bit) 2024-10-20 13:42:33 +02:00
WebDriver LibWeb: Begin implementing the Element Send Keys endpoint 2024-10-11 09:09:23 +02:00
WebWorker LibWeb: Move StructuredSerializeOptions to its own header 2024-10-17 16:34:32 -04:00