mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
This change makes the devtools inspector show any event listeners that are attached to a node. The primary motivation is making the devtools more useful for debugging real-world websites. <img width="536" height="268" alt="image" src="https://github.com/user-attachments/assets/5ba13e41-14b4-4202-b994-eadff5d1c6b5" /> You can also click on the event listener to show some more info, though most of that (everything except the event type and the event phase) is currently just placeholder text: <img width="1360" height="456" alt="image" src="https://github.com/user-attachments/assets/ec025847-43fc-489c-8b26-46afb6dada64" /> Testing: This change adds a new test --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>