serenity/Userland/Libraries
Tim Ledbetter 84193f2746 LibWeb: Align StyleSheet title getter with the specification
The CSSOM specification says that StyleSheet.title should return null
if the title field is empty.
2024-04-29 08:10:38 +02:00
..
LibAccelGfx
LibArchive Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibAudio Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibC Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
LibCards Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibChess Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibCMake
LibCodeComprehension Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibCompress Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibConfig
LibCore LibCore: Make singleton process helpers public 2024-04-27 20:32:12 -04:00
LibCoredump Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
LibCpp
LibCrypt
LibCrypto LibCrypto+LibGfx: Fix GCC 14 compile errors 2024-04-20 15:52:29 -06:00
LibDebug Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06:00
LibDesktop LibDesktop: Avoid UAF when launching a process with escalation 2024-04-04 11:23:21 +02:00
LibDeviceTree
LibDiff Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibDNS
LibDSP AK+Userland: Remove some needlessly explicit conversions to StringView 2024-04-04 11:23:21 +02:00
LibEDID
LibELF Userland: Compile a special version of LibELF for DynamicLoader 2024-04-26 19:08:13 -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/JPEG2000: Remove an incorrect VERIFY in TagTree construction 2024-04-28 01:12:20 +02:00
LibGL LibGL+LibGPU+LibSoftGPU: Implement constant blending color 2024-04-10 21:12:25 +02:00
LibGLSL LibGLSL: Avoid UAF when creating a preprocessor instance 2024-04-04 11:23:21 +02:00
LibGPU Everywhere: Remove 'clang-format off' comments that are no longer needed 2024-04-24 16:50:01 -04:00
LibGUI Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06: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: Allow creating MultiServer from an already existing LocalServer 2024-04-27 20:32:12 -04:00
LibJIT
LibJS LibJS: Fix bug where argument++ happened before call 2024-04-27 17:24:29 +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 Meta: Remove serenity_lib_static() CMake helper function 2024-03-26 12:25:21 -04:00
LibManual Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibMarkdown AK+Userland: Remove some needlessly explicit conversions to StringView 2024-04-04 11:23:21 +02:00
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 Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibProtocol
LibRegex Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
LibRIFF LibRIFF+LibGfx/ISOBMFF: Make ChunkID (de)serialization self-consistent 2024-03-22 18:31:15 +01:00
LibSanitizer AK+Kernel+LibSanitizer: Implement __ubsan_handle_function_type_mismatch 2024-04-18 13:14:33 -06:00
LibSemVer
LibSoftGPU LibGL+LibGPU+LibSoftGPU: Implement constant blending color 2024-04-10 21:12:25 +02:00
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
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 LibCore+LibTimeZone: Move TZDB utilities from LibTimeZone to LibCore 2024-03-26 12:25:21 -04:00
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: Avoid expensive IDNA::to_ascii() for all-ASCII domain strings 2024-04-05 16:01:10 -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: Align StyleSheet title getter with the specification 2024-04-29 08:10:38 +02:00
LibWebSocket Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
LibWebView LibWebView: Create plumbing for a single UI process 2024-04-27 20:32:12 -04:00
LibX86
LibXML LibXML: Don't emit a parser error for failing to resolve DTD URI 2024-03-30 07:36:50 +01:00
CMakeLists.txt