serenity/Userland/Libraries
Andrew Kaster d76167b8a4 LibWeb: Add CSS ParsingContext constructor with a realm and URL
This is useful for when we want to parse paths relative to the current
ESO's api base url when there isn't a document, such as in a Worker
context.
2024-05-16 08:02:43 +02:00
..
LibAccelGfx
LibArchive
LibAudio Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibC LibC: Implement mkfifoat(2) 2024-05-14 22:30:39 +02:00
LibCards Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibChess LibChess: Fix crash when importing PGN 2024-05-11 07:41:57 +01:00
LibCMake
LibCodeComprehension Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibCompress LibCompress: Remove Gzip compress_file & decompress_file methods 2024-05-14 12:35:25 -06:00
LibConfig
LibCore LibCore: Add a small library with only ArgsParser for DynamicLoader 2024-05-14 15:42:42 -06:00
LibCoredump LibCoredump: Use AK::unwind_stack_from_frame_pointer 2024-05-14 14:02:06 -06:00
LibCpp
LibCrypt
LibCrypto LibCrypto: Skip the check against 2^32 on 32-bit 2024-05-02 07:46:53 -06:00
LibDebug HackStudio: Use AK::unwind_stack_from_frame_pointer 2024-05-14 14:02:06 -06:00
LibDesktop LibDesktop+LaunchServer: Propagate AppFile arguments over IPC 2024-04-30 17:43:14 -06:00
LibDeviceTree Kernel/riscv: Use new DeviceTree helpers in PCI initializations 2024-05-02 07:44:13 -06:00
LibDiff Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibDNS
LibDSP
LibEDID
LibELF DynamicLoader: Add an option to list all ELF loaded dependencies 2024-05-14 15:42:42 -06:00
LibFileSystem LibFileSystem: Ignore ENOTSUP when using chown and chmod during copy 2024-04-21 15:34:33 +02:00
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx/GIF: Add a spec link 2024-05-14 12:33:53 -06:00
LibGL
LibGLSL
LibGPU Everywhere: Remove 'clang-format off' comments that are no longer needed 2024-04-24 16:50:01 -04:00
LibGUI LibGUI: Don't crash when rendering a collapsible toolbar with no items 2024-05-15 08:28:24 +02:00
LibHTTP LibTLS+LibHTTP: Tolerate improperly closed TLS sockets 2024-04-17 07:19:03 +02:00
LibIDL LibIDL: Remove unused required_imported_paths field from Interface 2024-04-26 08:00:32 -04:00
LibImageDecoderClient Userland: Remove remaining callers of synchronous ImageDecoder API 2024-04-23 12:32:04 -06:00
LibIMAP Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibIPC LibIPC: Remove uneeded NumericLimit<u32>::max check for ByteString 2024-05-12 15:46:29 -06:00
LibJIT
LibJS LibJS: Make return control flow more static 2024-05-15 04:25:14 +02:00
LibKeyboard
LibLine Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibLocale LibLocale: Statically link LibLocaleData into LibLocale 2024-04-21 13:34:04 -06:00
LibMain
LibManual
LibMarkdown
LibPartition Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibPCIDB Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibPDF LibCompress: Rename LZWDecoder => LzwDecompressor 2024-05-14 12:33:53 -06:00
LibProtocol
LibRegex Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibRIFF
LibSanitizer DynamicLoader+LibSanitizer: Link LibSanitizer to DynamicLoader properly 2024-05-07 16:39:17 -06:00
LibSemVer
LibSoftGPU
LibSQL LibCore+LibSQL+LibWebView: Move launching a singleton process to LibCore 2024-04-22 14:46:10 -06:00
LibSymbolication Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
LibSyntax
LibSystem DynamicLoader+LibC: Link LibC into DynamicLoader --as-sane-people 2024-05-07 16:39:17 -06:00
LibTest Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
LibTextCodec LibTextCodec: Add Windows-1250 text decoder 2024-04-23 16:26:16 +02:00
LibThreading LibThreading: Add a way to cancel and join the background thread 2024-04-26 09:41:24 +02:00
LibTimeZone
LibTLS LibTLS: Ignore empty reads from underlying socket while connecting 2024-04-26 15:53:00 +02:00
LibUnicode LibUnicode: Avoid redundant UTF-8 validation in AK::String helpers 2024-04-21 19:32:49 +02:00
LibURL LibURL: Add BlobURLEntry to URL 2024-05-12 15:46:29 -06:00
LibUSBDB Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibVideo LibVideo: Allow PlaybackManager owners to terminate the decoder thread 2024-04-26 09:49:11 +02:00
LibVirtGPU
LibVT Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibWasm Everywhere: Remove 'clang-format off' comments that are no longer needed 2024-04-24 16:50:01 -04:00
LibWeb LibWeb: Add CSS ParsingContext constructor with a realm and URL 2024-05-16 08:02:43 +02:00
LibWebSocket Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
LibWebView LibWebView: Escape HTML entities in the Task Manager process titles 2024-05-12 15:38:18 -06:00
LibX86
LibXML
CMakeLists.txt