Closed
Bug 797717
Opened 13 years ago
Closed 13 years ago
JS sampling doesn't work in xpcshell
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
2.09 KB,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
While writing a test for bug 793672, I found out that JS sampling doesn't work in xpcshell. This is due to the fact that xpcshell doesn't use XRE_main, but initializes XPCOM directly with NS_InitXPCOM2.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #667857 -
Flags: review?(bgirard)
Updated•13 years ago
|
Attachment #667857 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•