Re: GECKO 14: How to get thread safe object of nsIWebProgress

2012-07-31 Thread salilak
Thanks for the reply Neil. My use case is, I have RPC listener in addon, which is called from some other application. On receiving of RPC event, I need to load a specific URL to the browser. For this I need nsIWebNavigation object in RPC handler. If there is a way to load the URL to the browser

Update your Snappy status Aug 2 (no meeting this week)

2012-07-31 Thread Lawrence Mandel
Happy Snappy off week. Please update your status and any open issues to the etherpad by EOD Thursday, Aug. 2, 2012. https://etherpad.mozilla.org/snappy Lawrence ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/list

Re: GECKO 14: How to get thread safe object of nsIWebProgress

2012-07-31 Thread Neil
sali...@gmail.com wrote: I have gone through the document "https://developer.mozilla.org/en/XPCOM/Making_cross-thread_calls_using_runnables";, which tells about how to run a method asynchronously. I hove no issue in calling the a method asynchronously. I have problem in sharing the object bet