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:
parent
061205b3b3
commit
896decd4d5
3 changed files with 28 additions and 21 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue