Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
"use strict";
/**
* This is a manual mapping from chrome:// and resource:// URIs
* to the corresponding source files for all modules which the
* build_paths.js script can't match automatically.
*
* If TypeScript or your editor can't find your (new) module in
* `tools/@types/tspaths.json` try running `mach ts paths` first.
*/
exports.paths = {
"moz-src:///*": ["./*"],
"chrome://global/content/ml/NLPUtils.sys.mjs": [
"toolkit/components/ml/content/nlp/Utils.sys.mjs",
],
"chrome://global/content/ml/Utils.sys.mjs": [
"toolkit/components/ml/content/Utils.sys.mjs",
],
"testing/mochitest/tests/SimpleTest/SimpleTest.js",
],
[
"remote/shared/messagehandler/test/browser/resources/modules/ModuleRegistry.sys.mjs",
],
"chrome://remote/content/webdriver-bidi/modules/ModuleRegistry.sys.mjs": [
"remote/webdriver-bidi/modules/ModuleRegistry.sys.mjs",
],
"resource:///modules/CustomizeMode.sys.mjs": [
"browser/components/customizableui/CustomizeMode.sys.mjs",
],
"resource:///modules/ExtensionBrowsingData.sys.mjs": [
"browser/components/extensions/ExtensionBrowsingData.sys.mjs",
],
"resource://autofill/FormAutofillPrompter.sys.mjs": [
"toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs",
],
"resource://autofill/FormAutofillStorage.sys.mjs": [
"toolkit/components/formautofill/default/FormAutofillStorage.sys.mjs",
],
"resource://devtools/server/actors/descriptors/webextension.js": [
"devtools/server/actors/descriptors/webextension.js",
],
"resource://gre/modules/AppConstants.sys.mjs": [
"tools/@types/substitutions/AppConstants.sys.d.mts",
],
"resource://gre/modules/CrashManager.sys.mjs": [
"toolkit/components/crashes/CrashManager.in.sys.mjs",
],
"resource://gre/modules/components-utils/ClientEnvironment.sys.mjs": [
"toolkit/components/utils/ClientEnvironment.sys.mjs",
],
"resource://gre/modules/RFPTargetConstants.sys.mjs": [
"toolkit/components/resistfingerprinting/RFPTargetConstants.sys.mjs",
],
"resource://gre/modules/workers/PromiseWorker.js": [
"toolkit/components/promiseworker/worker/PromiseWorker.js",
],
"resource://gre/modules/workers/PromiseWorker.mjs": [
"toolkit/components/promiseworker/worker/PromiseWorker.mjs",
],
"resource://nimbus/FeatureManifest.sys.mjs": [
"toolkit/components/nimbus/FeatureManifest.sys.mjs",
],
"resource://passwordmgr/passwordstorage.sys.mjs": [
"toolkit/components/passwordmgr/storage-desktop.sys.mjs",
],
"services/crypto/modules/utils.sys.mjs",
],
"services/settings/Utils.sys.mjs",
],
"services/sync/modules/util.sys.mjs",
],
"testing/modules/AppInfo.sys.mjs",
],
"mobile/shared/modules/test/AppUiTestDelegate.sys.mjs",
],
"testing/modules/Assert.sys.mjs",
],
"dom/quota/test/modules/system/PrefUtils.sys.mjs",
],
"dom/quota/test/modules/system/Utils.sys.mjs",
],
"services/sync/modules-testing/utils.sys.mjs",
],
};