1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:47:34 +00:00

Ladybird: Expanded toolbar with browser history and home button

This patch takes the browser history code from the Serenity browser and
wires it up to the QT interface. This is tied in with a few extra
toolbar buttons associated with each tab.
This commit is contained in:
Matthew Costa 2022-07-06 14:38:50 +01:00 committed by Andrew Kaster
parent 67ab6dd2e6
commit 7681ef25da
7 changed files with 194 additions and 9 deletions

View file

@ -37,6 +37,7 @@ set(SOURCES
RequestManagerQt.cpp
main.cpp
WebView.cpp
History.cpp
Tab.cpp
)