summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/InspectorWidget.h
AgeCommit message (Expand)Author
2022-03-15Browser: Rename Inspector table view member names to match contentsAndreas Kling
2022-03-10Browser+LibWeb+WebContent: Show style for pseudo-elements :^)Sam Atkins
2022-03-10Browser: Replace inspector's dom_node_id with a Selection structSam Atkins
2022-03-08Browser+LibWeb: Add an Element size preview widget to inspectorVrins
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-09-18LibWeb: Remove the unused LayoutTreeModelAndreas Kling
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-09-02Browser: Reload the DOM Inspector's JSON data when loading a new pageSam Atkins
2021-09-02Browser: Reset the DOM Inspector's state when re-opening itSam Atkins
2021-09-02Browser: Implement "Inspect Element" context menu actionSam Atkins
2021-09-02Browser: Display style properties in DOM InspectorSam Atkins
2021-09-02Browser: Remove residual InProcessWebView code from DOM InspectorSam Atkins
2021-08-23Browser: Add "Inspect Element" to context menu :^)Sam Atkins
2021-08-23Browser: Hide inspected-element outline when DOM Inspector is closedSam Atkins
2021-06-29LibWeb+Browser: Support DOM Inspector for OutOfProcessWebViewAdam Hodgen
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling