summaryrefslogtreecommitdiff
path: root/Ladybird/ModelTranslator.cpp
AgeCommit message (Collapse)Author
2023-04-24Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every fileTimothy Flynn
2022-12-25Ladybird: Allow replacing underlying model of ModelTranslatorMacDue
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
2022-12-25Ladybird: Add a very simple DOM inspectorAndreas Kling
We use a ModelTranslator to expose a DOMTreeModel from LibWebView :^) It allows you to select the currently inspected node, which causes the engine to render a little box model overlay above the web content.
2022-12-25Ladybird: Add a ModelTranslator to translate a GUI::Model to a Qt modelAndreas Kling
This will be used to expose the DOMTreeModel from LibWebView :^)