Re: How to register XPCom in Netscape 8.0 and Firefox 1.07 ?

2005-11-25 Thread Anatoly Kaverin
and FireFox 1.07 ? You can create XPI package with /components dir in it -- and place your DLLs and XPTs there. FF and Netscape will do everything for You :) With Best Regards, Anatoly Kaverin, Firefox VEngine team Comodo CA Limited http://www.vengine.com http://www.comodo.com [EMAIL PROTECTED] MSN

Re: How to register XPCom in Netscape 8.0 and Firefox 1.07 ?

2005-11-25 Thread Anatoly Kaverin
to write it U'll find here - http://kb.mozillazine.org/Install.rdf With Best Regards, Anatoly Kaverin, Firefox VEngine team Comodo CA Limited http://www.vengine.com http://www.comodo.com [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ Mozilla-xpcom

tab event handling in C++

2005-11-14 Thread Anatoly Kaverin
to handle tab event inside C++ component. thnx for You attention. With Best Regards, Anatoly Kaverin, Firefox VEngine team Comodo CA Limited http://www.vengine.com http://www.comodo.com [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ Mozilla-xpcom mailing

Re: event 'mouseover' on FF padlock (SSL sites)

2005-11-11 Thread Anatoly Kaverin
Hello Doug, Apparently there is a irc channel that might be able to answer this question in detail. It is pretty easy to do with a xul overlay. http://www.dria.org/work/2005/11/09/extdev-on-ircmozillaorg/ Doug Anatoly Kaverin wrote: Greetings to everyone. We're developing FF extension

event 'mouseover' on FF padlock (SSL sites)

2005-11-08 Thread Anatoly Kaverin
component? or can we add listener from overlay of extension? Thnx for attention. With Best Regards, Anatoly Kaverin, Firefox VEngine team Comodo CA Limited http://www.vengine.com http://www.comodo.com [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ Mozilla

Re: problem getting image size(in bytes)

2005-10-26 Thread Anatoly Kaverin
Hello Christian, [replying to sender + mailing list due to late reply] Anatoly Kaverin wrote: This sample works great in our C++ XPCOM component in FF 1.0.x, but in Firefox 1.5 beta2 this code ins't working. When we try to get service nsICacheService we always got error - NO_INTERFACE

Re: problem getting image size(in bytes)

2005-10-20 Thread Anatoly Kaverin
Hello Daniel and everyone Anatoly Kaverin wrote: We need to get an image physical size (not dimentions) from Web page loaded into Firefox browser. Is it possible to get it via XPCOM without additional reloading??? From chrome\browser\content\browser\metaData.js function getSize(url) { try

get images from https urls

2005-09-27 Thread Anatoly Kaverin
size? P.S. thnx for Your attention. With Best Regards, Anatoly Kaverin, Firefox VEngine team Comodo CA Limited http://www.vengine.com http://www.comodo.com [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ Mozilla-xpcom mailing list Mozilla-xpcom

Uninstall Extension from XPCOM component

2005-09-15 Thread Anatoly Kaverin
message -- Uninstall Succeeded, but Extension remain uninstalled. P.S THNXm for attension, looking forward fr your help, guys. With Best Regards, Anatoly Kaverin, Firefox VEngine team Comodo CA Limited http://www.vengine.com http://www.comodo.com [EMAIL PROTECTED] MSN: [EMAIL PROTECTED

XPI from another installer or via CMD

2005-09-12 Thread Anatoly Kaverin
for attention, looking forward for answer. With Best Regards, Anatoly Kaverin, Firefox VEngine team Comodo CA Limited http://www.vengine.com http://www.comodo.com [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ Mozilla-xpcom mailing list Mozilla-xpcom

Re: XPI from another installer or via CMD

2005-09-12 Thread Anatoly Kaverin
into the application directory. The parameter is the path to the extension. With Best Regards, Anatoly Kaverin, Firefox VEngine team Comodo CA Limited http://www.vengine.com http://www.comodo.com [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ Mozilla-xpcom

Re: Please HELP! how do I register my component from XPInstall?

2005-09-01 Thread Anatoly Kaverin
in Netscape 8+. But in order to support Netscape 8 (which is based in FF) you must include it's in targetApplication tag in install.rdf. With Best Regards, Anatoly Kaverin, Firefox VEngine team Comodo CA Limited http://www.vengine.com http://www.comodo.com [EMAIL PROTECTED] MSN: [EMAIL

Re: adding listener...

2005-08-30 Thread Anatoly Kaverin
Hello Christian, we solved that problem, thnx Christian. With Best Regards, Anatoly Kaverin, VerificationEngine developer http://www.vengine.com C O M O D O group [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ Mozilla-xpcom mailing list Mozilla

Re: adding listener...

2005-08-29 Thread Anatoly Kaverin
} component implements nsIWebProgressListener, nsSupportsWeakReference and nsIObserver. everything builds and Observe method is called -- but we always got FAILED to add listener... Guys, have we done mistakes? With Best Regards, Anatoly Kaverin, http://www.vengine.com C O

load plug-in dll from FF Extension

2005-08-22 Thread Anatoly Kaverin
. P.S. thnx for attention... With Best Regards, Anatoly Kaverin, http://www.vengine.com C O M O D O group [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ Mozilla-xpcom mailing list Mozilla-xpcom@mozilla.org http://mail.mozilla.org/listinfo/mozilla-xpcom

problem getting image size(in bytes)

2005-08-17 Thread Anatoly Kaverin
Regards, Anatoly Kaverin, http://www.vengine.com C O M O D O group [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ___ Mozilla-xpcom mailing list Mozilla-xpcom@mozilla.org http://mail.mozilla.org/listinfo/mozilla-xpcom

Re: getting image physical size

2005-08-17 Thread Anatoly Kaverin
Hello Daniel, Anatoly Kaverin wrote: We need to get an image physical size (not dimentions) from Web page loaded into Firefox browser. Is it possible to get it via XPCOM without additional reloading??? From chrome\browser\content\browser\metaData.js function getSize(url) { try { var

Re: problem getting URI from nsIwebNavigation

2005-07-25 Thread Anatoly Kaverin
. Niky Williams Anatoly Kaverin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] hi to everyone. i'm newbie to XPCOM and faced with problem of getting current url from page and control over navigation. We decided to use nsIWebNavigation interface for these purposes. below is our