1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +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

@ -148,7 +148,7 @@ public:
virtual void page_did_start_loading(AK::URL const& url) override
{
emit m_view.loadStarted(url.to_string().characters());
emit m_view.loadStarted(url);
}
virtual void page_did_finish_loading(AK::URL const&) override