Files
sousa-gecko/devtools/shared/protocol/Front
Alexandre Poirot 7adc111789 Bug 1247553 - [devtools] Clarify highlighter destruction. r=devtools-reviewers,devtools-backward-compat-reviewers,nchevobbe
It looks like finalize was meant to destroy the highlighter front
**and** actor, but the actor wasn't destroyed.
Also calling finalize or destroy didn't make much diffence on both
sides.

Stop using "finalize" manually from the frontend, instead rely
on Front's destroy method to emit the oneway+release "finalize"
request, which would destroy both front and actor.

Differential Revision: https://phabricator.services.mozilla.com/D306796
2026-06-23 05:54:32 +00:00
..