On 4/14/10 9:31 AM, Georgios Petasis wrote:
Does Mozilla assumes that has the control of the main thread? (And wants to run a message loop on it?)
Mozilla assumes that there is a message loop on the main thread, yes. There are slight differences between whether we spin our own event loop (using nsIAppStartup.run or nsIAppShell.run), or whether the embedder does it for us, but in either case gecko can't function without an event loop.
--BDS _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
