mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Browser: Open links with target="_blank" in new tab
This commit is contained in:
parent
061205b3b3
commit
896decd4d5
Notes:
sideshowbarker
2024-07-19 07:20:43 +09:00
Author: https://github.com/linusg
Commit: 896decd4d5
Pull-request: https://github.com/SerenityOS/serenity/pull/1939
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