1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland
Andreas Kling c7e62d448c LibCore: Use ErrorOr<T> for Core::File::remove()
This function returns a subclass of Error, which is now possible.
2021-11-08 00:35:27 +01:00
..
Applets LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Applications LibCore: Use ErrorOr<T> for Core::File::remove() 2021-11-08 00:35:27 +01:00
Demos LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
DevTools LibCore: Use ErrorOr<T> for Core::File::remove() 2021-11-08 00:35:27 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Libraries LibCore: Use ErrorOr<T> for Core::File::remove() 2021-11-08 00:35:27 +01:00
Services AK: Use ErrorOr<T> for MappedFile factories 2021-11-08 00:35:27 +01:00
Shell Shell: Add min and max iteration times to time -n in builtin_time 2021-11-06 22:09:25 -07:00
Utilities LibCore: Use ErrorOr<T> for Core::File::remove() 2021-11-08 00:35:27 +01:00
CMakeLists.txt