Age | Commit message (Expand) | Author |
---|---|---|
2020-08-16 | LibGUI: Move GUI::Model::Role to GUI::ModelRole | Andreas Kling |
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling |
2020-07-26 | LibWeb: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-07-23 | LibWeb: Rename Element::tag_name() => local_name() | Andreas Kling |
2020-06-16 | LibWeb: Make Element::tag_name() return a const FlyString& | Andreas Kling |
2020-06-12 | LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector window | Andreas Kling |