Closed
Bug 1218560
Opened 9 years ago
Closed 9 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•9 years ago
|
||
Attachment #8679088 -
Flags: review?(jsantell)
Assignee | ||
Updated•9 years ago
|
Comment 2•9 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•9 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•9 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•9 years ago
|
||
Try push with this patch and without the tests https://treeherder.mozilla.org/#/jobs?repo=try&revision=4f95f8817c57
Assignee | ||
Updated•9 years ago
|
Keywords: leave-open
Assignee | ||
Comment 8•9 years ago
|
||
Attachment #8679743 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Attachment #8679088 -
Flags: checkin+
Assignee | ||
Comment 9•9 years ago
|
||
Try push for part 2: https://treeherder.mozilla.org/#/jobs?repo=try&revision=3aae4c3ef701
Comment 11•9 years ago
|
||
Comment 12•9 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•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Keywords: leave-open
Comment 15•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 44
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•