summaryrefslogtreecommitdiffstats
path: root/tools/lint/eslint/modules.json
blob: 34ebfc6c1a54cd2f86ac1c17f8274f66a02a996a (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
{
  "AboutHome.jsm": ["AboutHomeUtils", "AboutHome"],
  "AddonLogging.jsm": ["LogManager"],
  "AddonManager.jsm": ["AddonManager", "AddonManagerPrivate"],
  "addons.js": ["AddonsEngine", "AddonValidator"],
  "addons.jsm": ["Addon", "STATE_ENABLED", "STATE_DISABLED"],
  "addonsreconciler.js": ["AddonsReconciler", "CHANGE_INSTALLED", "CHANGE_UNINSTALLED", "CHANGE_ENABLED", "CHANGE_DISABLED"],
  "AddonTestUtils.jsm": ["AddonTestUtils", "MockAsyncShutdown"],
  "addonutils.js": ["AddonUtils"],
  "ajv-4.1.1.js": ["Ajv"],
  "AlertsHelper.jsm": [],
  "AppData.jsm": ["makeFakeAppDir"],
  "AppInfo.jsm": ["newAppInfo", "getAppInfo", "updateAppInfo"],
  "AppsServiceChild.jsm": ["DOMApplicationRegistry", "WrappedManifestCache"],
  "arrays.js": ["inArray", "getSet", "indexOf", "remove", "rindexOf", "compare"],
  "assertions.js": ["Assert", "Expect"],
  "async.js": ["Async"],
  "AsyncSpellCheckTestHelper.jsm": ["onSpellCheck"],
  "Battery.jsm": ["GetBattery", "Battery"],
  "blocklist-clients.js": ["AddonBlocklistClient", "GfxBlocklistClient", "OneCRLBlocklistClient", "PluginBlocklistClient", "FILENAME_ADDONS_JSON", "FILENAME_GFX_JSON", "FILENAME_PLUGINS_JSON"],
  "blocklist-updater.js": ["checkVersions", "addTestBlocklistClient"],
  "bogus_element_type.jsm": [],
  "bookmark_validator.js": ["BookmarkValidator", "BookmarkProblemData"],
  "bookmarks.js": ["BookmarksEngine", "PlacesItem", "Bookmark", "BookmarkFolder", "BookmarkQuery", "Livemark", "BookmarkSeparator"],
  "bookmarks.jsm": ["PlacesItem", "Bookmark", "Separator", "Livemark", "BookmarkFolder", "DumpBookmarks"],
  "BootstrapMonitor.jsm": ["monitor"],
  "browser-loader.js": ["BrowserLoader"],
  "browserid_identity.js": ["BrowserIDManager", "AuthenticationError"],
  "CertUtils.jsm": ["BadCertHandler", "checkCert", "readCertPrefs", "validateCert"],
  "clients.js": ["ClientEngine", "ClientsRec"],
  "CloudSyncAdapters.jsm": ["Adapters"],
  "CloudSyncBookmarks.jsm": ["Bookmarks"],
  "CloudSyncBookmarksFolderCache.jsm": ["FolderCache"],
  "CloudSyncEventSource.jsm": ["EventSource"],
  "CloudSyncLocal.jsm": ["Local"],
  "CloudSyncPlacesWrapper.jsm": ["PlacesWrapper"],
  "CloudSyncTabs.jsm": ["Tabs"],
  "cluster.js": ["ClusterManager"],
  "collection_validator.js": ["CollectionValidator", "CollectionProblemData"],
  "Console.jsm": ["console", "ConsoleAPI"],
  "Constants.jsm": ["Roles", "Events", "Relations", "Filters", "States", "Prefilters"],
  "ContactDB.jsm": ["ContactDB", "DB_NAME", "STORE_NAME", "SAVED_GETALL_STORE_NAME", "REVISION_STORE", "DB_VERSION"],
  "content-server.jsm": ["init"],
  "content.jsm": ["registerContentFrame"],
  "ContentCrashHandlers.jsm": ["TabCrashHandler", "PluginCrashReporter", "UnsubmittedCrashHandler"],
  "ContentObservers.jsm": [],
  "ContentPrefUtils.jsm": ["ContentPref", "cbHandleResult", "cbHandleError", "cbHandleCompletion", "safeCallback"],
  "controller.js": ["MozMillController", "globalEventRegistry", "sleep", "windowMap"],
  "cookies.js": ["Cookies"],
  "CoverageUtils.jsm": ["CoverageCollector"],
  "CrashManagerTest.jsm": ["configureLogging", "getManager", "sleep", "TestingCrashManager"],
  "dbg-client.jsm": ["DebuggerTransport", "DebuggerClient", "RootClient", "LongStringClient", "EnvironmentClient", "ObjectClient"],
  "dbg-server.jsm": ["DebuggerServer", "ActorPool", "OriginalLocation"],
  "debug.js": ["NS_ASSERT"],
  "declined.js": ["DeclinedEngines"],
  "dispatcher.js": ["Dispatcher"],
  "distribution.js": ["DistributionCustomizer"],
  "DNSTypes.jsm": ["DNS_QUERY_RESPONSE_CODES", "DNS_AUTHORITATIVE_ANSWER_CODES", "DNS_CLASS_CODES", "DNS_RECORD_TYPES"],
  "dom.js": ["getAttributes"],
  "DOMRequestHelper.jsm": ["DOMRequestIpcHelper"],
  "DownloadCore.jsm": ["Download", "DownloadSource", "DownloadTarget", "DownloadError", "DownloadSaver", "DownloadCopySaver", "DownloadLegacySaver", "DownloadPDFSaver"],
  "DownloadList.jsm": ["DownloadList", "DownloadCombinedList", "DownloadSummary"],
  "E10SAddonsRollout.jsm": ["isAddonPartOfE10SRollout"],
  "elementslib.js": ["ID", "Link", "XPath", "Selector", "Name", "Anon", "AnonXPath", "Lookup", "_byID", "_byName", "_byAttrib", "_byAnonAttrib"],
  "engines.js": ["EngineManager", "Engine", "SyncEngine", "Tracker", "Store", "Changeset"],
  "enginesync.js": ["EngineSynchronizer"],
  "errors.js": ["BaseError", "ApplicationQuitError", "AssertionError", "TimeoutError"],
  "evaluate.js": ["evaluate", "sandbox", "Sandboxes"],
  "event-emitter.js": ["EventEmitter"],
  "EventUtils.js": ["disableNonTestMouseEvents", "sendMouseEvent", "sendChar", "sendString", "sendKey", "synthesizeMouse", "synthesizeTouch", "synthesizeMouseAtPoint", "synthesizeTouchAtPoint", "synthesizeMouseAtCenter", "synthesizeTouchAtCenter", "synthesizeWheel", "synthesizeKey", "synthesizeMouseExpectEvent", "synthesizeKeyExpectEvent", "synthesizeText", "synthesizeComposition", "synthesizeQuerySelectedText"],
  "Extension.jsm": ["Extension", "ExtensionData"],
  "ExtensionAPI.jsm": ["ExtensionAPI", "ExtensionAPIs"],
  "ExtensionXPCShellUtils.jsm": ["ExtensionTestUtils"],
  "fakeservices.js": ["FakeCryptoService", "FakeFilesystemService", "FakeGUIDService", "fakeSHA256HMAC"],
  "file_expandosharing.jsm": ["checkFromJSM"],
  "file_stringencoding.jsm": ["checkFromJSM"],
  "file_url.jsm": ["checkFromJSM"],
  "file_worker_url.jsm": ["checkFromJSM"],
  "Finder.jsm": ["Finder", "GetClipboardSearchString"],
  "FormAutofillContent.jsm": ["FormAutofillHandler"],
  "forms.js": ["FormEngine", "FormRec", "FormValidator"],
  "forms.jsm": ["FormData"],
  "frame.js": ["Collector", "Runner", "events", "runTestFile", "log", "timers", "persisted", "shutdownApplication"],
  "FrameScriptManager.jsm": ["getNewLoaderID"],
  "fxa_utils.js": ["initializeIdentityWithTokenServerResponse"],
  "fxaccounts.jsm": ["Authentication"],
  "FxAccounts.jsm": ["fxAccounts", "FxAccounts"],
  "FxAccountsOAuthGrantClient.jsm": ["FxAccountsOAuthGrantClient", "FxAccountsOAuthGrantClientError"],
  "FxAccountsProfileClient.jsm": ["FxAccountsProfileClient", "FxAccountsProfileClientError"],
  "FxAccountsPush.js": ["FxAccountsPushService"],
  "FxAccountsStorage.jsm": ["FxAccountsStorageManagerCanStoreField", "FxAccountsStorageManager"],
  "FxAccountsWebChannel.jsm": ["EnsureFxAccountsWebChannel"],
  "FxaMigrator.jsm": ["fxaMigrator"],
  "gDevTools.jsm": ["gDevTools", "gDevToolsBrowser"],
  "gDevTools.jsm": ["gDevTools", "gDevToolsBrowser"],
  "Geometry.jsm": ["Point", "Rect"],
  "Gestures.jsm": ["GestureSettings", "GestureTracker"],
  "GMPInstallManager.jsm": ["GMPInstallManager", "GMPExtractor", "GMPDownloader", "GMPAddon"],
  "GMPProvider.jsm": [],
  "GMPUtils.jsm": ["EME_ADOBE_ID", "GMP_PLUGIN_IDS", "GMPPrefs", "GMPUtils", "OPEN_H264_ID", "WIDEVINE_ID"],
  "hawkclient.js": ["HawkClient"],
  "hawkrequest.js": ["HAWKAuthenticatedRESTRequest", "deriveHawkCredentials"],
  "HelperApps.jsm": ["App", "HelperApps"],
  "history.js": ["HistoryEngine", "HistoryRec"],
  "history.jsm": ["HistoryEntry", "DumpHistory"],
  "Http.jsm": ["httpRequest", "percentEncode"],
  "httpd.js": ["HTTP_400", "HTTP_401", "HTTP_402", "HTTP_403", "HTTP_404", "HTTP_405", "HTTP_406", "HTTP_407", "HTTP_408", "HTTP_409", "HTTP_410", "HTTP_411", "HTTP_412", "HTTP_413", "HTTP_414", "HTTP_415", "HTTP_417", "HTTP_500", "HTTP_501", "HTTP_502", "HTTP_503", "HTTP_504", "HTTP_505", "HttpError", "HttpServer"],
  "identity.js": ["IdentityManager"],
  "Identity.jsm": ["IdentityService"],
  "IdentityUtils.jsm": ["checkDeprecated", "checkRenamed", "getRandomId", "objectCopy", "makeMessageObject"],
  "import_module.jsm": ["MODULE_IMPORTED", "MODULE_URI", "SUBMODULE_IMPORTED", "same_scope", "SUBMODULE_IMPORTED_TO_SCOPE"],
  "import_sub_module.jsm": ["SUBMODULE_IMPORTED", "test_obj"],
  "InlineSpellChecker.jsm": ["InlineSpellChecker", "SpellCheckHelper"],
  "JNI.jsm": ["JNI", "android_log"],
  "jpakeclient.js": ["JPAKEClient", "SendCredentialsController"],
  "Jsbeautify.jsm": ["jsBeautify"],
  "jsdebugger.jsm": ["addDebuggerToGlobal"],
  "json2.js": ["JSON"],
  "keys.js": ["BulkKeyBundle", "SyncKeyBundle"],
  "KeyValueParser.jsm": ["parseKeyValuePairsFromLines", "parseKeyValuePairs", "parseKeyValuePairsFromFile"],
  "kinto-http-client.js": ["KintoHttpClient"],
  "kinto-offline-client.js": ["loadKinto"],
  "loader-plugin-raw.jsm": ["requireRawId"],
  "loader.js": ["WorkerDebuggerLoader", "worker"],
  "Loader.jsm": ["DevToolsLoader", "devtools", "BuiltinProvider", "require", "loader"],
  "logger.jsm": ["Logger"],
  "logging.js": ["getTestLogger", "initTestLogging"],
  "LoginManagerContent.jsm": ["LoginManagerContent", "LoginFormFactory", "UserAutoCompleteResult"],
  "LoginRecipes.jsm": ["LoginRecipesContent", "LoginRecipesParent"],
  "logmanager.js": ["LogManager"],
  "LogUtils.jsm": ["Logger"],
  "lz4.js": ["Lz4"],
  "lz4_internal.js": ["Primitives"],
  "main.js": ["Weave"],
  "MatchPattern.jsm": ["MatchPattern", "MatchGlobs", "MatchURLFilters"],
  "mcc_iso3166_table.jsm": ["MCC_ISO3166_TABLE"],
  "message.js": ["Command", "Message", "MessageOrigin", "Response"],
  "Messaging.jsm": ["sendMessageToJava", "Messaging"],
  "microformat-shiv.js": ["Microformats"],
  "MigrationUtils.jsm": ["MigrationUtils", "MigratorPrototype"],
  "MinimalIdentity.jsm": ["IdentityService"],
  "mozelement.js": ["Elem", "Selector", "ID", "Link", "XPath", "Name", "Lookup", "MozMillElement", "MozMillCheckBox", "MozMillRadio", "MozMillDropList", "MozMillTextBox", "subclasses"],
  "mozmill.js": ["controller", "utils", "elementslib", "os", "getBrowserController", "newBrowserController", "getAddonsController", "getPreferencesController", "newMail3PaneController", "getMail3PaneController", "wm", "platform", "getAddrbkController", "getMsgComposeController", "getDownloadsController", "Application", "findElement", "getPlacesController", "isMac", "isLinux", "isWindows", "firePythonCallback", "getAddons"],
  "msgbroker.js": ["addListener", "addObject", "removeListener", "sendMessage", "log", "pass", "fail"],
  "MulticastDNSAndroid.jsm": ["MulticastDNS"],
  "NativeMessaging.jsm": ["HostManifestManager", "NativeApp"],
  "NetworkPrioritizer.jsm": ["trackBrowserWindow"],
  "NotificationDB.jsm": [],
  "nsFormAutoCompleteResult.jsm": ["FormAutoCompleteResult"],
  "objects.js": ["getLength"],
  "observers.js": ["Observers"],
  "offlineAppCache.jsm": ["OfflineAppCacheHelper"],
  "OrientationChangeHandler.jsm": [],
  "os.js": ["listDirectory", "getFileForPath", "abspath", "getPlatform"],
  "osfile.jsm": ["OS"],
  "osfile_async_front.jsm": ["OS"],
  "osfile_native.jsm": ["read"],
  "osfile_shared_allthreads.jsm": ["LOG", "clone", "Config", "Constants", "Type", "HollowStructure", "OSError", "Library", "declareFFI", "declareLazy", "declareLazyFFI", "normalizeBufferArgs", "projectValue", "isArrayBuffer", "isTypedArray", "defineLazyGetter", "OS"],
  "osfile_unix_allthreads.jsm": ["declareFFI", "libc", "Error", "AbstractInfo", "AbstractEntry", "Type", "POS_START", "POS_CURRENT", "POS_END"],
  "osfile_win_allthreads.jsm": ["declareFFI", "libc", "Error", "AbstractInfo", "AbstractEntry", "Type", "POS_START", "POS_CURRENT", "POS_END"],
  "ospath_unix.jsm": ["basename", "dirname", "join", "normalize", "split", "toFileURI", "fromFileURI"],
  "ospath_win.jsm": ["basename", "dirname", "join", "normalize", "split", "winGetDrive", "winIsAbsolute", "toFileURI", "fromFileURI"],
  "OutputGenerator.jsm": ["UtteranceGenerator", "BrailleGenerator"],
  "PageMenu.jsm": ["PageMenuParent", "PageMenuChild"],
  "PageThumbs.jsm": ["PageThumbs", "PageThumbsStorage"],
  "Parser.jsm": ["Parser", "ParserHelpers", "SyntaxTreeVisitor"],
  "parsingTestHelpers.jsm": ["generateURIsFromDirTree"],
  "passwords.js": ["PasswordEngine", "LoginRec", "PasswordValidator"],
  "passwords.jsm": ["Password", "DumpPasswords"],
  "PdfJsNetwork.jsm": ["NetworkManager"],
  "PermissionSettings.jsm": ["PermissionSettingsModule"],
  "PermissionsTable.jsm": ["PermissionsTable", "PermissionsReverseTable", "expandPermissions", "appendAccessToPermName", "isExplicitInPermissionsTable", "AllPossiblePermissions"],
  "PhoneNumberMetaData.jsm": ["PHONE_NUMBER_META_DATA"],
  "PlacesUtils.jsm": ["PlacesUtils", "PlacesAggregatedTransaction", "PlacesCreateFolderTransaction", "PlacesCreateBookmarkTransaction", "PlacesCreateSeparatorTransaction", "PlacesCreateLivemarkTransaction", "PlacesMoveItemTransaction", "PlacesRemoveItemTransaction", "PlacesEditItemTitleTransaction", "PlacesEditBookmarkURITransaction", "PlacesSetItemAnnotationTransaction", "PlacesSetPageAnnotationTransaction", "PlacesEditBookmarkKeywordTransaction", "PlacesEditBookmarkPostDataTransaction", "PlacesEditItemDateAddedTransaction", "PlacesEditItemLastModifiedTransaction", "PlacesSortFolderByNameTransaction", "PlacesTagURITransaction", "PlacesUntagURITransaction"],
  "PluginProvider.jsm": [],
  "PointerAdapter.jsm": ["PointerRelay", "PointerAdapter"],
  "policies.js": ["ErrorHandler", "SyncScheduler"],
  "prefs.js": ["PrefsEngine", "PrefRec"],
  "prefs.jsm": ["Preference"],
  "PresentationDeviceInfoManager.jsm": ["PresentationDeviceInfoService"],
  "PromiseWorker.jsm": ["BasePromiseWorker"],
  "PushCrypto.jsm": ["PushCrypto", "concatArray"],
  "quit.js": ["goQuitApplication"],
  "record.js": ["WBORecord", "RecordManager", "CryptoWrapper", "CollectionKeyManager", "Collection"],
  "recursive_importA.jsm": ["foo", "bar"],
  "recursive_importB.jsm": ["baz", "qux"],
  "reflect.jsm": ["Reflect"],
  "RemoteFinder.jsm": ["RemoteFinder", "RemoteFinderListener"],
  "RemotePageManager.jsm": ["RemotePages", "RemotePageManager", "PageListener"],
  "RemoteWebProgress.jsm": ["RemoteWebProgressManager"],
  "resource.js": ["AsyncResource", "Resource"],
  "responsivedesign.jsm": ["ResponsiveUIManager"],
  "rest.js": ["RESTRequest", "RESTResponse", "TokenAuthenticatedRESTRequest", "SyncStorageRequest"],
  "rotaryengine.js": ["RotaryEngine", "RotaryRecord", "RotaryStore", "RotaryTracker"],
  "RTCStatsReport.jsm": ["convertToRTCStatsReport"],
  "scratchpad-manager.jsm": ["ScratchpadManager"],
  "server.js": ["MarionetteServer"],
  "service.js": ["Service"],
  "SettingsDB.jsm": ["SettingsDB", "SETTINGSDB_NAME", "SETTINGSSTORE_NAME"],
  "SharedPromptUtils.jsm": ["PromptUtils", "EnableDelayHelper"],
  "ShutdownLeaksCollector.jsm": ["ContentCollector"],
  "SignInToWebsite.jsm": ["SignInToWebsiteController"],
  "Social.jsm": ["Social", "OpenGraphBuilder", "DynamicResizeWatcher", "sizeSocialPanelToContent"],
  "SpecialPowersObserver.jsm": ["SpecialPowersObserver", "SpecialPowersObserverFactory"],
  "stack.js": ["findCallerFrame"],
  "StateMachineHelper.jsm": ["State", "CommandType"],
  "status.js": ["Status"],
  "storageserver.js": ["ServerBSO", "StorageServerCallback", "StorageServerCollection", "StorageServer", "storageServerForUsers"],
  "stringbundle.js": ["StringBundle"],
  "strings.js": ["trim", "vslice"],
  "StructuredLog.jsm": ["StructuredLogger", "StructuredFormatter"],
  "StyleEditorUtil.jsm": ["getString", "assert", "log", "text", "wire", "showFilePicker"],
  "subprocess_common.jsm": ["BaseProcess", "PromiseWorker", "SubprocessConstants"],
  "subprocess_unix.jsm": ["SubprocessImpl"],
  "subprocess_win.jsm": ["SubprocessImpl"],
  "sync.jsm": ["Authentication"],
  "tabs.js": ["TabEngine", "TabSetRecord"],
  "tabs.jsm": ["BrowserTabs"],
  "tcpsocket_test.jsm": ["createSocket", "createServer", "enablePrefsAndPermissions", "socketCompartmentInstanceOfArrayBuffer"],
  "telemetry.js": ["SyncTelemetry"],
  "test.jsm": ["Foo"],
  "test2.jsm": ["Bar"],
  "test_bug883784.jsm": ["Test"],
  "Timer.jsm": ["setTimeout", "clearTimeout", "setInterval", "clearInterval"],
  "tokenserverclient.js": ["TokenServerClient", "TokenServerClientError", "TokenServerClientNetworkError", "TokenServerClientServerError"],
  "ToolboxProcess.jsm": ["BrowserToolboxProcess"],
  "tps.jsm": ["ACTIONS", "TPS"],
  "Translation.jsm": ["Translation", "TranslationTelemetry"],
  "Traversal.jsm": ["TraversalRules", "TraversalHelper"],
  "UpdateTelemetry.jsm": ["AUSTLMY"],
  "userapi.js": ["UserAPI10Client"],
  "util.js": ["getChromeWindow", "XPCOMUtils", "Services", "Utils", "Async", "Svc", "Str"],
  "utils.js": ["applicationName", "assert", "Copy", "getBrowserObject", "getChromeWindow", "getWindows", "getWindowByTitle", "getWindowByType", "getWindowId", "getMethodInWindows", "getPreference", "saveDataURL", "setPreference", "sleep", "startTimer", "stopTimer", "takeScreenshot", "unwrapNode", "waitFor", "btoa", "encryptPayload", "isConfiguredWithLegacyIdentity", "ensureLegacyIdentityManager", "setBasicCredentials", "makeIdentityConfig", "makeFxAccountsInternalMock", "configureFxAccountIdentity", "configureIdentity", "SyncTestingInfrastructure", "waitForZeroTimer", "Promise", "add_identity_test", "MockFxaStorageManager", "AccountState", "sumHistogram", "CommonUtils", "CryptoUtils", "TestingUtils"],
  "Utils.jsm": ["Utils", "Logger", "PivotContext", "PrefCache", "SettingCache"],
  "VariablesView.jsm": ["VariablesView", "escapeHTML"],
  "VariablesViewController.jsm": ["VariablesViewController", "StackFrameUtils"],
  "version.jsm": ["VERSION"],
  "vtt.jsm": ["WebVTT"],
  "WebChannel.jsm": ["WebChannel", "WebChannelBroker"],
  "WindowDraggingUtils.jsm": ["WindowDraggingElement"],
  "windows.js": ["init", "map"],
  "windows.jsm": ["BrowserWindows"],
  "WindowsJumpLists.jsm": ["WinTaskbarJumpList"],
  "WindowsPreviewPerTab.jsm": ["AeroPeek"],
  "withs.js": ["startsWith", "endsWith"],
  "xul-app.jsm": ["XulApp"]
}