mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
WebContent: Plumb hovered links from WebContent process over to widget
Also add a little GUI::StatusBar to the demo app so we can see the hovered link URL's live. :^)
This commit is contained in:
parent
aac362b883
commit
58b1ba2545
Notes:
sideshowbarker
2024-07-19 05:08:01 +09:00
Author: https://github.com/awesomekling
Commit: 58b1ba2545
8 changed files with 61 additions and 1 deletions
|
@ -7,4 +7,6 @@ endpoint WebContentClient = 90
|
|||
DidLayout(Gfx::IntSize content_size) =|
|
||||
DidChangeTitle(String title) =|
|
||||
DidRequestScrollIntoView(Gfx::IntRect rect) =|
|
||||
DidHoverLink(URL url) =|
|
||||
DidUnhoverLink() =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue