Re: XPCOM services and Firefox

2006-11-27 Thread timeless
On Nov 16, 8:00 pm, [EMAIL PROTECTED] wrote: I have loaded XPCOM in a c++ application using the glue. I am attaching to firefox's distribution of xpcom. When I enumerate the ContractIDs I get a small subset (54) of what is visible using firefox's XPCOM Component Viewer extension (789). Should

Re: why i can't open the mfcembed.dsp?

2006-11-27 Thread timeless
On Nov 14, 8:03 pm, [EMAIL PROTECTED] wrote: where is makefile.in there isn't topsrcdir/embedding\tests\winEmbed . So rename makefile.in -makefile.win .. and compile. but It's not worked. I wanna compile and renovate that code . but I cant compile . ... who has mfcembed or winembed compile

Re: using Extension with embedded firefox

2006-11-27 Thread timeless
On Nov 14, 4:32 pm, [EMAIL PROTECTED] wrote: I want to embed a firefox on to a JFrame.Can I achieve this ? you should probably look at what eclipse does but in the future please indicate what system you're using. e.g. are you using Java or something else? we're not mind readers :(.

Re: compilation error with build ver1.0.7

2006-11-27 Thread timeless
On Nov 15, 8:43 am, wildweed [EMAIL PROTECTED] wrote: but I failed compilation. I have 1.0.7 source code. firefox2.0 was released relatively recently, and it's almost based on firefox 1.5 before 1.5 there was firefox 1.0 and before that there was mozilla 1.0. depending on which 1.0.7 you mean,

Re: mfcembed crash with https/ssl

2006-11-27 Thread timeless
On Nov 20, 5:18 pm, Jamie Newton [EMAIL PROTECTED] wrote: mfcembed crashes when navigating to an address starting https://. Is there a fix for this problem? most likely it can't find the writable cert db files or perhaps it just can't find crypto. do you think you could provide a stack trace?

GtkMozEmbed for 1.9

2006-11-27 Thread timeless
hello as some of you may now, I'm timeless. i've been involved w/ the mozilla.org projects for a number of years now, and i've always had an interest in embeddings (and ports, and portability, and just about everything else...). as it happens, I recently became the owner of GtkMozEmbed. I also

Re: GtkMozEmbed for 1.9

2006-11-27 Thread Vin
can gtkmozembed in used on windows? any development happening on that side? ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Re: nsIWebProgressListener::OnProgressChange not called when a proxy is set.

2006-11-27 Thread timeless
perhaps i should have been clearer. we can only help if you provide things we can touch. e.g. a public proxy server that ... only talks to one testpage ... (i.e. the proxy server should not be a full proxy server, it should be limited to the single test page.) I've not make test with firefox

Re: GtkMozEmbed for 1.9

2006-11-27 Thread timeless
Vin wrote: can gtkmozembed in used on windows? there's a Gecko# project which theoretically would work on windows. any development happening on that side? I hope to kill anything resembling such plans. It's an awful idea. Please don't try building anything on windows based on gtkmozembed.

catching network errors from mozilla

2006-11-27 Thread kirans
hi, i have developed a browser application which has embedded gecko. Now my problem is, i am not able to catch the network errors like host down, network down or cannot connect to server etc. Because of which the browser screen is going blank. Any idea how to go abt this. Thanks kirans

Re: nsIWebProgressListener::OnProgressChange not called when a proxy is set.

2006-11-27 Thread Olivier Danes
timeless wrote: (i.e. the proxy server should not be a full proxy server, it should be limited to the single test page.) I'm not able to give you access to my proxy yet. But I will see and give you an access asap. I've not make test with firefox nor seamonkey, I've only just add a probe,