mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:47:46 +00:00
LibWeb: Move BrowsingContext into HTML/
Browsing contexts are defined by the HTML specification, so let's move them into the HTML directory. :^)
This commit is contained in:
parent
2b866e3c9b
commit
7c57961c61
43 changed files with 73 additions and 75 deletions
|
@ -94,6 +94,7 @@ set(SOURCES
|
|||
Dump.cpp
|
||||
FontCache.cpp
|
||||
HTML/AttributeNames.cpp
|
||||
HTML/BrowsingContext.cpp
|
||||
HTML/BrowsingContextContainer.cpp
|
||||
HTML/CanvasRenderingContext2D.cpp
|
||||
HTML/DOMParser.cpp
|
||||
|
@ -242,7 +243,6 @@ set(SOURCES
|
|||
Namespace.cpp
|
||||
NavigationTiming/PerformanceTiming.cpp
|
||||
OutOfProcessWebView.cpp
|
||||
Page/BrowsingContext.cpp
|
||||
Page/EditEventHandler.cpp
|
||||
Page/EventHandler.cpp
|
||||
Page/Page.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue