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: 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.

Re: mfcembed crash with https/ssl

2006-11-28 Thread timeless
ah. you tried to use nss w/o first probing it to encourage it to initialize itself. I believe it's sufficient to do something like: nsCOMPtrnsISupports psm = do_GetService(@mozilla.org/psm;1); but it's been a few years. in short NSS needs to be initialized before it's used, otherwise it kills

Re: GtkMozEmbed for 1.9

2006-12-07 Thread timeless
we have a dist/sdk directory. They really should only expose that. But of course, if they did that, nothing would build. So obviously they don't. Keep the sdk directory in mind, it's where frozen stuff goes. ___ dev-embedding mailing list

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

Re: SECMOD_GetInternalModule() returns null, causing assertion in embedding app

2007-01-15 Thread timeless
On Jan 13, 8:22 am, edburns [EMAIL PROTECTED] wrote: Hello, I'm running into an assertion that stops me in my tracks when running my embedding app on 1.5.0.9. I'm using Windows 2000 Professional. I built the 1.5.0.9 with the standard Visual C++ 6.0 compiler. The assertion happens here:

Re: GtkMozEmbed - Segmentation fault (core dumped)

2007-01-22 Thread timeless
while you're developing, you should be building --enable-debug when you're testing, you should be building --enable-debugger-info-modules at no point in this process should you use any stripping tool when you run a program, you should make sure that you have the equivalent of: ulimit -c

Re: MathML support

2007-01-31 Thread timeless
On Jan 30, 8:23 pm, Daniel Larraz [EMAIL PROTECTED] wrote: Firefox can display correctly this test page:http://www.w3.org/Math/XSL/pmathml2.xml But using Gecko#/GtkMozEmbed instead of Firefox browser I see strange characters. if you see strange characters, that's probably a font selection

Re: embedding on OS X

2007-01-31 Thread timeless
On Jan 31, 6:13 am, [EMAIL PROTECTED] wrote: http://developer.mozilla.org/en/docs/Roll_your_own_browser_-_An_embed... However this web page gives the function It's a wiki, if there's something wrong, feel free to either Talk: or fix it. nsresult NS_InitEmbedding(const char *aPath);

Re: Each radio buttons in a group as a focusable element ?

2007-02-03 Thread timeless
that's *wrong*. as i said, it needs to work when you use f7. ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Re: OpenStream returns NS_ERROR_FACTORY_NOT_REGISTERED

2007-02-03 Thread timeless
On Feb 3, 12:13 am, [EMAIL PROTECTED] wrote: There is probably a dependency of OpenStream to some class that is not registered. How do I get around about finding out what is going on behind this call? Should I build Mozilla and step through the function or is there some really obvious reason?

Re: OpenStream returns NS_ERROR_FACTORY_NOT_REGISTERED

2007-02-05 Thread timeless
On Feb 5, 6:13 pm, [EMAIL PROTECTED] wrote: What puzzles me, however here is the method OpenStream -- being part of a frozen interfaces set, shouldn't all the necessary compnents (that OpenStream depends on) be included in the set as well? the interface freeze says what a method should do,

Re: embedding on OS X

2007-02-07 Thread timeless
On Feb 6, 12:02 am, [EMAIL PROTECTED] wrote: Breakpoint 2, NS_CStringContainerInit2 ([EMAIL PROTECTED], aData=0x5fa0 /Users/sparks/test/mac/proto, aDataLength=4294967295, aFlags=2) at nsXPCOMGlue.cpp:351 351 if (!xpcomFunctions.cstringContainerInit2) (gdb) p

Re: TestGtkEmbed.cpp does not work on FC6.

2007-02-07 Thread timeless
presumably you aren't doing: ./run-mozilla.sh ./TestGtkEmbed ? note that firefox is not a binary, it chains to that shell script. ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Re: Html header reader api in gtkMozEmbed

2007-02-07 Thread timeless
On Feb 7, 3:02 pm, Chandrashekhar Sengupta [EMAIL PROTECTED] wrote: hi Is there any API available to get the head information of a html page which is currently loaded on the mozilla browser. i want to access the html head information from a C program where i am using GtkMozEmbed to load the

Re: Where is the Interface document?

2007-02-11 Thread timeless
On Feb 9, 4:20 pm, Bo Yang [EMAIL PROTECTED] wrote: Where are the document which describe all the Gecko Components and Interfaces and with their contracted ID? there is no one such document. Without this document, there is no way to develop with Gecko engine. hundreds of people have

Re: Running asynchronous Mozilla parser from Java

2007-02-11 Thread timeless
while mozilla does have some thread safe components, most of gecko (parser, content, layout) is not threadsafe. ignoring that, you shouldn't be using CIDs in your code.. use contractids. if things don't have contractids, then you shouldn't be using them at all. note that stack traces to

Re: static builds

2007-02-12 Thread timeless
On Feb 12, 5:35 pm, wtk32 [EMAIL PROTECTED] wrote: I'm experimenting with the FireFox 2.0.0.1 release, built with the Cygwin toolset and VC++ 7.1, embedded in a Win32 C++ app. is there a specific reason you chose to use a branch instead of just using trunk? Can anyone point me in the right

Re: static builds

2007-02-17 Thread timeless
On Feb 13, 5:16 pm, wtk32 [EMAIL PROTECTED] wrote: is there a specific reason you chose to use a branch instead of just using trunk? yep. using make -f client.mk checkout MOZ_CO_PROJECT=browser results in a tree which fails to debug build make[5]: *** No rule to make target

Re: A script from file:// was denied UniversalXPConnect privileges

2007-02-21 Thread timeless
On Feb 21, 10:48 am, Michael Hutchinson [EMAIL PROTECTED] wrote: Thanks, but that's what I'm doing. It's still inconvenient to have to have root privileges to install it. um. don't install firefox as root. install it into ~/ you're doing something wrong (by installing firefox as root and using

Re: GRE_GetGREPathWithProperties returning wrong arch XULRunner

2007-02-21 Thread timeless
On Feb 20, 9:29 pm, Benjamin Smedberg [EMAIL PROTECTED] wrote: This is of course a similar problem to an x86-64 machine where you could launch a 32-bit or 64-bit XR on the same machine. bsmedberg's variant is more interesting. on solaris 64bit and 32bit apps always can run if the system is

Re: A script from file:// was denied UniversalXPConnect privileges

2007-02-22 Thread timeless
I wrote: um. don't install firefox as root. install it into ~/ you're doing something wrong (by installing firefox as root and using it for development). On 2/22/07, Michael Hutchinson [EMAIL PROTECTED] wrote: The problem's not with development, it's for end-users installing it. They

Re: embedding mozilla without ui

2007-03-07 Thread timeless
On Mar 6, 11:30 am, [EMAIL PROTECTED] wrote: (process:6103): GLib-GObject-CRITICAL **: gtype.c:1871: initialization assertion failed, use g_type_init() prior to this function Why don't you set a breakpoint on this line? (process:6103): Gdk-CRITICAL **: file gdkrgb.c: line 3521

Re: static build and embedding

2007-03-07 Thread timeless
On Mar 7, 12:54 pm, Ivan Chirkov [EMAIL PROTECTED] wrote: I built mozilla with --enable-static flag and now my embedding crashes. What lib I need to link with my exe file to make it works? Could you possibly be more vague? Hrm, please don't. How about listing: 1. the stack trace for your crash

Re: Listening to file upload progresses ?

2007-03-07 Thread timeless
On Mar 7, 4:48 pm, Antonio Gomes [EMAIL PROTECTED] wrote: is it possible to listen to file upload progress with mozilla, as in the same way we can do for downloads ? (I am embedding mozilla trunk with newest/refactored gtkmozembed stuff) You already looked at:

Re: Mozilla over GTK DirectFB on ARM

2007-03-08 Thread timeless
On Mar 8, 1:12 pm, abhinav [EMAIL PROTECTED] wrote: The mozconfig that i ve got looks like this : mk_add_options MOZ_CO_PROJECT=browser # Options for 'configure' (same as command-line options). CROSS_COMPILE=1 LIBIDL_CONFIG=/home/radhika/workdir/filesys/usr/bin/libIDL-config-2

Re: static build and embedding

2007-03-11 Thread timeless
On Mar 8, 4:22 pm, Ivan Chirkov [EMAIL PROTECTED] wrote: How about listing: 1. the stack trace for your crash it's getting NULL here: // Get the nsIWebBrowser object for our embedded window. nsCOMPtrnsIWebBrowser webBrowser; window-GetWebBrowser(getter_AddRefs(webBrowser)); that's not a

Re: TestGTkEmbed : Animated GIF on DirectFB

2007-03-26 Thread timeless
On Mar 25, 3:18 am, amit shah [EMAIL PROTECTED] wrote: I have compiled Mozilla over DirectFB by as instructed in (http://www.directfb.org/wiki/index.php/DFBMozilla) for use in an AMD Au1200 mipsel processor i'd recommend testing w/ an x86 system, it reduces the number of variables

Re: to embed or not to embed, that is the question...

2007-05-13 Thread timeless
On May 12, 4:55 pm, herc [EMAIL PROTECTED] wrote: 1: Password protecting the closing of the browser. This is relatively easy to do w/ changes to navigator.js. Except, I think in general it's trivial for a user to kill the app (see below). 2: Preventing the user from swapping to another

Re: gtzmozembed crash in multithread (long post)

2007-05-24 Thread timeless
On Saturday 19 May 2007, Dante Passalacqua wrote: Problem: So far I've been able to embed gtkmozembed into the application, trouble is that when the first call is made to any function that receives the gtkmozembed widget as a parameter i.e: gtk_moz_embed_load_url(GTK_MOZ_EMBED(mozembed),

Re: Profile Path

2007-06-16 Thread timeless
On Jun 15, 5:17 pm, Vineeth Aravindakshan [EMAIL PROTECTED] wrote: The problem is each time i restart the application, the content in the Cache folder is cleared. Any reasons why? I want to maintain the Contents of Cache folder as such cache is deleted if you don't shutdown properly

Re: setup and lists

2007-07-02 Thread timeless
On Jun 30, 4:53 pm, Any Joe [EMAIL PROTECTED] wrote: Hello Embedding-Gecko Gurus! I am just getting started on this. I would deeply appreciate if any of you can send me a setup procedure (list) to get started in the following env a) Windows XP b) CYGWIN with gcc 3.4.4 and make 3.8

Re: Firefox Cross compile for ARM

2007-07-26 Thread timeless
On Jul 19, 9:51 pm, Drakou [EMAIL PROTECTED] wrote: Is it normal that the so library files are enormous in comparaison to the same x86 builds ? How can I make them smaller ? Is there some files in the firefox directory that I can delete ? I plan to use the GTKembed widget in my program. are