summaryrefslogtreecommitdiff
path: root/Tests/LibGfx/TestImageDecoder.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-11Tests/LibGfx: Actually test image decoders in TestImageDecoderAndreas Kling
2021-05-06Tests: Establish root Tests directory, move Userland/Tests thereBrian Gianforcaro