Open
Bug 451780
Opened 16 years ago
Updated 2 years ago
nsITimer cannot be created on one thread in JS, and dispatched to another
Categories
(Core :: XPCOM, defect)
Tracking
()
NEW
People
(Reporter: sdwilsh, Unassigned)
References
Details
Sadly, this makes the target attribute for JS timers useless. You end up getting an assertion about nsExceptionManager not being threadsafe.
bz suggests either making the notify call not give the timer object back, or give it a proxied object back.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•