ladybird/Userland/Libraries
Timothy Flynn 1b324f3ae1 LibWebView+UI: Remove Qt networking infrastructure
Now that we use libcurl, there's no reason to keep Qt networking around.
Further, it doesn't support all features we need anyways, such as non-
buffered request handling for SSE.
2024-10-08 06:52:51 +02:00
..
LibArchive Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibCompress Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibCore LibCore: Ensure shared memory file names on macOS are unique 2024-10-06 07:44:06 +02:00
LibCrypto Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
LibDiff Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibFileSystem Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibGfx LibWeb+LibGfx: Serialize HTML canvas fill/strokeStyle colors correctly 2024-10-04 20:01:22 +02:00
LibHTTP Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibIDL Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibImageDecoderClient Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibIPC LibURL: Do not treat port of 0 as a null port in Origin 2024-10-05 10:46:30 +02:00
LibJS Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibLine Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibMain Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibMedia Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibRegex LibRegex: Only search start of line if pattern begins with ^ 2024-09-30 12:28:22 +02:00
LibRequests Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibRIFF LibRIFF+LibGfx/ISOBMFF: Make ChunkID (de)serialization self-consistent 2024-03-22 18:31:15 +01:00
LibSyntax Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibTest Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibTextCodec Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibThreading Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
LibTLS Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
LibUnicode LibUnicode: Remove unused emoji support methods 2024-09-06 15:42:33 -04:00
LibURL LibURL: Do not treat port of 0 as a null port in Origin 2024-10-05 10:46:30 +02:00
LibWasm LibWasm+LibWeb+test-wasm: Refcount Wasm::Module for function references 2024-08-22 09:36:40 +02:00
LibWeb LibWeb: Don't discard PostedMessage tasks when closing a worker 2024-10-08 06:51:04 +02:00
LibWebSocket LibWebSocket: Don't allow a connection to be discarded more than once 2024-09-29 11:46:51 +02:00
LibWebView LibWebView+UI: Remove Qt networking infrastructure 2024-10-08 06:52:51 +02:00
LibXML LibXML: Include line and column numbers in parse error messages 2024-08-03 18:23:36 +02:00