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

2013-10-17 Thread Vasu Yadav
, and then iterating on it to turn it into what you need. bholley On Wed, Oct 16, 2013 at 10:16 AM, Vasu Yadav vasuyadavkri...@gmail.com 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, vasuyadavkri...@gmail.com wrote

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, vasuyadavkri...@gmail.com 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

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, vasuyadavkri...@gmail.com wrote: Based on my understanding, I need to create a JS XPCOM component apart

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() { }

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, vasuyadavkri...@gmail.com 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