mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
f89944e804
RPC clients now send JSON-encoded requests to the RPC server. The connection also stays alive instead of disconnecting automatically after the initial CObject graph dump. JSON payloads are preceded by a single host-order encoded 32-bit int containing the length of the payload. So far, we have three RPC commands: - Identify - GetAllObjects - Disconnect We'll be adding more of these as we go along. :^) |
||
---|---|---|
.. | ||
main.cpp | ||
Makefile | ||
RemoteObject.cpp | ||
RemoteObject.h | ||
RemoteObjectGraphModel.cpp | ||
RemoteObjectGraphModel.h | ||
RemoteObjectPropertyModel.cpp | ||
RemoteObjectPropertyModel.h | ||
RemoteProcess.cpp | ||
RemoteProcess.h |