ladybird/Userland/DevTools
Nico Weber 9cfd7a299c Userland: Use allocation-failure safe functions where it's easy
I went through all callers of adopt_own() and replaced them with
try_make<>() if possible or adopt_nonnull_own_or_enomem() else
in cases where it was easy (i.e. in functions already returning
ErrorOr).

No intended behavior change.
2023-02-12 22:54:28 +01:00
..
GMLPlayground LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
HackStudio Userland: Use allocation-failure safe functions where it's easy 2023-02-12 22:54:28 +01:00
Inspector Inspector: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
Profiler Userland: Use allocation-failure safe functions where it's easy 2023-02-12 22:54:28 +01:00
SQLStudio SQLStudio: Display real column names in the results tab 2023-02-03 20:34:45 +01:00
UserspaceEmulator AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
CMakeLists.txt DevTools: Remove i686 support 2022-12-28 11:53:41 +01:00