mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
Ladybird/Android: Create a service for ImageDecoder
This follows the pattern for the other services spawned by WebContent. The notable quirk about this service is that it's actually spawned by the ImageCodecPlugin rather than in main.cpp in the non-Android port. As a result we needed to do some ifdef surgery to get all the pieces in place. But we can now load images in the Android port again :^).
This commit is contained in:
parent
a54baa2c34
commit
c990db0913
Notes:
sideshowbarker
2024-07-16 20:51:53 +09:00
Author: https://github.com/ADKaster
Commit: c990db0913
Pull-request: https://github.com/SerenityOS/serenity/pull/21721
10 changed files with 108 additions and 8 deletions
|
|
@ -13,3 +13,4 @@ ErrorOr<NonnullRefPtr<Client>> bind_service(void (*bind_method)(int, int));
|
|||
|
||||
void bind_request_server_java(int ipc_socket, int fd_passing_socket);
|
||||
void bind_web_socket_java(int ipc_socket, int fd_passing_socket);
|
||||
void bind_image_decoder_java(int ipc_socket, int fd_passing_socket);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue