Open
Bug 1254266
Opened 9 years ago
Updated 3 years ago
Memory profiler: disable diffing after deleting a diffed snapshot
Categories
(DevTools :: Memory, defect, P2)
Tracking
(firefox47 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | affected |
People
(Reporter: jdescottes, Unassigned)
References
Details
Follow up to 1253881.
In Bug 1253881, we disable diffing when deleting all snapshots.
The same should be done if deleting a single snapshot, if this snapshot is being used for the diff. The "delete single snapshot" feature is being implemented in Bug 1242628.
STRs:
- open memory profiler
- take two snapshots
- diff the two snapshots
- delete one of the snapshots
Expected : The view should no longer display the diff.
| Reporter | ||
Comment 1•9 years ago
|
||
Greg: this is the counterpart to Bug 1253881 for the "delete single snapshot" you are working on. Are you interested in implementing this after Bug 1242628 lands ?
Comment 2•9 years ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #1)
> Greg: this is the counterpart to Bug 1253881 for the "delete single
> snapshot" you are working on. Are you interested in implementing this after
> Bug 1242628 lands ?
Sure, I can handle this.
Flags: needinfo?(gtatum)
Updated•9 years ago
|
Assignee: nobody → gtatum
Updated•9 years ago
|
Priority: -- → P2
Comment 3•9 years ago
|
||
I'm un-assigning myself from this for right now since we are focusing on track 3 of the devtools.html project. Once we move beyond that I can look at this again.
Updated•9 years ago
|
Assignee: gtatum → nobody
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
•