Re: In the new e10s multiprocess model, is that possible to calling XPCOM in the client process?

2015-11-26 Thread Dave Townsend
XPCOM is available in the child process but whether the specific component you want works there or not is a different question. Some components have proxies in the child process to make them work, some work just fine and some don't work at all. Which component do you care about? On Wed, Nov 25,

Re: In the new e10s multiprocess model, is that possible to calling XPCOM in the client process?

2015-11-26 Thread Yonggang Luo
I am care about the mozilla's mork db components, I hope those to read/write mork files on separate process and do not block the main UI. On Thu, Nov 26, 2015 at 4:05 PM, Dave Townsend wrote: > XPCOM is available in the child process but whether the specific > component

In the new e10s multiprocess model, is that possible to calling XPCOM in the client process?

2015-11-25 Thread Yonggang Luo
I want full xpcom access in client process such as do IMAP sync for thunderbird So we would gain performance improvement on the thunderbird. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo ___ dev-platform mailing list