Firefox 3.6 , mozilla 1.9.2.23 embedded sample

philippe <[email protected]> Thu, 1 Dec 2011 05:13:58 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.embedding
Organization http://groups.google.com
Message-ID <0fb3d967-e5db-495d-bb3b-fe39fdaa647e@l19g2000yqc.googlegroups.com>
Hello

I built a browser wih gecko 1.8 using MOZILLA_INTERNALS.. It worked
fine. I could navigate, call external C functions through javascript,
inhject javascript, redirect on pages, extract HTML code ........

Right now, I try to embed gecko 1.9.2.23 (Firefox 3.6), but It's a
great pain. I started with the mozMFC sample, and built my solution
without MFC. (I Build my own native window).

I can do the bind, without problems, (XRE_InitEmbedding)
I can create the browser, ans start to navigate. But If I navigate for
example on http://www.yahoo.com , an erratic page is displayed, I have
no focus on it, no images. I cannot use the href nor links, and If I
try to do some iput I get a memory fault.....

Debugging, I go into onLocationChage, and on StateChange....

Is there an existing sample, regarding a project like mine, with
sources.


Could someone help me.

Thanks a lot for your responses.