Bug 1204127 - Enable DevTools migration warnings. r=ochameau

This commit is contained in:
J. Ryan Stinnett 2016-02-04 11:10:33 -06:00
parent db6302da27
commit 14b0a1f7a5

View File

@ -920,9 +920,8 @@ pref("devtools.commands.dir", "");
// Allows setting the performance marks for which telemetry metrics will be recorded.
pref("devtools.telemetry.supported_performance_marks", "contentInteractive,navigationInteractive,navigationLoaded,visuallyLoaded,fullyLoaded,mediaEnumerated,scanEnd");
// Deprecation warnings after DevTools file migration. Bug 1204127 tracks
// enabling this.
pref("devtools.migration.warnings", false);
// Deprecation warnings after DevTools file migration.
pref("devtools.migration.warnings", true);
// view source
pref("view_source.syntax_highlight", true);
@ -5196,4 +5195,3 @@ pref("dom.input.fallbackUploadDir", "");
// Turn rewriting of youtube embeds on/off
pref("plugins.rewrite_youtube_embeds", true);