Bug 1640914 [wpt PR 23771] - Python 3: port tests in resource-timing, a=testonly
[gecko.git] / uriloader / exthandler / nsCExternalHandlerService.idl
blobbdf59e9ae658c454d3e114be6732ba6d6697f751
1 /* -*- Mode: IDL; tab-width: 3; indent-tabs-mode: nil; c-basic-offset: 2 -*-
3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #include "nsIExternalHelperAppService.idl"
9 /*
10 nsCExternalHelperApp implements:
11 -------------------------
12 nsIExternalHelperAppService
15 %{ C++
17 #define NS_EXTERNALHELPERAPPSERVICE_CONTRACTID \
18 "@mozilla.org/uriloader/external-helper-app-service;1"
20 #define NS_HANDLERSERVICE_CONTRACTID \
21 "@mozilla.org/uriloader/handler-service;1"
23 #define NS_EXTERNALPROTOCOLSERVICE_CONTRACTID \
24 "@mozilla.org/uriloader/external-protocol-service;1"
26 #define NS_MIMESERVICE_CONTRACTID \
27 "@mozilla.org/mime;1"
29 #define NS_LOCALHANDLERAPP_CONTRACTID \
30 "@mozilla.org/uriloader/local-handler-app;1"