Closed
Bug 1250307
Opened 9 years ago
Closed 9 years ago
Add the `by: "bucket"` breakdown option
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(firefox47 fixed)
RESOLVED
FIXED
Firefox 47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
9.70 KB,
patch
|
jimb
:
review+
|
Details | Diff | Splinter Review |
This commit introduces `{ by: "bucket" }` breakdown type. Similar to `by:
"count"`, this breakdown type is a leaf and doesn't further categorize or filter
nodes that it counts. Instead, it accumulates them in a bucket and reports them
as a array of node IDs.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8722178 -
Flags: review?(jimb)
Assignee | ||
Comment 2•9 years ago
|
||
Updated•9 years ago
|
Attachment #8722178 -
Flags: review?(jimb) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/745ce98cba7d5fb201996762527bfe868d58b345
Bug 1250307 - Add the `by: "bucket"` breakdown option; r=jimb
Updated•9 years ago
|
Keywords: checkin-needed
Comment 4•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
Comment 5•9 years ago
|
||
Reproduced this according to (2016-02-22)
It's verified on latest Nightly
nightly--Build ID(20160304030206),Mozilla/5.0 (Windows NT 6.1; rv:47.0) Gecko/20100101 Firefox/47.0
tested OS-- Windows7 32bit
QA Whiteboard: [testday-2016-03-04]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•