Re: nsIDOMWindow-GetContentDOMWindow problem

2011-12-20 Thread philippe
= do_QueryInterface(myDomDoc); After I can go through the DOM and the HTML. Thank's for your help here is where I got the information http://doxygen.db48x.net/mozilla-full/html/d6/d13/interfacensIDocShellTreeItem.html (All the classes). philippe

nsIDOMWindow-GetContentDOMWindow problem

2011-12-05 Thread philippe
is wrong with y code. Do you have some sample ? THank's a lot for your responses philippe ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Firefox 3.6 , mozilla 1.9.2.23 embedded sample

2011-12-01 Thread philippe
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

Re: Firefox 3.6 , mozilla 1.9.2.23 embedded sample

2011-12-01 Thread philippe
On 1 déc, 14:13, philippe pa510...@exchange.france.ncr.com wrote: 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

Re: Link problem with gecko 1.9.2

2011-11-18 Thread philippe
. In xpcom\base\nscore.h we have: #elif defined(XP_WIN) !defined(_WIN64) #define NS_FASTCALL __fastcall #define NS_CONSTRUCTOR_FASTCALL ... On 18/11/2011 10:25, philippe wrote: I'm using visual 2008 on windows. I could link mozmfc. ___ dev-embedding

gecko mozilla 1.8 host name resolution

2009-10-26 Thread philippe
otherwise return the socket. If it exists, is it the same implementation... I looked into netwerk, nsSocket , nsSocketTransportService, nsSocketProviderService... But I didn't fail anything regarding round robin. Could someone help me thank's a lot philippe

How to call the embedding application from the embedded Javascript ?

2008-11-06 Thread Philippe Torrelli
appreciated TIA Philippe Torrelli ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

disable dd ?

2008-11-04 Thread Philippe Torrelli
, nsIWebBrowserChrome, nsIInterfaceRequestor, nsIEmbeddingSiteWindow, nsIClipboardDragDropHooks, nsIWebProgressListener, nsISupportsWeakReference ) At execution, the interface is never requested, and its methods never called. Any hint appreciated . TIA. Philippe

When a page is completly loaded

2008-04-09 Thread philippe
to know is to be informed that no request are pending regarding the main url. Is it possible ? Thank's for your responses philippe ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Re: How to get html's original source code

2007-11-22 Thread philippe
On 21 nov, 17:42, Boris Zbarsky [EMAIL PROTECTED] wrote: philippe wrote: I want to get the original code of the page (like this one, not with the script executed). You can't get it after the page has loaded, in general. You can get the bytes (not the characters) by implementing

gecko's formation

2007-11-22 Thread philippe
regarding gecko. Is there a detailed documentation or tutorial about gecko and gecko's internals. (Even to be payed for). Is there a formation or consulting process from mozilla , to help us. Who have I to contact ? thanks philippe thanks philippe

probem with cache

2007-08-30 Thread philippe
... Will it be corrected ? thank's for your help. philippe ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Re: problem executing javascript from mfcembed

2006-12-19 Thread philippe
, IsUndefined); philippe who is so alone philippe wrote: Hello I loaded a page from an embedded page. I want to execute a script here is my code nsCOMPtrnsIScriptGlobalObjectOwner theGlobalObjectOwner(do_GetInterface(mWebBrowser)); if (theGlobalObjectOwner

problem executing javascript from mfcembed

2006-12-07 Thread philippe
; JSBool ok=JS_EvaluateScript(theJSContext,theGlobalJSObject,script_PA,strlen(script_PA),script,lineno,reval); } ok is always false and nothing appends. Do you have , already executed a script into an existing context? AM I wrong Thank's for help philippe

I want to call a class or a function implemented into my embedder's code from javascript init a page loaded by this embedder.

2006-10-12 Thread philippe
a new context into the embedder (JS_NewContext) - 3 Declare my class JSCustomer using JS_InitClass Am I right, or did I understand nothing at all... Did someone of you do what I want to do, and do you have some sample thank's for your responses philippe

call embedder's C++ method from js

2006-09-28 Thread philippe
I have embedded gecko into a C++ app. I want to call a C++ embedder's method from java script. (Under windows) I could do that with ie using window.external and IDocHostUIHandler. But I cannot find how to have the same functionnality with mozilla and embedded gecko. HOWTO: Access

How to embed

2006-09-22 Thread philippe
Hello I built mfcemebed, and look at it to see how it works. My purpose is: I'm on an automaton. There is no direct interact with the customer , no touch screen, an a minimal keyboard with just a keypad and some functions keys (it's quite like an ATM, but for trains), because of specials

mfcemebed/components compilation error

2006-09-22 Thread philippe
I get an error on the make under mfcemebed/components. I'd no problems to compile mfcembed.exe I use VC98 and have cygwin and moztools the error I get is PrintingPromptService.cpp C:\PROGRA~1\MICROS~3\VC98\INCLUDE\excpt.h(36) : error C2144: syntax error : miss ing ';' before type 'int'

Re: mfcembed vc6 question

2006-09-15 Thread philippe
I found the problem. It was with urls.txt. ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

mfcembed vc6 question

2006-09-13 Thread philippe
I try to build winembed from mozilla 1.7.13. I create a MFC Appwizard / Single document (Document/view architecture support)/including a container/(Docking toolbar ,initial status bar, printing and print preview , 3D controls)/MFC standard , MFC library shared dll) Then : - I replace all the