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:
parent
53cb5325ee
commit
682f0ac93b
3 changed files with 16 additions and 0 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue