mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 16:37:47 +00:00
LibHTML: Introduce the HtmlView widget
This is a GWidget that can display contents of an HTML document. It replaces the Frame class.
This commit is contained in:
parent
8a2beaf52b
commit
b9493ba783
6 changed files with 119 additions and 70 deletions
|
@ -20,7 +20,7 @@ LIBHTML_OBJS = \
|
|||
Layout/LayoutInline.o \
|
||||
Layout/LayoutDocument.o \
|
||||
Layout/ComputedStyle.o \
|
||||
Frame.o \
|
||||
HtmlView.o \
|
||||
Dump.o
|
||||
|
||||
GENERATED_SOURCES = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue