ladybird/Userland/Libraries
Ben Wiederhake 07dd719e3e LibCodeComprehension: Prefer File::read_until_eof over DeprecatedFile
Note that LibTest/Macros.h and therefore the macro TRY_OR_FAIL are not
available, so using these would require some in-depth rework.

release_value_but_fixme_should_propagate_errors should generate a
reasonably obvious hint that the test didn't find some expected file.
Note that I intentionally did not choose MUST(), since it should be a
TRY_OR_FAIL() in some form.
2023-05-19 23:31:20 +02:00
..
LibArchive
LibAudio LibAudio: Compute and verify FLAC frame header checksums 2023-05-18 22:23:15 +02:00
LibC Userland: Silence or resolve new GCC 13 warnings 2023-05-15 07:00:29 +02:00
LibCards
LibChess AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
LibCMake
LibCodeComprehension LibCodeComprehension: Prefer File::read_until_eof over DeprecatedFile 2023-05-19 23:31:20 +02:00
LibCompress LibCompress: Add a lot of debug logging to LZMA 2023-05-17 09:08:53 +02:00
LibConfig
LibCore LibCore: Explicitly mark HashMap copy 2023-05-19 22:33:57 +02:00
LibCoredump
LibCpp
LibCrypt
LibCrypto LibCrypto: Add a checksumming stream wrapper 2023-05-18 22:23:15 +02:00
LibDebug LibDebug: Stub out LocListX and remove stub expression evaluator 2023-05-14 09:21:08 +02:00
LibDesktop
LibDeviceTree
LibDiff
LibDNS
LibDSP
LibEDID
LibELF LibELF: Only call IFUNC resolvers after populating the PLT 2023-05-14 13:47:53 +02:00
LibFileSystem Userland: Allow our access check to pass flags to faccessat syscall 2023-05-13 17:59:37 -06:00
LibFileSystemAccessClient LibFileSystemAccessClient: Improve error propagation 2023-05-19 06:20:41 +02:00
LibGemini
LibGfx LibGfx: Remove clip check in Painter::do_draw_scaled_bitmap 2023-05-19 18:36:36 +02:00
LibGL
LibGLSL
LibGPU
LibGUI LibIPC: Explicitly mark HashMap copy, offer move interface 2023-05-19 22:33:57 +02:00
LibHTTP
LibIDL LibIDL: Avoid unnecessary HashMap copy 2023-05-19 22:33:57 +02:00
LibImageDecoderClient
LibIMAP
LibIPC LibIPC: Explicitly mark HashMap copy, offer move interface 2023-05-19 22:33:57 +02:00
LibJS LibJS/Bytecode: Implement initial support for super member expressions 2023-05-16 11:26:31 +02:00
LibKeyboard LibKeyboard: Read keymap through File, not DeprecatedFile 2023-05-12 19:46:54 +01:00
LibLine LibLine: Prefer File::read_until_eof over DeprecatedFile::read_all 2023-05-19 21:36:37 +02:00
LibLocale
LibMain
LibManual LibManual: Allow querying on a help URL 2023-05-08 21:03:19 -06:00
LibMarkdown LibMarkdown+LibSyntax: Add a Markdown syntax highlighter 2023-05-05 17:08:40 +01:00
LibPartition
LibPCIDB
LibPDF LibPDF: Avoid unnecessary HashMap copy, mark other copies 2023-05-19 22:33:57 +02:00
LibProtocol
LibRegex
LibSanitizer
LibSoftGPU
LibSQL AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
LibSymbolication
LibSyntax LibMarkdown+LibSyntax: Add a Markdown syntax highlighter 2023-05-05 17:08:40 +01:00
LibSystem
LibTest
LibTextCodec LibTextCodec: Change UTF-8's decoder to replace invalid code points 2023-05-12 05:47:36 +02:00
LibThreading LibThreading: Only run on_error callback when action wasn't canceled 2023-05-17 22:40:15 -06:00
LibTimeZone
LibTLS LibTLS: Avoid unnecessary HashMap copies, improve const-correctness 2023-05-19 22:33:57 +02:00
LibUnicode
LibUSBDB
LibVideo LibVideo: Add PlaybackManager::from_mapped_file 2023-05-14 15:56:49 -06:00
LibVirtGPU
LibVT LibVT: Correctly wrap text when the scrollbar is hidden 2023-05-16 12:47:16 +02:00
LibWasm
LibWeb LibWeb: Explicitly mark HashMap copy 2023-05-19 22:33:57 +02:00
LibWebSocket
LibWebView Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebView 2023-05-17 19:47:05 +02:00
LibX86
LibXML
CMakeLists.txt