Closed
Bug 1218560
Opened 8 years ago
Closed 8 years ago
Fix heap tree view with allocation stack breakdown
Categories
(DevTools :: Memory, defect)
DevTools
Memory
Tracking
(firefox44 fixed)
RESOLVED
FIXED
Firefox 44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
Attachments
(2 files)
8.12 KB,
patch
|
jsantell
:
review+
fitzgen
:
checkin+
|
Details | Diff | Splinter Review |
3.18 KB,
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8679088 -
Flags: review?(jsantell)
Assignee | ||
Updated•8 years ago
|
Comment 2•8 years ago
|
||
Comment on attachment 8679088 [details] [diff] [review] Fix heap tree view with allocation stack breakdown Review of attachment 8679088 [details] [diff] [review]: ----------------------------------------------------------------- nit: more clear commit message ::: devtools/client/memory/components/tree-item.js @@ +34,5 @@ > + ? this.savedFrameToLabel(name) > + : String(name); > + }, > + > + savedFrameToLabel(frame) { docs
Attachment #8679088 -
Flags: review?(jsantell) → review+
Comment 4•8 years ago
|
||
Backed out in https://hg.mozilla.org/integration/fx-team/rev/3af8b8e56340 since I didn't know whether it was this or bug 1217500 leaking like https://treeherder.mozilla.org/logviewer.html#?job_id=5354136&repo=fx-team
Assignee | ||
Comment 5•8 years ago
|
||
Figuring out which patch triggered the leaks. Try push with just this patch: https://treeherder.mozilla.org/#/jobs?repo=try&revision=67d5e5232c76
Comment 6•8 years ago
|
||
Try push with this patch and without the tests https://treeherder.mozilla.org/#/jobs?repo=try&revision=4f95f8817c57
Assignee | ||
Updated•8 years ago
|
Keywords: leave-open
Assignee | ||
Comment 8•8 years ago
|
||
Attachment #8679743 -
Flags: review+
Assignee | ||
Updated•8 years ago
|
Attachment #8679088 -
Flags: checkin+
Assignee | ||
Comment 9•8 years ago
|
||
Try push for part 2: https://treeherder.mozilla.org/#/jobs?repo=try&revision=3aae4c3ef701
Comment 12•8 years ago
|
||
sorry had to back this out in https://treeherder.mozilla.org/#/jobs?repo=fx-team&revision=8edcaa544e24 since one of this changes caused test failures on windows and OS X like https://treeherder.mozilla.org/logviewer.html#?job_id=5401492&repo=fx-team
Comment 13•8 years ago
|
||
Backout: https://hg.mozilla.org/integration/fx-team/rev/205846a3aef5
Assignee | ||
Updated•8 years ago
|
Keywords: leave-open
Comment 15•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3e62a45284be
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 44
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•