Re: python xpcom fails to build with gran paradiso alpha 1

2006-12-20 Thread Nickolay Ponomarev
On 19 Dec 2006 22:55:54 -0800, Kannan [EMAIL PROTECTED] wrote: Hi, Has anyone built python xpcom with the gran paradiso alpha 1 code base? I am getting compile error with nsXPTCStubBase class.

Re: Firefox ActiveX control and cookies

2006-12-20 Thread timeless
On Dec 18, 4:29 pm, Allen [EMAIL PROTECTED] wrote: Are cookies not supported when embedding the ActiveX control in an application, or do they use a different store than the normal one available to the full-blown Firefox browser? I've been developing an application and have noticed that when

Re: Lightweight embedding of Firefox Gecko into application whose top level is Python--possible?

2006-12-20 Thread timeless
On Dec 19, 7:20 am, Kenneth McDonald [EMAIL PROTECTED] wrote: Sorry for crossposting to several lists, but from what I can tell, what I want to do may involve several different areas of expertise. (None of which I have :-( ) I don't see the cross post, but it's definitely a bad idea. I'd

Get firefox default profile directory from non-extension

2006-12-20 Thread Andrei Korostelev
Hi, the following code, when called from Firefox extension, retrieves firefox profile directory location. nsresult rv = NS_InitXPCOM2(nsnull, nsnull, nsnull); if (NS_FAILED(rv)) return; nsCOMPtrnsIProperties fileLocator = do_GetService(@mozilla.org/file/directory_service;1, rv); if

Re: Get firefox default profile directory from non-extension

2006-12-20 Thread Andrei Korostelev
On Dec 20, 4:06 pm, Andrei Korostelev [EMAIL PROTECTED] wrote: Hi, the following code, when called from Firefox extension, retrieves firefox profile directory location. nsresult rv = NS_InitXPCOM2(nsnull, nsnull, nsnull); if (NS_FAILED(rv)) return; nsCOMPtrnsIProperties fileLocator =

ActiveX control, firefox browser, and cookies..?

2006-12-20 Thread Allen
(pardon if this is a repost, first attempt went into 'moderator approval' and i haven't seen it, sent from wrong address) I recently posted a similar message to the usenet group but so far, no reply, and I haven't seen any other traffic on the group so I figured I'd try email. I've recently

Re: ActiveX control, firefox browser, and cookies..?

2006-12-20 Thread Benjamin Smedberg
Allen wrote: However it looks like embedded browser control and the full blown browser don't use the same cookie store. Is that the case? I can't seem to get cookies from one to be available to the other, in either direction. Yes, that is the case. Cookies are stored in the profile

Fake window handle

2006-12-20 Thread Emil Grigore
Hi, I know this has been asked before lots of times, but I'm just not able to find a clear answer. I'm trying to create a server side html rendering engine similar to http://www.webrenderer.com/. All I found so far is http://groups.google.com/group/mozilla.dev.embedding/browse_thread/th... The

Embedding Mozilla

2006-12-20 Thread Lloyd
Hi List! I would like to embed Mozilla along with my application. But before that I have few doubts. The purpose of embedding mozilla in my application are... I am rebuilding TCP/IP sessions over a network. So I will get the application layer data (HTTP,SMTP,POP3 etc). along with its