mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:57:46 +00:00
LibWeb: Move the Page/Frame/EventHandler classes into Page/
This commit is contained in:
parent
481e838054
commit
ef711f501e
24 changed files with 32 additions and 33 deletions
|
@ -42,8 +42,6 @@ set(SOURCES
|
|||
DOMTreeModel.cpp
|
||||
Dump.cpp
|
||||
FontCache.cpp
|
||||
Frame/EventHandler.cpp
|
||||
Frame/Frame.cpp
|
||||
HTML/CanvasRenderingContext2D.cpp
|
||||
HTML/HTMLAnchorElement.cpp
|
||||
HTML/HTMLBRElement.cpp
|
||||
|
@ -105,7 +103,9 @@ set(SOURCES
|
|||
Loader/ImageResource.cpp
|
||||
Loader/Resource.cpp
|
||||
Loader/ResourceLoader.cpp
|
||||
Page.cpp
|
||||
Page/EventHandler.cpp
|
||||
Page/Frame.cpp
|
||||
Page/Page.cpp
|
||||
PageView.cpp
|
||||
Painting/StackingContext.cpp
|
||||
SVG/SVGElement.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue