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.h
Age
Commit message (
Expand
)
Author
2022-03-15
Browser: Rename Inspector table view member names to match contents
Andreas Kling
2022-03-10
Browser+LibWeb+WebContent: Show style for pseudo-elements :^)
Sam Atkins
2022-03-10
Browser: Replace inspector's dom_node_id with a Selection struct
Sam Atkins
2022-03-08
Browser+LibWeb: Add an Element size preview widget to inspector
Vrins
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-12-10
Browser+LibWeb+WebContent: Add variables display to Inspector
Sam Atkins
2021-09-18
LibWeb: Remove the unused LayoutTreeModel
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
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-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling