Comment 298 for bug 195698

Revision history for this message
In , Timeless-bemail (timeless-bemail) wrote :

> If this is about a race for SDR, don't we need a lock to protect the mBusy
state?
> Are multiple calls to SDR originate from multiple threads, or from event
processing on a single thread?

> NS_IMPL_ISUPPORTS1(nsSDRContext, nsIInterfaceRequestor)

since the code isn't threadsafe, no lock is required. the only issue is reentrancy. so yes, this is from a single thread.