mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
3519b6c201
- Add IEndpoint::handle(IMessage), a big switch table on message type. handle() will return a response message for synchronous messages, and return nullptr otherwise. - Use i32 instead of int for everything - Make IMessage::encode() const - Make IEndpoint::decode_message() static, this allows template code to decode messages without an endpoint instance on hand. |
||
---|---|---|
.. | ||
IEndpoint.cpp | ||
IEndpoint.h | ||
IMessage.cpp | ||
IMessage.h | ||
install.sh | ||
Makefile |