mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1204127
- Enable DevTools migration warnings. r=ochameau
This commit is contained in:
parent
db6302da27
commit
14b0a1f7a5
@ -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