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
commit 896decd4d5
Notes: sideshowbarker 2024-07-19 07:20:43 +09:00
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; }