mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
WebContent: Add shutdown_server IPC call to request process exit
This ensures that removing the last view from a WebContentClient will close its associated process, assuming the WebContent process is not hung. A more drastic measure will be needed to trigger forcefully killing the process when it doesn't respond to this request.
This commit is contained in:
committed by
Alexander Kalenik
parent
4cc3d598f9
commit
29b4f21c7b
Notes:
sideshowbarker
2024-07-17 09:37:30 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/29b4f21c7b Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/319
@@ -13,6 +13,8 @@
|
||||
|
||||
endpoint WebContentServer
|
||||
{
|
||||
close_server() =|
|
||||
|
||||
get_window_handle(u64 page_id) => (String handle)
|
||||
set_window_handle(u64 page_id, String handle) =|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user