1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00

LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector window

This allows you to inspect the layout tree, along side the DOM tree.
It will need more functionality to be truly useful, but it's a start.
This commit is contained in:
Andreas Kling 2020-06-12 22:30:11 +02:00
parent 68ae1de463
commit 6f19067c9a
5 changed files with 258 additions and 15 deletions

View file

@ -93,6 +93,7 @@ set(SOURCES
Layout/LayoutWidget.cpp
Layout/LineBox.cpp
Layout/LineBoxFragment.cpp
LayoutTreeModel.cpp
Loader/FrameLoader.cpp
Loader/ImageResource.cpp
Loader/Resource.cpp