Um die Tausenden von hier verfügbaren Add-ons auszuprobieren, laden Sie Mozilla Firefox herunter, eine schnelle, kostenlose Möglichkeit, im Internet zu surfen!
SchließenWillkommen bei den Firefox-Add-ons.
Wählen Sie aus Tausenden von Zusatzfunktionen und Stilen, um sich Firefox zu Eigen zu machen.
Schließen
DevPrefs 1.7
von Noitidart
Automatically sets all preferences for Firefox addon developer production environment.
Über dieses Add-on
On uninstall/disable of addon, the preferences are reset to "non-production environment" settings. A log of actions taken is shown.
Details of Preferences Changed to Enter Developer Environment
- javascript.options.showInConsole - True
- nglayout.debug.disable_xul_cache - True
- browser.dom.window.dump.enabled - True
- javascript.options.strict - True
- devtools.chrome.enabled - True
- devtools.debugger.remote-enabled - True
- extensions.logging.enabled - True
- nglayout.debug.disable_xul_fastload - False (There is a warning on MDN page that warns this should never be set to true in a production environment)
- dom.report_all_js_exceptions - True
- devtools.errorconsole.deprecation_warnings - True
- devtools.debugger.prompt-connection - False
- xpinstall.signatures.required - False
- xpinstall.whitelist.required - False
- extensions.sdk.console.logLevel - "all" (Details: https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/console)
Contributors
- oleksiilevzhynskyi - For SDK Log Level - https://github.com/Noitidart/DevPrefs/pull/3
- tumpio - For Debugger Prompt and Signing - https://github.com/Noitidart/DevPrefs/pull/2
- mstrebel - Thunderbird Support - https://github.com/Noitidart/DevPrefs/pull/1