Open
Bug 1667404
Opened 4 years ago
Updated 4 years ago
WorkerDescriptorFront should not extend the target-mixin
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
In Bug 1573779, we rename the WorkerTargetFront to WorkerDescriptorFront, which better represents what it actually is.
But the front (and associated actor) mostly staid the same, and the front still extends the target-mixin.
This shouldn't be the case, and any method that should be on the target actor should be move to the one we'll create in Bug 1662734
Updated•4 years ago
|
Summary: WorkerDescriptorFront should not extend the target-mixing → WorkerDescriptorFront should not extend the target-mixin
You need to log in
before you can comment on or make changes to this bug.
Description
•