-
Question:
Is the TCustomGeckoBrowserListener.HandleEvent being catched by the modal window?.
2009-08-14 17:36:37 UTC by pglobee
-
I'm implementing nsIProtocolHandler in Delphi 7 with help of GeckoSDK, and am missing the definition for nsISeekableStream,
based on
http://mxr.mozilla.org/firefox/source/xpcom/io/nsISeekableStream.idl
I tried below definition is it correct?
on the nsIInputStream instance I get over nsIUploadChannel, the seek method throws 'not implemented' exceptions, is that correct or am I doing something...
2009-06-15 20:05:45 UTC by develyoy
-
I found bug when open modal window by TGeckoChromeForm
For example i try install new extension
1) open url:
chrome://mozapps/content/extensions/extensions.xul?type=extensions
2) Try install xpi file
3)I see modal windows with buttons OK and Cancel (to confirm or cancel install plugin)
But buttons don't work :(
my application (exe and code) and my version xulrunner...
2009-04-26 14:00:59 UTC by seo4you
-
I tested USE_LOCAL_GRE with your code but if i set Environment Variable example
USE_LOCAL_GRE=E:\delphi\rozne\gecko\trunk\xulrunner-1.9.2a1pre.en-US.win32\xulrunner
// your code
if GetEnvironmentVariableA('USE_LOCAL_GRE', env, MAX_PATH)>0 then
begin
buf[0] := #0;
Result := NS_OK;
Exit;
end;
// buf[0] := #0; ??? Why ?
// variable buf i path for gre but you result...
2009-04-26 11:23:35 UTC by seo4you
-
necottie committed revision 17 to the Gecko SDK for Delphi SVN repository, changing 5 files.
2009-03-14 08:02:46 UTC by necottie
-
necottie committed revision 16 to the Gecko SDK for Delphi SVN repository, changing 5 files.
2009-03-14 07:59:32 UTC by necottie
-
necottie committed revision 15 to the Gecko SDK for Delphi SVN repository, changing 6 files.
2009-03-11 14:12:45 UTC by necottie
-
necottie committed revision 14 to the Gecko SDK for Delphi SVN repository, changing 2 files.
2009-02-28 11:49:30 UTC by necottie
-
necottie committed revision 13 to the Gecko SDK for Delphi SVN repository, changing 2 files.
2009-02-21 09:02:37 UTC by necottie
-
necottie committed revision 12 to the Gecko SDK for Delphi SVN repository, changing 7 files.
2009-02-14 06:14:46 UTC by necottie