mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:47:46 +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
|
@ -373,6 +373,11 @@ void PageHost::page_did_update_resource_count(i32 count_waiting)
|
|||
m_client.async_did_update_resource_count(count_waiting);
|
||||
}
|
||||
|
||||
void PageHost::page_did_close_browsing_context(Web::HTML::BrowsingContext const&)
|
||||
{
|
||||
m_client.async_did_close_browsing_context();
|
||||
}
|
||||
|
||||
void PageHost::request_file(Web::FileRequest file_request)
|
||||
{
|
||||
m_client.request_file(move(file_request));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue