Closed
Bug 1217248
Opened 10 years ago
Closed 10 years ago
Add the ability to invert CensusTreeNode trees
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
(1 file)
|
26.91 KB,
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8677166 -
Flags: review?(jsantell)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → nfitzgerald
Status: NEW → ASSIGNED
| Assignee | ||
Updated•10 years ago
|
Blocks: memory-tools-fx44
Depends on: 1217158
Comment 2•10 years ago
|
||
Comment on attachment 8677166 [details] [diff] [review]
Add the ability to invert CensusTreeNode trees
Review of attachment 8677166 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm, but should create bugs or atleast notes about the 4(?) TODOs listed here
::: devtools/shared/heapsnapshot/census-tree-node.js
@@ +69,5 @@
> + return `FRAME,${frame.functionDisplayName},${frame.source},${frame.line},${frame.column},${frame.asyncCause}`;
> +};
> +
> +/**
> + * TODO FITZGEN
TODO what?
Attachment #8677166 -
Flags: review?(jsantell) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
| Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Jordan Santell [:jsantell] [@jsantell] from comment #2)
> lgtm, but should create bugs or atleast notes about the 4(?) TODOs listed
> here
Woops, just forgot to fill out the doc comments... >_<
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 44
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•