ladybird/Userland/Libraries
Idan Horowitz 67ce9e28a5 AK: Standardize the behaviour of GenericLexer::consume_until overloads
Before this commit all consume_until overloads aside from the Predicate
one would consume (and ignore) the stop char/string, while the
Predicate overload would not, in order to keep behaviour consistent,
the other overloads no longer consume the stop char/string as well.
2022-01-25 13:41:09 +03:30
..
LibArchive
LibAudio Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibC AK: Standardize the behaviour of GenericLexer::consume_until overloads 2022-01-25 13:41:09 +03:30
LibCards
LibChess
LibCompress
LibConfig
LibCore LibCore: Make Core::s_main_event_loop actually global 2022-01-25 09:13:40 +01:00
LibCoredump Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibCpp AK: Standardize the behaviour of GenericLexer::consume_until overloads 2022-01-25 13:41:09 +03:30
LibCrypt
LibCrypto AK+Userland: Make AK::decode_base64 return ErrorOr 2022-01-24 22:36:09 +01:00
LibDebug
LibDesktop
LibDeviceTree
LibDiff
LibDl
LibDSP
LibEDID Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibELF Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibFileSystemAccessClient
LibGemini
LibGfx Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibGL
LibGUI Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibHTTP AK+Userland: Make AK::decode_base64 return ErrorOr 2022-01-24 22:36:09 +01:00
LibImageDecoderClient
LibIMAP
LibIPC Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibJS LibJS: Correct FormatTimeZoneOffsetString arg in CreateTemporalTimeZone 2022-01-25 00:06:49 +00:00
LibKeyboard
LibLine
LibM
LibMain
LibMarkdown
LibPCIDB
LibPDF LibPDF: Make Filter::decode() return ErrorOr 2022-01-24 22:36:09 +01:00
LibProtocol Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibPthread
LibRegex
LibSanitizer
LibSoftGPU
LibSQL Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading LibThreading: Invoke BackgroundAction completions on origin event loop 2022-01-25 09:13:40 +01:00
LibTimeZone
LibTLS Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibUnicode
LibUSBDB
LibVideo Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibVT
LibWasm
LibWeb AK+Userland: Make AK::decode_base64 return ErrorOr 2022-01-24 22:36:09 +01:00
LibWebSocket Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
LibX86
CMakeLists.txt