mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
LibWeb+WebContent: Support displaying favicons in OOPWV
In single process mode, the browser will display a page's favicon in both the location bar and tab. This adds the same support for multi- process mode.
This commit is contained in:
parent
ff0d4c6f7c
commit
557927f25b
7 changed files with 24 additions and 0 deletions
|
@ -21,4 +21,5 @@ endpoint WebContentClient = 90
|
|||
DidRequestPrompt(String message, String default_) => (String response)
|
||||
DidGetSource(URL url, String source) =|
|
||||
DidJSConsoleOutput(String method, String line) =|
|
||||
DidChangeFavicon(Gfx::ShareableBitmap favicon) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue