1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
{
"mozIJSSubScriptLoader": "scriptloader",
"mozILocaleService": "locale",
"mozIMozIntl": "intl",
"mozIStorageService": "storage",
"nsIAppShellService": "appShell",
"nsIAppStartup": "startup",
"nsICacheStorageService": "cache2",
"nsICategoryManager": "catMan",
"nsIClearDataService": "clearData",
"nsIClipboard": "clipboard",
"nsIConsoleService": "console",
"nsICookieManager": "cookies",
"nsIDOMRequestService": "DOMRequest",
"nsIDOMStorageManager": "domStorageManager",
"nsIDirectoryService": "dirsvc",
"nsIDroppedLinkHandler": "droppedLinkHandler",
"nsIEffectiveTLDService": "eTLD",
"nsIEnterprisePolicies": "policies",
"nsIEventListenerService": "els",
"nsIFocusManager": "focus",
"nsIIOService": "io",
"nsILoadContextInfoFactory": "loadContextInfo",
"nsILocalStorageManager": "domStorageManager",
"nsILoginManager": "logins",
"nsINetUtil": "io",
"nsIObserverService": "obs",
"nsIPermissionManager": "perms",
"nsIPrefBranch": "prefs",
"nsIPrefService": "prefs",
"nsIProfiler": "profiler",
"nsIPromptService": "prompt",
"nsIProperties": "dirsvc",
"nsIPropertyBag2": "sysinfo",
"nsIQuotaManagerService": "qms",
"nsIScriptSecurityManager": "scriptSecurityManager",
"nsISearchService": "search",
"nsISpeculativeConnect": "io",
"nsIStringBundleService": "strings",
"nsISystemInfo": "sysinfo",
"nsITelemetry": "telemetry",
"nsITextToSubURI": "textToSubURI",
"nsIThreadManager": "tm",
"nsIURLFormatter": "urlFormatter",
"nsIVersionComparator": "vc",
"nsIWindowMediator": "wm",
"nsIWindowWatcher": "ww",
"nsIXULAppInfo": "appinfo",
"nsIXULRuntime": "appinfo"
}
|