Re: Extending Native javascript in dom

2011-02-03 Thread Martin Lutken
Not sure if this is in the lines of what you need. But this is more or less how I execute javascript from C++ in Mozilla: /** Convert a std::string in UTF8 to Mozilla UTF16 string */ //inline nsEmbedString inline nsString toAStringUTF16 (const std::string sString )/// UTF8 std::string

Re: Question about Mozilla’s Gecko layout engine

2011-02-15 Thread Martin Lutken
On 13 Feb., 09:03, a...@deltraxx.com a...@deltraxx.com wrote: Hello, We are in search for an experienced web developer who can develop a web browser .based on the Mozilla’s Gecko layout engine. e.g. epicbrowserwww.epicbrowser.com We are no tech people so please any advice, tips, suggestion

how to get a distributable XulRunner for buildin/running embedding application

2011-03-30 Thread Martin Lutken
Simple question. If I follow build instructions found here https://developer.mozilla.org/en/Configuring_Build_Options enabling xulrunner as application. (Building on Ubuntu 10.10 ) I use a MOZ_OBJDIR and everything compiles fine. My problem is how do I get a moveable XulRunner including header

Re: how to get a distributable XulRunner for buildin/running embedding application

2011-03-31 Thread Martin Lutken
On 30 Mar., 15:56, Benjamin Smedberg benja...@smedbergs.us wrote: On 3/30/2011 8:52 AM, Martin Lutken wrote: Simple question. If I follow build instructions found herehttps://developer.mozilla.org/en/Configuring_Build_Options enabling xulrunner as application. (Building on Ubuntu 10.10

Re: The future of binary embedding

2011-04-02 Thread Martin Lutken
I would like to know that too. I don't use gtkmozembed or other stuff. I also don't need binary compatibility since I compile Mozilla myself. But does this mean that in the future I will not be able to embed Mozilla in my own application using the functions 'XRE_InitEmbedding2' and similar ? If

Re: The future of binary embedding

2011-04-06 Thread Martin Lutken
Yes I agree. And would also happily donate to the embedding maintenance. Could also help out myself, but have same concerns as described in the previous post. Actually I am investigating a crashbug which seems to have been introduced between FF4 beta 6 and FF4 beta 7. The crash happens within my

Capturing key and mouse events in FF8 and later

2011-12-27 Thread Martin Lutken
I have been using the nsIDOMKeyListener, nsIDOMMouseListener and nsIDOMUIListener but they seem to have been removed as of FF8 version 8. I would like to know how to get register callbacks for Key and Mouse events now the above interfaces are gone. I think that for the Key stuff I might need to