Skip to content
Snippets Groups Projects
Commit 9d406828 authored by Sebastian Hengst's avatar Sebastian Hengst
Browse files

Backed out changeset d0ed0997f4e0 (bug 1369801)

MozReview-Commit-ID: P1ViGMmdnT
parent 934f66df
No related branches found
No related tags found
No related merge requests found
......@@ -138,9 +138,8 @@ devtools/shared/qrcode/tests/mochitest/test_decode.html
devtools/shared/tests/mochitest/*.html
devtools/shared/webconsole/test/test_*.html
# Ignore devtools preferences files
# Ignore devtools pre-processed files
devtools/client/preferences/**
devtools/shim/devtools-startup-prefs.js
# Ignore devtools third-party libs
devtools/shared/jsbeautify/*
......
......@@ -630,7 +630,6 @@
; [DevTools Shim Files]
@RESPATH@/browser/chrome/devtools-shim@JAREXT@
@RESPATH@/browser/chrome/devtools-shim.manifest
@RESPATH@/browser/@PREF_DIR@/devtools-startup-prefs.js
; shell icons
#ifdef XP_UNIX
......
......@@ -353,5 +353,8 @@ pref("devtools.editor.autocomplete", true);
// version for each user.
pref("devtools.telemetry.tools.opened.version", "{}");
// Enable the JSON View tool (an inspector for application/json documents).
pref("devtools.jsonview.enabled", true);
// Enable the HTML responsive design mode for all channels.
pref("devtools.responsive.html.enabled", true);
/* 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/. */
// This Devtools preferences file will be loaded as a usual Firefox preferences file.
// Most DevTools prefs are included with the addon and loaded dynamically during the addon
// startup. For preferences that are required before the addon is loaded or that we can't
// process in JS, they can be defined in this file.
// Note that this preference file follows Firefox release cycle.
// Enable the JSON View tool (an inspector for application/json documents).
pref("devtools.jsonview.enabled", true);
......@@ -6,10 +6,6 @@
JAR_MANIFESTS += ['jar.mn']
JS_PREFERENCE_FILES += [
'devtools-startup-prefs.js',
]
# Register the about:debugging page only for 'addon' and 'all' builds.
if CONFIG['MOZ_DEVTOOLS'] != 'server':
EXTRA_COMPONENTS += [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment