ladybird/Tests/LibDevTools
Sam Atkins 1caa3b9188 DevTools: Allocate fresh highlighter actors for each request
Firefox creates a new custom highlighter actor for each
getHighlighterByType request. Its frontend decides when to cache and
reuse those actors, while grid highlighting uses distinct actors so
multiple grids and subgrid parent overlays can remain visible at the
same time.

Match that allocation model by removing InspectorActor's server-side
highlighter cache. Also unregister highlighter actors after release or
finalize, and make each actor clear only the highlight state it owns.
2026-05-27 17:47:50 +01:00
..
CMakeLists.txt Tests: Add a LibDevTools test suite 2026-05-27 08:55:02 +01:00
TestDevToolsProtocol.cpp DevTools: Allocate fresh highlighter actors for each request 2026-05-27 17:47:50 +01:00