Niky Williams wrote:
Well as soon as nsIProxyObjectManager::GetProxyForObject () executes, I get those assertions.
Right. Creating a proxy has to touch the object itself....The right way to do this is to create the proxy on the main thread, then pass it to whatever code will want to call into it off-thread.
-Boris _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
