On Jun 4, 9:16 pm, Boris Zbarsky wrote:
> poopdawg wrote:
> > i havent registered it. how can i do that?
>
> The same way you would register any other XPCOM component. There's
> documentation about this out there; I don't have the links offhand
>
> The right contract id is
> "@mozilla.org/uri
poopdawg wrote:
i havent registered it. how can i do that?
The same way you would register any other XPCOM component. There's
documentation about this out there; I don't have the links offhand
The right contract id is
"@mozilla.org/uriloader/external-helper-app-service;1".
-Boris
___
On Jun 4, 5:48 am, Boris Zbarsky wrote:
> poopdawg wrote:
> > ive overriden nsIExternalHelperAppService in my windows application
> > (DoContent & ApplyDecodingForExtension as NS_ERROR_NOT_IMPLEMENTED).
>
> How did you register it?
>
> -Boris
i havent registered it. how can i do that?
note: i do
poopdawg wrote:
ive overriden nsIExternalHelperAppService in my windows application
(DoContent & ApplyDecodingForExtension as NS_ERROR_NOT_IMPLEMENTED).
How did you register it?
-Boris
___
dev-embedding mailing list
dev-embedding@lists.mozilla.org
ht
hi
ive overriden nsIExternalHelperAppService in my windows application
(DoContent & ApplyDecodingForExtension as NS_ERROR_NOT_IMPLEMENTED).
when navigating to an exe, i never get a callback in my
helperappservice implementation
in fact, when im debugging, i see that the DoContent in uriloader/
e