mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1204127
- Enable DevTools migration warnings. r=ochameau
This commit is contained in:
parent
1d78d9f051
commit
8ea9057c8f
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user