Hi BDS,

I am not familiar with the proxy concept, could you please point out any links to refer for this.

Thanks and Regards
S.Srinivasa Raghavan

Benjamin D. Smedberg wrote:

Srinivasa Raghavan wrote:

Hi,

I am loading an URL to the browser in a separate thread .


You may not call any DOM methods from any thread except the main thread. You will need to proxy any calls from non-main threads back to the main thread.

This rule actually applies to pretty much any mozilla component unless it explicitly indicates that it is thread safe.

--BDS
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding




_______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to