1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:48:14 +00:00
serenity/Applications/Browser
Andreas Kling 884ae80699 LibHTML+Browser: Show target URL of hovered links in Browser statusbar
HtmlView will now invoke the on_link_hover hook when the cursor enters
or leaves a DOM node that has an enclosing link element.

This patch also updates the meaning of Node::enclosing_link_element()
to find the nearest HTMLAnchorElementAncestor *with an href attribute*.
2019-10-19 21:25:49 +02:00
..
History.h Browser: Add basic back/forward history 2019-10-17 23:39:31 +02:00
main.cpp LibHTML+Browser: Show target URL of hovered links in Browser statusbar 2019-10-19 21:25:49 +02:00
Makefile Browser: Start working on a simple browser using LibHTML 2019-10-05 10:20:17 +02:00