1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:47:34 +00:00

Browser: Open links with target="_blank" in new tab

This commit is contained in:
Linus Groh 2020-04-24 13:06:17 +01:00 committed by Andreas Kling
parent 061205b3b3
commit 896decd4d5
3 changed files with 28 additions and 21 deletions

View file

@ -44,6 +44,7 @@ public:
void did_become_active();
Function<void(String)> on_title_change;
Function<void(URL&)> on_tab_open_request;
Function<void(Tab&)> on_tab_close_request;
const String& title() const { return m_title; }