Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-16 | LibGUI: Move GUI::Model::Role to GUI::ModelRole | Andreas Kling | |
This is preparation for using ModelRole in the ModelIndex API. | |||
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas 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-12 | LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector window | Andreas 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. |