Re: Add-ons Firefox 24 crash due to recent change in JSAPI

2013-10-24 Thread Vasu Yadav
On Thursday, September 19, 2013 10:06:30 AM UTC+5:30, Vasu Yadav wrote: > Hi > > > > We are facing problem with our Add-ons support for FireFox 24.Firefox is > crashing. In earlier approach we was using 'JS_GetGlobalObject' to get global >

Re: Add-ons Firefox 24 crash due to recent change in JSAPI

2013-10-17 Thread Vasu Yadav
hose, making sure that > > it works, and then iterating on it to turn it into what you need. > > > > bholley > > > > On Wed, Oct 16, 2013 at 10:16 AM, Vasu Yadav > wrote: > > > On Friday, October 4, 2013 6:16:36 PM UTC+

Re: Add-ons Firefox 24 crash due to recent change in JSAPI

2013-10-16 Thread Vasu Yadav
On Wednesday, October 16, 2013 1:46:48 PM UTC+5:30, Vasu Yadav wrote: > On Friday, October 4, 2013 6:16:36 PM UTC+5:30, Bobby Holley wrote: > > > On Fri, Oct 4, 2013 at 2:36 PM, wrote: > > > > > > > > > > > > > Based on my underst

Re: Add-ons Firefox 24 crash due to recent change in JSAPI

2013-10-16 Thread Vasu Yadav
On Friday, October 4, 2013 6:16:36 PM UTC+5:30, Bobby Holley wrote: > On Fri, Oct 4, 2013 at 2:36 PM, wrote: > > > > > Based on my understanding, I need to create a JS XPCOM component apart > > > from the existing C++ XPCOM component I already have. All the JavaScript > > > function calls nee

How to Instantiate JavaScript XPCOM Component from C++ XPCOM Component

2013-10-10 Thread Vasu Yadav
Hi Could you please help me " Instantiate JavaScript XPCOM Component from C++ XPCOM Component/ C++ Code" I have tried one same code given below. HellowWorld.js Components.utils.import("resource://gre/modules/XPCOMUtils.jsm"); function HelloWorld() { } H

Re: Add-ons Firefox 24 crash due to recent change in JSAPI

2013-10-04 Thread Vasu Yadav
On Friday, October 4, 2013 6:16:36 PM UTC+5:30, Bobby Holley wrote: > On Fri, Oct 4, 2013 at 2:36 PM, wrote: > > > > > Based on my understanding, I need to create a JS XPCOM component apart > > > from the existing C++ XPCOM component I already have. All the JavaScript > > > function calls nee