summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/LayoutTreeModel.h
AgeCommit message (Collapse)Author
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
This is preparation for using ModelRole in the ModelIndex API.
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
LibWeb keeps growing and the Web namespace is filling up fast. Let's put DOM stuff into Web::DOM, just like we already started doing with SVG stuff in Web::SVG.
2020-06-12LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector windowAndreas Kling
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.