1 : #ifdef ACCESSIBILITY
2 1419 : MOZ_SERVICE(AccessibilityService, nsIAccessibilityService, "@mozilla.org/accessibilityService;1")
3 : #endif
4 3241 : MOZ_SERVICE(ChromeRegistryService, nsIChromeRegistry, "@mozilla.org/chrome/chrome-registry;1")
5 1419 : MOZ_SERVICE(ToolkitChromeRegistryService, nsIToolkitChromeRegistry, "@mozilla.org/chrome/chrome-registry;1")
6 1419 : MOZ_SERVICE(XULChromeRegistryService, nsIXULChromeRegistry, "@mozilla.org/chrome/chrome-registry;1")
7 1419 : MOZ_SERVICE(XULOverlayProviderService, nsIXULOverlayProvider, "@mozilla.org/chrome/chrome-registry;1")
8 347290 : MOZ_SERVICE(IOService, nsIIOService, "@mozilla.org/network/io-service;1")
9 73183 : MOZ_SERVICE(ObserverService, nsIObserverService, "@mozilla.org/observer-service;1")
10 5608 : MOZ_SERVICE(StringBundleService, nsIStringBundleService, "@mozilla.org/intl/stringbundle;1")
11 2006 : MOZ_SERVICE(XPConnect, nsIXPConnect, "@mozilla.org/js/xpc/XPConnect;1")
12 :
13 : #ifdef MOZ_USE_NAMESPACE
14 : namespace mozilla
15 : {
16 : #endif
17 :
18 1419 : MOZ_SERVICE(HistoryService, IHistory, "@mozilla.org/browser/history;1")
19 :
20 : #ifdef MOZ_USE_NAMESPACE
21 : }
22 : #endif
|