1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xpcom/build/ServiceList.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 +// IWYU pragma: private, include "mozilla/Services.h" 1.8 + 1.9 +#ifdef ACCESSIBILITY 1.10 +MOZ_SERVICE(AccessibilityService, nsIAccessibilityService, "@mozilla.org/accessibilityService;1") 1.11 +#endif 1.12 +MOZ_SERVICE(ChromeRegistryService, nsIChromeRegistry, "@mozilla.org/chrome/chrome-registry;1") 1.13 +MOZ_SERVICE(ToolkitChromeRegistryService, nsIToolkitChromeRegistry, "@mozilla.org/chrome/chrome-registry;1") 1.14 +MOZ_SERVICE(XULChromeRegistryService, nsIXULChromeRegistry, "@mozilla.org/chrome/chrome-registry;1") 1.15 +MOZ_SERVICE(XULOverlayProviderService, nsIXULOverlayProvider, "@mozilla.org/chrome/chrome-registry;1") 1.16 +MOZ_SERVICE(IOService, nsIIOService, "@mozilla.org/network/io-service;1") 1.17 +MOZ_SERVICE(ObserverService, nsIObserverService, "@mozilla.org/observer-service;1") 1.18 +MOZ_SERVICE(StringBundleService, nsIStringBundleService, "@mozilla.org/intl/stringbundle;1") 1.19 +MOZ_SERVICE(XPConnect, nsIXPConnect, "@mozilla.org/js/xpc/XPConnect;1") 1.20 +MOZ_SERVICE(InDOMUtils, inIDOMUtils, "@mozilla.org/inspector/dom-utils;1") 1.21 + 1.22 +#ifdef MOZ_USE_NAMESPACE 1.23 +namespace mozilla 1.24 +{ 1.25 +#endif 1.26 + 1.27 +MOZ_SERVICE(HistoryService, IHistory, "@mozilla.org/browser/history;1") 1.28 + 1.29 +#ifdef MOZ_USE_NAMESPACE 1.30 +} 1.31 +#endif