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