|
|
|
@ -83,6 +83,23 @@ Browser::Browser(
@@ -83,6 +83,23 @@ Browser::Browser(
|
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
// History
|
|
|
|
|
add_action( |
|
|
|
|
"main_tab_page_navigation_history_back", |
|
|
|
|
[this] |
|
|
|
|
{ |
|
|
|
|
browserMain->tab_page_navigation_history_back(); |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
add_action( |
|
|
|
|
"main_tab_page_navigation_history_forward", |
|
|
|
|
[this] |
|
|
|
|
{ |
|
|
|
|
browserMain->tab_page_navigation_history_forward(); |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
// Tool
|
|
|
|
|
add_action( |
|
|
|
|
"debug", |
|
|
|
@ -111,20 +128,4 @@ Browser::Browser(
@@ -111,20 +128,4 @@ Browser::Browser(
|
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
add_action( |
|
|
|
|
"tab_history_back", // @TODO rename
|
|
|
|
|
[this] |
|
|
|
|
{ |
|
|
|
|
browserMain->tab_history_back(); |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
add_action( |
|
|
|
|
"tab_history_forward", // @TODO rename
|
|
|
|
|
[this] |
|
|
|
|
{ |
|
|
|
|
browserMain->tab_history_forward(); |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
} |