Re: overriden nsIExternalHelperAppService does not get called

2009-06-04 Thread poopdawg
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

Re: overriden nsIExternalHelperAppService does not get called

2009-06-04 Thread Boris Zbarsky
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 ___

Re: overriden nsIExternalHelperAppService does not get called

2009-06-04 Thread poopdawg
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

Re: overriden nsIExternalHelperAppService does not get called

2009-06-03 Thread Boris Zbarsky
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

overriden nsIExternalHelperAppService does not get called

2009-06-03 Thread poopdawg
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