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

GECKO 14: How to get thread safe object of nsIWebProgress

2012-07-30 Thread salilak
Hi dev environment: Windows and VS, win32[c++] Background: I have a callback function which loads the url using nsIWebNavigation object. This call back function is called through some RPC. Current process of getting nsIWebNavigation object: 1. In method "OnStateChange", created nsIProxyObjectMan