mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 18:05:08 +00:00
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
This commit is contained in:
parent
a94ef9e021
commit
9169c8ca94
7 changed files with 20 additions and 0 deletions
|
@ -54,6 +54,7 @@ public:
|
|||
void notify_server_did_unhover_link(Badge<WebContentClient>);
|
||||
void notify_server_did_click_link(Badge<WebContentClient>, const URL&, const String& target, unsigned modifiers);
|
||||
void notify_server_did_middle_click_link(Badge<WebContentClient>, const URL&, const String& target, unsigned modifiers);
|
||||
void notify_server_did_start_loading(Badge<WebContentClient>, const URL&);
|
||||
|
||||
private:
|
||||
WebContentView();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue