Start Xulrunner from custom C/C++ app

2012-02-05 Thread Leander Bessa
Hello, I was wondering if it would be possible to start/stop xulrunner from an external application (e.g.: simple C/C++ wrapper). My main objective to this approach, is to be able to stop xulrunner, update the application file and relaunch it. I've been attempting to use the information from

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 Leander Bessa
, 2012 at 4:50 PM, Benjamin Smedberg benja...@smedbergs.uswrote: 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

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