Closed
Bug 1635437
Opened 5 years ago
Closed 5 years ago
Handle targetFront directly in the toolbox redux store
Categories
(DevTools :: Console, task, P1)
DevTools
Console
Tracking
(Fission Milestone:M6, firefox78 fixed)
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
At the moment we store an object which is very similar to what we can find on the targetFront.
Having the targetFront directly would be easier to handle.
We need to add a type
and a isTopLevel
properties to the target in order to be abler to do that.
Assignee | ||
Updated•5 years ago
|
Whiteboard: dt-fission-m2-mvp
Assignee | ||
Comment 1•5 years ago
|
||
This means we had to create a targetType
and a isTopLevel
properties
on the targets.
Updated•5 years ago
|
Status: NEW → ASSIGNED
Comment 2•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Fission Milestone: --- → M6
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9192b3557506
Directly store targetFronts in toolbox redux store. r=ochameau.
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
You need to log in
before you can comment on or make changes to this bug.
Description
•