Open
Bug 1359923
Opened 8 years ago
Updated 2 years ago
make nsIThread::processNextEvent non-scriptable
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: froydnj, Unassigned)
References
Details
JS shouldn't be calling this directly. JS should be doing something like:
Services.tm.spinEventLoopUntil(function () { ... });
Updated•8 years ago
|
status-firefox55:
--- → affected
status-firefox57:
affected → ---
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Updated•4 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•