2000-06-18 22:05:25 +00:00
|
|
|
/* -*- Mode: IDL; tab-width: 3; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
|
|
*
|
2012-05-21 11:12:37 +00:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2000-06-18 22:05:25 +00:00
|
|
|
|
|
|
|
#include "nsIExternalHelperAppService.idl"
|
|
|
|
|
|
|
|
/*
|
|
|
|
nsCExternalHelperApp implements:
|
|
|
|
-------------------------
|
|
|
|
nsIExternalHelperAppService
|
|
|
|
*/
|
|
|
|
|
|
|
|
%{ C++
|
|
|
|
|
|
|
|
/* A7F800E0-4306-11d4-98D0-001083010E9B */
|
|
|
|
#define NS_EXTERNALHELPERAPPSERVICE_CID \
|
|
|
|
{ 0xa7f800e0, 0x4306, 0x11d4, { 0x98, 0xd0, 0x0, 0x10, 0x83, 0x1, 0xe, 0x9b } }
|
|
|
|
|
2000-09-13 23:57:52 +00:00
|
|
|
#define NS_EXTERNALHELPERAPPSERVICE_CONTRACTID \
|
|
|
|
"@mozilla.org/uriloader/external-helper-app-service;1"
|
2000-06-18 22:05:25 +00:00
|
|
|
|
2007-09-04 20:45:57 +00:00
|
|
|
#define NS_HANDLERSERVICE_CONTRACTID \
|
|
|
|
"@mozilla.org/uriloader/handler-service;1"
|
|
|
|
|
2000-09-13 23:57:52 +00:00
|
|
|
#define NS_EXTERNALPROTOCOLSERVICE_CONTRACTID \
|
|
|
|
"@mozilla.org/uriloader/external-protocol-service;1"
|
2000-06-18 22:05:25 +00:00
|
|
|
|
2000-09-13 23:57:52 +00:00
|
|
|
#define NS_MIMESERVICE_CONTRACTID \
|
|
|
|
"@mozilla.org/mime;1"
|
2000-09-08 00:12:51 +00:00
|
|
|
|
2001-02-07 02:00:09 +00:00
|
|
|
#define NS_EXTERNALPROTOCOLHANDLER_CID \
|
|
|
|
{ 0xbd6390c8, 0xfbea, 0x11d4, {0x98, 0xf6, 0x0, 0x10, 0x83, 0x1, 0xe, 0x9b } }
|
|
|
|
|
2004-05-21 00:28:52 +00:00
|
|
|
/* 9fa83ce7-d0ab-4ed3-938e-afafee435670 */
|
|
|
|
#define NS_BLOCKEDEXTERNALPROTOCOLHANDLER_CID \
|
|
|
|
{ 0x9fa83ce7, 0xd0ab, 0x4ed3, {0x93, 0x8e, 0xaf, 0xaf, 0xee, 0x43, 0x56, 0x70 } }
|
2001-02-07 02:00:09 +00:00
|
|
|
|
2007-07-05 19:31:44 +00:00
|
|
|
/* bc0017e3-2438-47be-a567-41db58f17627 */
|
|
|
|
#define NS_LOCALHANDLERAPP_CID \
|
|
|
|
{ 0xbc0017e3, 0x2438, 0x47be, {0xa5, 0x67, 0x41, 0xdb, 0x58, 0xf1, 0x76, 0x27 } }
|
|
|
|
|
2008-07-25 16:36:07 +00:00
|
|
|
/*6c3c274b-4cbf-4bb5-a635-05ad2cbb6535*/
|
|
|
|
#define NS_DBUSHANDLERAPP_CID \
|
|
|
|
{ 0x6c3c274b, 0x4cbf, 0x4bb5, {0xa6, 0x35, 0x05, 0xad, 0x2c, 0xbb, 0x65, 0x35 } }
|
|
|
|
|
|
|
|
#define NS_DBUSHANDLERAPP_CONTRACTID \
|
|
|
|
"@mozilla.org/uriloader/dbus-handler-app;1"
|
|
|
|
|
2007-07-05 19:31:44 +00:00
|
|
|
#define NS_LOCALHANDLERAPP_CONTRACTID \
|
|
|
|
"@mozilla.org/uriloader/local-handler-app;1"
|
|
|
|
|
2007-08-14 16:47:41 +00:00
|
|
|
#define NS_WEBHANDLERAPP_CONTRACTID \
|
|
|
|
"@mozilla.org/uriloader/web-handler-app;1"
|
|
|
|
|
2000-06-18 22:05:25 +00:00
|
|
|
%}
|
2001-02-07 02:00:09 +00:00
|
|
|
|