gecko/netwerk/base
Bobby Holley 8c76da55f8 Bug 850247 - Make nsRequestObserverProxy proxy events to the main thread only. r=mcmanus
I'm doing this so that I can safely make this class use nsMainThreadPtr{Handle,Holder}.
There's no theoretical reason why we couldn't support other threads here, but it
would mean implementing that functionality in the PtrHolders, renaming them, and
weakening their assertions/invariants. AFAICT the consumers here don't actually have
a reason to proxy events anywhere but the main thread, so I'm just going to do this
rather than writing code to support something that we don't do (and thus can't test).
2013-03-19 09:04:57 -07:00
..
public Bug 850247 - Make nsRequestObserverProxy proxy events to the main thread only. r=mcmanus 2013-03-19 09:04:57 -07:00
src Bug 850247 - Make nsRequestObserverProxy proxy events to the main thread only. r=mcmanus 2013-03-19 09:04:57 -07:00
Makefile.in Bug 784841 - Part 18z: Convert /netwerk; f=Ms2ger rs=ted 2013-02-25 12:47:23 -08:00
moz.build Bug 784841 - Part 18z: Convert /netwerk; f=Ms2ger rs=ted 2013-02-25 12:47:23 -08:00