summaryrefslogtreecommitdiff
path: root/Ladybird/InspectorWidget.cpp
AgeCommit message (Collapse)Author
2023-02-22Ladybird: Support inspecting the accessibility treeMacDue
This allows viewing the ARIA accessibility tree Epigenetic added in #16430, but now in Ladybird!
2023-01-27Ladybird: Replace uses of JsonObject::get_deprecated()Sam Atkins
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
This is a preparatory step to making `get()` return `ErrorOr`.
2022-12-25Ladybird: Add the node properties tabs to the inspectorMacDue
This now allows you to view the computed and resolved style values, along with the CSS variables of a node.
2022-12-25Ladybird: Reimplement the DOM inspector :^)MacDue
This has been broken since the switch to the multiprocess architecture (and even before then was very limited). This restores the previous functionally and also implements the ability to inspect individual elements (by selecting them in the tree view). The inspector also now correctly updates when navigating between pages.