mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:17:36 +00:00
LibWeb: Add a FrameLoader class and move PageView's loading logic there
Each Frame now has a FrameLoader which will be responsible for handling loading inside that frame.
This commit is contained in:
parent
0cbef87944
commit
075bd75859
7 changed files with 400 additions and 268 deletions
|
@ -86,6 +86,7 @@ set(SOURCES
|
|||
Layout/LayoutWidget.cpp
|
||||
Layout/LineBox.cpp
|
||||
Layout/LineBoxFragment.cpp
|
||||
Loader/FrameLoader.cpp
|
||||
Loader/ImageResource.cpp
|
||||
Loader/Resource.cpp
|
||||
Loader/ResourceLoader.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue