Question Doubts regarding the embedding of Gecko

2012-01-09 Thread Leander Bessa
Hello, I'm trying to build an application which'll use html5 and css3 to display its interface and a set of C++ apis to introduce features beyond the scope of html. I have the following questions regarding the embedding process of Gecko: 1) Does embedding gecko only give me access to the html

Re: Question Doubts regarding the embedding of Gecko

2012-01-09 Thread Benjamin Smedberg
On 1/9/2012 6:34 AM, Leander Bessa wrote: I'm trying to build an application which'll use html5 and css3 to display its interface and a set of C++ apis to introduce features beyond the scope of html. It sounds like you really want XULRunner, not embedding in the traditional sense. You can

Re: Question Doubts regarding the embedding of Gecko

2012-01-09 Thread Leander Bessa
Thanks for the reply, i stil have some questions though: 1) Are XPCOM componentes accessible through javascript? 2) Do any new JS modules or XPCOM components need to be integrated at build time or are they loaded at run-time (dll/dylib/so)? 3) Regarding 4), i'm aware the mozilla supports

Re: Question Doubts regarding the embedding of Gecko

2012-01-09 Thread Leander Bessa
Ok. Thanks for the quick reply! Regards, Leander On Monday, January 9, 2012, Benjamin Smedberg benja...@smedbergs.us wrote: On 1/9/2012 12:25 PM, Leander Bessa wrote: Thanks for the reply, i stil have some questions though: 1) Are XPCOM componentes accessible through javascript? Yes. See