1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Libraries/LibWeb/Frame
Kevin Meyer a5b8cc2d0b LibWeb: Add type for FrameLoader::load
This should enable to destinguish between IFrame, Reload and Navigation
motivated loads in order to call the appropriate hooks.

This change is motivated as loading the IFrame test page causes the
IFrame url to be added to the history and shows up as the current
browser location bar.
2020-07-08 23:45:12 +02:00
..
EventHandler.cpp LibWeb: Add type for FrameLoader::load 2020-07-08 23:45:12 +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