Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-24 | Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every file | Timothy Flynn | |
2022-12-25 | Ladybird: Allow replacing underlying model of ModelTranslator | MacDue | |
2022-12-25 | Ladybird: Update for AK::{String => DeprecatedString} rename | Linus Groh | |
2022-12-25 | Ladybird: Add a very simple DOM inspector | Andreas 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-25 | Ladybird: Add a ModelTranslator to translate a GUI::Model to a Qt model | Andreas Kling | |
This will be used to expose the DOMTreeModel from LibWebView :^) |