Page info

2006-05-25 Thread Afonso Costa
Hi all, I would like to know if there is a way to get informations related to a web page (like firefox page info). I know that firefox uses the cache to do that, but in my case I don't have disk cache, I have just memory cache which can be disabled by the user. If the cache is disabled I can't ge

sending mouse events to gecko window

2006-05-25 Thread Richard
I want my host app to send Mouse / Keyboard events that it has captured to the gecko window. I'm assuming it's something like this (for mouse) : nsCOMPtr pWidget; m_BaseWindow->GetMainWidget(getter_AddRefs(pWidget)); nsMouseEvent event(false,NS_MOUSE_LEFT_CLICK,pWidget,nsMouseEvent::eReal); even

Re: link problems: embedding on wintel mac using FF1.5.2 source?

2006-05-25 Thread Benjamin Smedberg
Jason King wrote: I've been struggling with this for a while, and I just can't seem to get this to work. I'm trying to build my embedding app on an Intel-based mac. I did a Universal Binary shared build of Firefox 1.52, and I just can't seem to get this guy to link. Everything compiles OK, how

link problems: embedding on wintel mac using FF1.5.2 source?

2006-05-25 Thread Jason King
I've been struggling with this for a while, and I just can't seem to get this to work. I'm trying to build my embedding app on an Intel- based mac. I did a Universal Binary shared build of Firefox 1.52, and I just can't seem to get this guy to link. Everything compiles OK, however. I am l

Re: NS_InitEmbedding Fails If I instantiate anything after it

2006-05-25 Thread Niky Williams
swapnil wrote: I am not making a window as my app is a server. The args to loadURI I listed are bad, I tried these because the intial code did not work. here's the code - #include #include #include #include #include #include #include #include #include #include #include #include "nsNa