Daniel Boelzle wrote:
Ok, good to know. That means all code, e.g. some async network answere needs to manually dispatch into the UI thread when calling into chrome?
Well, necko abstracts threads away from its users (but yeah, that does mean that it dispatches to the caller's thread when receiving a reply).
I was suspecting that calls from other threads are dispatched to the UI thread automatically when necessary.
No, needs to be done manually. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
