index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Browser
/
InspectorWidget.cpp
Age
Commit message (
Expand
)
Author
2021-11-02
LibWeb+Browser: Show DOM comments with syntax_comment color in inspector
Andreas Kling
2021-09-18
LibWeb: Remove the unused LayoutTreeModel
Andreas Kling
2021-09-13
Browser: Add some UI padding in the Inspector widget
Andreas Kling
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-09-02
Browser: Reload the DOM Inspector's JSON data when loading a new page
Sam Atkins
2021-09-02
Browser: Reset the DOM Inspector's state when re-opening it
Sam Atkins
2021-09-02
Browser: Implement "Inspect Element" context menu action
Sam Atkins
2021-09-02
Browser: Display style properties in DOM Inspector
Sam Atkins
2021-09-02
LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModel
Sam Atkins
2021-09-02
Browser: Remove residual InProcessWebView code from DOM Inspector
Sam Atkins
2021-08-23
Browser: Add "Inspect Element" to context menu :^)
Sam Atkins
2021-08-23
Browser: Hide inspected-element outline when DOM Inspector is closed
Sam Atkins
2021-06-29
LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView
Adam Hodgen
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling