Closed
Bug 1588868
Opened 5 years ago
Closed 5 years ago
StyleChangeTracker should update its list of inspector fronts when targets are added or removed
Categories
(DevTools :: Inspector, defect, P1)
DevTools
Inspector
Tracking
(firefox73 fixed)
RESOLVED
FIXED
Firefox 73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: gl, Assigned: daisuke)
References
(Blocks 2 open bugs)
Details
(Whiteboard: dt-fission-reserve)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
In Bug 1568126, we made the StyleChangeTracker fission compatible with its current existing target. However, there is two cases to support here:
- changes of the top level target (currentTarget can change over timetfor the inspector in bug 1578242)
- we most likely want to watch mutations for all iframe targets (this will be easier to fix once we have the resource API in bug 1471754)
Comment 1•5 years ago
|
||
Hi Gabriel, should this be part of the MVP or can I put it in the Reserve Backlog?
Flags: needinfo?(gl)
Reporter | ||
Comment 2•5 years ago
|
||
(In reply to Marco Mucci [:MarcoM] from comment #1)
Hi Gabriel, should this be part of the MVP or can I put it in the Reserve Backlog?
This should be Reserve.
Flags: needinfo?(gl)
Updated•5 years ago
|
Whiteboard: dt-fission-reserve
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → daisuke
Updated•5 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Updated•5 years ago
|
Attachment #9111840 -
Attachment description: Bug 1588868: Update inspector fronts when the number of targets is changed. r?jdescottes! → Bug 1588868: Update inspector fronts when the number of targets is changed. r?jdescottes!,r?ochameau!
Updated•5 years ago
|
Attachment #9111840 -
Attachment description: Bug 1588868: Update inspector fronts when the number of targets is changed. r?jdescottes!,r?ochameau! → Bug 1588868: Update inspector fronts when the number of targets is changed. r?jdescottes!,ochameau!
Updated•5 years ago
|
Attachment #9111840 -
Attachment description: Bug 1588868: Update inspector fronts when the number of targets is changed. r?jdescottes!,ochameau! → Bug 1588868: Update inspector fronts when the number of targets is changed. r?jdescottes!,rcaliman!
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f18f2d1bbef8
Update inspector fronts when the number of targets is changed. r=jdescottes,rcaliman
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
You need to log in
before you can comment on or make changes to this bug.
Description
•