Closed
Bug 1201303
Opened 8 years ago
Closed 8 years ago
Create a tree widget for displaying census information
Categories
(DevTools :: Memory, defect)
Tracking
(firefox43 fixed)
RESOLVED
FIXED
Firefox 43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(1 file)
18.67 KB,
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=0c97bf273bba
Attachment #8656791 -
Flags: review?(nfitzgerald)
Comment 2•8 years ago
|
||
Comment on attachment 8656791 [details] [diff] [review] 1201303-heap-widget.patch Review of attachment 8656791 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/devtools/memory/modules/census-view.js @@ +22,5 @@ > + * parent node is used for all rows. > + * > + * @param CensusView caller > + * The CensusView considered the "caller" frame. This newly created > + * instance will be represent the "callee". Should be null for root nodes. There are no calls happening here, let's replace caller/callee with parent/child. @@ +24,5 @@ > + * @param CensusView caller > + * The CensusView considered the "caller" frame. This newly created > + * instance will be represent the "callee". Should be null for root nodes. > + * @param {Object} Report > + * An object containing definition describing the type of data in the report. Based on the description, this should be "breakdown" not "report". The breakdown describes the structure, the report is the value generated by the census which has the structure described by a breakdown. @@ +30,5 @@ > + * Data from `takeCensus` transformed via `CensusTreeNode`. Data looks like: > + * Array<CensusViewData> children > + * String name > + * Number count > + * Bytes count No need to describe a CensusTreeNode's structure here since that is already done for the CensusTreeNode docs. Add an @see path/to/CensusTreeNode.js if you want.
Attachment #8656791 -
Flags: review?(nfitzgerald) → review+
Comment 4•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c3ff619131b4
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•