/* 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
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
const PREFERENCES = { // Preference that drives the display of the "Tabs" category on This Firefox.
LOCAL_TAB_DEBUGGING_ENABLED: "devtools.aboutdebugging.local-tab-debugging", // Preference that drives the display of the "Processes" debug target category.
PROCESS_DEBUGGING_ENABLED: "devtools.aboutdebugging.process-debugging", // Preference that drives the display of hidden & system addons in about:debugging.
SHOW_HIDDEN_ADDONS: "devtools.aboutdebugging.showHiddenAddons", // Preference to store the last path used for loading a temporary extension.
TEMPORARY_EXTENSION_PATH: "devtools.aboutdebugging.tmpExtDirPath", // Preference that disables installing extensions when set to false.
XPINSTALL_ENABLED: "xpinstall.enabled",
};
/** * These constants reference the performance-new's concept of a PageContext. * These are defined in devtools/client/performance-new/@types/perf.d.ts * about:debugging only uses the remote variants of the PageContexts.
*/ const PROFILER_PAGE_CONTEXT = {
DEVTOOLS_REMOTE: "devtools-remote",
ABOUTPROFILING_REMOTE: "aboutprofiling-remote",
};
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.16Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.