1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/uriloader/exthandler/nsCExternalHandlerService.idl Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,58 @@ 1.4 +/* -*- Mode: IDL; tab-width: 3; indent-tabs-mode: nil; c-basic-offset: 2 -*- 1.5 + * 1.6 + * This Source Code Form is subject to the terms of the Mozilla Public 1.7 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.9 + 1.10 +#include "nsIExternalHelperAppService.idl" 1.11 + 1.12 +/* 1.13 +nsCExternalHelperApp implements: 1.14 +------------------------- 1.15 +nsIExternalHelperAppService 1.16 +*/ 1.17 + 1.18 +%{ C++ 1.19 + 1.20 +/* A7F800E0-4306-11d4-98D0-001083010E9B */ 1.21 +#define NS_EXTERNALHELPERAPPSERVICE_CID \ 1.22 + { 0xa7f800e0, 0x4306, 0x11d4, { 0x98, 0xd0, 0x0, 0x10, 0x83, 0x1, 0xe, 0x9b } } 1.23 + 1.24 +#define NS_EXTERNALHELPERAPPSERVICE_CONTRACTID \ 1.25 +"@mozilla.org/uriloader/external-helper-app-service;1" 1.26 + 1.27 +#define NS_HANDLERSERVICE_CONTRACTID \ 1.28 +"@mozilla.org/uriloader/handler-service;1" 1.29 + 1.30 +#define NS_EXTERNALPROTOCOLSERVICE_CONTRACTID \ 1.31 +"@mozilla.org/uriloader/external-protocol-service;1" 1.32 + 1.33 +#define NS_MIMESERVICE_CONTRACTID \ 1.34 +"@mozilla.org/mime;1" 1.35 + 1.36 +#define NS_EXTERNALPROTOCOLHANDLER_CID \ 1.37 +{ 0xbd6390c8, 0xfbea, 0x11d4, {0x98, 0xf6, 0x0, 0x10, 0x83, 0x1, 0xe, 0x9b } } 1.38 + 1.39 +/* 9fa83ce7-d0ab-4ed3-938e-afafee435670 */ 1.40 +#define NS_BLOCKEDEXTERNALPROTOCOLHANDLER_CID \ 1.41 +{ 0x9fa83ce7, 0xd0ab, 0x4ed3, {0x93, 0x8e, 0xaf, 0xaf, 0xee, 0x43, 0x56, 0x70 } } 1.42 + 1.43 +/* bc0017e3-2438-47be-a567-41db58f17627 */ 1.44 +#define NS_LOCALHANDLERAPP_CID \ 1.45 +{ 0xbc0017e3, 0x2438, 0x47be, {0xa5, 0x67, 0x41, 0xdb, 0x58, 0xf1, 0x76, 0x27 } } 1.46 + 1.47 +/*6c3c274b-4cbf-4bb5-a635-05ad2cbb6535*/ 1.48 +#define NS_DBUSHANDLERAPP_CID \ 1.49 +{ 0x6c3c274b, 0x4cbf, 0x4bb5, {0xa6, 0x35, 0x05, 0xad, 0x2c, 0xbb, 0x65, 0x35 } } 1.50 + 1.51 +#define NS_DBUSHANDLERAPP_CONTRACTID \ 1.52 +"@mozilla.org/uriloader/dbus-handler-app;1" 1.53 + 1.54 +#define NS_LOCALHANDLERAPP_CONTRACTID \ 1.55 +"@mozilla.org/uriloader/local-handler-app;1" 1.56 + 1.57 +#define NS_WEBHANDLERAPP_CONTRACTID \ 1.58 +"@mozilla.org/uriloader/web-handler-app;1" 1.59 + 1.60 +%} 1.61 +