Closed
Bug 980168
Opened 12 years ago
Closed 8 years ago
Make DumpJSStack work off-main-thread
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1080742
People
(Reporter: bholley, Unassigned)
Details
We can easily make DumpJSStack work on arbitrary threads by replacing:
GetCurrentJSContext()
with
nsContentUtils::GetCurrentJSContextForThread()
in xpc_DumpJSStack. Patches accepted.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•