Open
Bug 1467560
Opened 7 years ago
Updated 3 years ago
Refactor `generateActorSpec` to support spec inheritance
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: jryans, Unassigned)
References
(Blocks 1 open bug)
Details
In bug 1172897 and others, we are creating a spec inheritance chain that matches the actor inheritance tree.
Right now, it is done a bit manually by saving both the prototype version for possible extension and the generated result. We should refactor `generateActorSpec` to support this more naturally.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•