1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:57:44 +00:00

Ladybird: Implement notify_request_open_new_tab

This commit is contained in:
Aliaksandr Kalenik 2023-03-14 17:19:28 +03:00 committed by Tim Flynn
parent a9f8d4eada
commit 640864b32e
4 changed files with 13 additions and 2 deletions

View file

@ -49,6 +49,7 @@ public:
explicit WebContentView(StringView webdriver_content_ipc_path);
virtual ~WebContentView() override;
Function<String()> on_new_tab;
Function<void()> on_close;
Function<void(Gfx::IntPoint screen_position)> on_context_menu_request;
Function<void(const AK::URL&, DeprecatedString const& target, unsigned modifiers)> on_link_click;