mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LibWeb: Rename Web::HtmlView => Web::PageView
This widget doesn't just view HTML, it views a web page. :^)
This commit is contained in:
parent
5f8cbe6a1b
commit
42243d2e06
24 changed files with 133 additions and 133 deletions
|
@ -57,13 +57,12 @@ set(SOURCES
|
|||
DOM/Node.cpp
|
||||
DOM/ParentNode.cpp
|
||||
DOM/Text.cpp
|
||||
DOMTreeModel.cpp
|
||||
DOM/Window.cpp
|
||||
DOM/XMLHttpRequest.cpp
|
||||
DOMTreeModel.cpp
|
||||
Dump.cpp
|
||||
FontCache.cpp
|
||||
Frame.cpp
|
||||
HtmlView.cpp
|
||||
Layout/BoxModelMetrics.cpp
|
||||
Layout/LayoutBlock.cpp
|
||||
Layout/LayoutBox.cpp
|
||||
|
@ -76,14 +75,15 @@ set(SOURCES
|
|||
Layout/LayoutListItemMarker.cpp
|
||||
Layout/LayoutNode.cpp
|
||||
Layout/LayoutReplaced.cpp
|
||||
Layout/LayoutTableCell.cpp
|
||||
Layout/LayoutTable.cpp
|
||||
Layout/LayoutTableCell.cpp
|
||||
Layout/LayoutTableRow.cpp
|
||||
Layout/LayoutText.cpp
|
||||
Layout/LayoutTreeBuilder.cpp
|
||||
Layout/LayoutWidget.cpp
|
||||
Layout/LineBox.cpp
|
||||
Layout/LineBoxFragment.cpp
|
||||
PageView.cpp
|
||||
Parser/CSSParser.cpp
|
||||
Parser/Entities.cpp
|
||||
Parser/HTMLDocumentParser.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue