mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
WebContent+Everywhere: Add a WebContent IPC to activate a tab
This commit is contained in:
parent
a77daf77bd
commit
f8b6369c23
18 changed files with 50 additions and 0 deletions
|
@ -590,6 +590,10 @@ Tab& BrowserWindow::create_new_tab(URL url, Web::HTML::ActivateTab activate)
|
|||
create_new_tab(url, Web::HTML::ActivateTab::Yes);
|
||||
};
|
||||
|
||||
new_tab.on_activate_tab_request = [this](auto& tab) {
|
||||
m_tab_widget->set_active_widget(&tab);
|
||||
};
|
||||
|
||||
new_tab.on_tab_close_request = [this](auto& tab) {
|
||||
m_tab_widget->deferred_invoke([this, &tab] {
|
||||
m_tab_widget->remove_tab(tab);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue