Closed
Bug 1204168
Opened 9 years ago
Closed 9 years ago
js::ProfileEntry should have a category member
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
Right now we can't choose a js::ProfileEntry::Category for a given psuedo frame entry, but we should be able to.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8660244 -
Flags: review?(kvijayan)
Updated•9 years ago
|
Attachment #8660244 -
Flags: review?(kvijayan) → review+
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/3e3f42614efb for warnings as errors bustage:
https://treeherder.mozilla.org/logviewer.html#?job_id=14060764&repo=mozilla-inbound
Flags: needinfo?(nfitzgerald)
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8660244 -
Attachment is obsolete: true
Attachment #8660820 -
Flags: review+
Assignee | ||
Comment 5•9 years ago
|
||
s/category/c/ on setCategory's js::ProfileEntry::Category parameter to appease -wError.
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=78a6e9e3b1eb
Flags: needinfo?(nfitzgerald)
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•