summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/InspectorWidget.cpp
AgeCommit message (Expand)Author
2022-03-15Browser: Rename Inspector table view member names to match contentsAndreas Kling
2022-03-15Browser: Allow jumping to stylenames by typing in the inspectorVrins
2022-03-15Browser: Rename "Element" Inspector tab to "Box Model"Andreas Kling
2022-03-15Browser: Use accurate labels for the Inspector's style property tabsAndreas Kling
2022-03-11Browser: Don't crash when selecting nothing in the Inspector DOM treeSam Atkins
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-11-02LibWeb+Browser: Show DOM comments with syntax_comment color in inspectorAndreas Kling
2021-09-18LibWeb: Remove the unused LayoutTreeModelAndreas Kling
2021-09-13Browser: Add some UI padding in the Inspector widgetAndreas 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-02LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModelSam 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-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling