mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibWebView+WebContent: Propagate close from WebContent to LibWebView
This commit is contained in:
parent
f276e70ac9
commit
cc41233be4
10 changed files with 27 additions and 0 deletions
|
@ -46,6 +46,7 @@ endpoint WebContentClient
|
|||
did_set_cookie(URL url, Web::Cookie::ParsedCookie cookie, u8 source) =|
|
||||
did_update_cookie(Web::Cookie::Cookie cookie) =|
|
||||
did_update_resource_count(i32 count_waiting) =|
|
||||
did_close_browsing_context() =|
|
||||
did_request_restore_window() =|
|
||||
did_request_reposition_window(Gfx::IntPoint position) => (Gfx::IntPoint window_position)
|
||||
did_request_resize_window(Gfx::IntSize size) => (Gfx::IntSize window_size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue