1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Libraries/LibWeb/Frame
Andreas Kling 56d14d5701 LibWeb: Move fragment link handling to Frame
Activating a "#foo" fragment link will now be handled internally by
the Frame instead of involving the widget layer.

If the viewport needs to be scrolled as a result, we will simply ask
the PageClient to scroll a new rect into view.
2020-07-05 15:57:07 +02:00
..
EventHandler.cpp LibWeb: Move fragment link handling to Frame 2020-07-05 15:57:07 +02:00
EventHandler.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Frame.cpp LibWeb: Move fragment link handling to Frame 2020-07-05 15:57:07 +02:00
Frame.h LibWeb: Move fragment link handling to Frame 2020-07-05 15:57:07 +02:00