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

Browser: React to favicon notifications and put favicons in the tabs!

This commit is contained in:
Andreas Kling 2020-04-24 22:28:05 +02:00
parent 53cb5325ee
commit 682f0ac93b
3 changed files with 16 additions and 0 deletions

View file

@ -46,6 +46,7 @@ public:
Function<void(String)> on_title_change;
Function<void(URL&)> on_tab_open_request;
Function<void(Tab&)> on_tab_close_request;
Function<void(const Gfx::Bitmap&)> on_favicon_change;
const String& title() const { return m_title; }