Open Bug 1189780 Opened 9 years ago Updated 2 years ago

Removing an actor in child process throws

Categories

(DevTools :: Framework, defect)

defect

Tracking

(firefox42 affected)

Tracking Status
firefox42 --- affected

People

(Reporter: jwkbugzilla, Unassigned)

References

Details

If DebuggerServer.removeTabActor() is called in the content process (not the chrome process) the actor is removed correctly, but this call also produces the following exception:

> this._connections[connID].rootActor is undefined

This is DebuggerServer.removeTabActor() trying to call this._connections[connID].rootActor.removeActorByName(name) - yet it seems that connections in the child process don't have a root actor.
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.