mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug #38374 --> NOT PART OF THE BUILD YET!!!!
more unix updates for helper application support
This commit is contained in:
parent
aa9a9a15c6
commit
12c698bd7d
@ -92,7 +92,7 @@ nsresult nsExternalApplication::LaunchApplication(nsIFile * aTempFile)
|
||||
if (mApplicationToUse)
|
||||
{
|
||||
const char * strPath = (const char *) path;
|
||||
mApplication->Spawn(&strPath, 1);
|
||||
mApplicationToUse->Spawn(&strPath, 1);
|
||||
}
|
||||
else if (!mAppRegistryName.IsEmpty() && aTempFile)
|
||||
{
|
||||
@ -121,7 +121,7 @@ nsresult nsExternalApplication::LaunchApplication(nsIFile * aTempFile)
|
||||
|
||||
nsOSHelperAppService::nsOSHelperAppService() : nsExternalHelperAppService()
|
||||
{
|
||||
//nsExternalHelperAppService::Init();
|
||||
nsExternalHelperAppService::Init();
|
||||
}
|
||||
|
||||
nsOSHelperAppService::~nsOSHelperAppService()
|
||||
|
@ -56,7 +56,7 @@ public:
|
||||
// aApplicationToUse --> the application the user wishes to launch with the incoming data
|
||||
// aFileExtensionForData --> the extension we are going to use for the temp file in the external app handler
|
||||
// aStreamListener --> the stream listener (really a external app handler) we're going to use for retrieving the data
|
||||
virtual nsresult CreateStreamListenerWithApp(nsIFile * aApplicationToUse, const char * aFileExtensionForData, nsIStreamListener ** aStreamListener);f
|
||||
virtual nsresult CreateStreamListenerWithApp(nsIFile * aApplicationToUse, const char * aFileExtensionForData, nsIStreamListener ** aStreamListener);
|
||||
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user