Closed
Bug 1571413
Opened 5 years ago
Closed 5 years ago
Don't use hud.proxy.releaseActor in actor-releaser
Categories
(DevTools :: Console, task, P1)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
Since we will be able to have multiple proxies, we should go through the instance that manage proxies and not use the direct reference
Assignee | ||
Comment 1•5 years ago
|
||
With Bug 1567834, the WebConsoleUI will be able to have
multiple proxies at the same time, which means we'll have
a mechanism to find the appropriate proxy for a given
actor for example.
This patch removes the direct calls to ui.proxy.releaseActor (
as we need to get the right proxy), in favor of a new ui.releaseActor
(we are repurposing _releaseObjects, which was unused).
We introduced a findProxy function, that for now simply return
this.proxy, but that will be enhanced to actually retrieve a
proxy instance for a given set of options (e.g. an actor id).
Updated•5 years ago
|
Attachment #9082993 -
Attachment is obsolete: true
Updated•5 years ago
|
Whiteboard: dt-fission
Assignee | ||
Comment 2•5 years ago
|
||
closig in favor of using objectFront:release instead
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Updated•5 years ago
|
Whiteboard: dt-fission
You need to log in
before you can comment on or make changes to this bug.
Description
•