1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-29 03:12:06 +00:00
serenity/Userland/DevTools/Inspector
Andreas Kling b6f49924be LibDesktop: Make allowlist APIs return ErrorOr<void>
This makes it very smooth to use TRY() when setting up these lists,
as you can see in the rest of this commit. :^)
2021-11-24 00:25:23 +01:00
..
CMakeLists.txt Inspector: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
InspectorServerClient.h Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
main.cpp LibDesktop: Make allowlist APIs return ErrorOr<void> 2021-11-24 00:25:23 +01:00
RemoteObject.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
RemoteObject.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RemoteObjectGraphModel.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
RemoteObjectGraphModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
RemoteObjectPropertyModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
RemoteObjectPropertyModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
RemoteProcess.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
RemoteProcess.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00