mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-24 11:11:51 +00:00
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
This commit is contained in:
parent
a94ef9e021
commit
9169c8ca94
Notes:
sideshowbarker
2024-07-19 05:06:04 +09:00
Author: https://github.com/awesomekling
Commit: 9169c8ca94
7 changed files with 20 additions and 0 deletions
|
@ -124,3 +124,8 @@ void WebContentClient::handle(const Messages::WebContentClient::DidMiddleClickLi
|
|||
{
|
||||
m_view.notify_server_did_middle_click_link({}, message.url(), message.target(), message.modifiers());
|
||||
}
|
||||
|
||||
void WebContentClient::handle(const Messages::WebContentClient::DidStartLoading& message)
|
||||
{
|
||||
m_view.notify_server_did_start_loading({}, message.url());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue