ladybird/Userland/Services/InspectorServer
Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Apologies for the enormous commit, but I don't see a way to split this
up nicely. In the vast majority of cases it's a simple change. A few
extra places can use TRY instead of manual error checking though. :^)
2022-01-24 22:36:09 +01:00
..
ClientConnection.cpp LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
ClientConnection.h LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
CMakeLists.txt InspectorServer: Port to LibMain :^) 2021-11-30 23:34:40 +01:00
Forward.h Services: Add InspectorServer to reverse the direction of Inspector 2021-05-13 23:28:40 +02:00
InspectableProcess.cpp Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
InspectableProcess.h LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
InspectorClient.ipc Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
InspectorServer.ipc InspectorServer: Add is_inspectable IPC 2021-06-02 11:19:04 +02:00
main.cpp LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30