Closed
Bug 1260261
Opened 9 years ago
Closed 9 years ago
Associate a `CensusTreeNode` with the leaf in the census report from which it was generated
Categories
(DevTools :: Memory, defect, P1)
DevTools
Memory
Tracking
(firefox48 fixed)
RESOLVED
FIXED
Firefox 48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
Attachments
(1 file, 1 obsolete file)
This commit gives every `CensusTreeNode` instance a `reportLeafIndex` member
that is an index into a pre-order traversal of the census report from which it
was generated. This can be used to get the leaf in the census report
corresponding to a given `CensusTreeNode` instance.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8735596 -
Flags: review?(jimb)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → nfitzgerald
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Priority: -- → P1
Assignee | ||
Comment 3•9 years ago
|
||
Fixes an issue that came up in the try push.
Attachment #8735893 -
Flags: review?(jimb)
Assignee | ||
Updated•9 years ago
|
Attachment #8735596 -
Attachment is obsolete: true
Attachment #8735596 -
Flags: review?(jimb)
Assignee | ||
Comment 4•9 years ago
|
||
Updated•9 years ago
|
Attachment #8735893 -
Flags: review?(jimb) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•