servo/components/devtools/actors/inspector
Simon Wülker 8608e328a1
devtools: Allow highlighting elements from the inspector (#35822)
This change connects the `HighlighterActor` from the devtools with the
document, which will draw a blue rectangle over any highlighted dom
node.



https://github.com/user-attachments/assets/571b2dab-497f-4102-9e55-517cdcc040ba




---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by
`[X]` when the step is complete, and replace `___` with appropriate
data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because we don't have devtools
tests

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-05-05 10:10:25 +00:00
..
accessibility.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
css_properties.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
highlighter.rs devtools: Allow highlighting elements from the inspector (#35822) 2025-05-05 10:10:25 +00:00
layout.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
node.rs Send info about the DocumentType node to the devtools inspector (#36787) 2025-05-01 06:37:23 +00:00
page_style.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
style_rule.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
walker.rs DevTools: Inspect node styles (#33025) 2024-08-25 09:30:23 +00:00