Bug 1470807: Enable new animation inspector on Beta and Release channel. r?pbro draft
authorDaisuke Akatsuka <dakatsuka@mozilla.com>
Wed, 27 Jun 2018 14:52:55 +0900
changeset 811192 431fa63108f901c71b6ca1b78e545b8db47e4b84
parent 811188 e1b9a09a0e8b5349cce0e45e78de36abdd9630b2
push id114225
push userbmo:dakatsuka@mozilla.com
push dateWed, 27 Jun 2018 05:53:50 +0000
reviewerspbro
bugs1470807
milestone63.0a1
Bug 1470807: Enable new animation inspector on Beta and Release channel. r?pbro MozReview-Commit-ID: 8uZTr4B2yw0
devtools/client/preferences/devtools-client.js
--- a/devtools/client/preferences/devtools-client.js
+++ b/devtools/client/preferences/devtools-client.js
@@ -56,22 +56,18 @@ pref("devtools.inspector.showUserAgentSt
 // Show all native anonymous content (like controls in <video> tags)
 pref("devtools.inspector.showAllAnonymousContent", false);
 // Enable the Flexbox highlighter
 pref("devtools.inspector.flexboxHighlighter.enabled", false);
 // Enable the CSS shapes highlighter
 pref("devtools.inspector.shapesHighlighter.enabled", true);
 // Enable the Flexbox Inspector panel
 pref("devtools.flexboxinspector.enabled", false);
-// Enable the new Animation Inspector in Nightly only
-#if defined(NIGHTLY_BUILD)
+// Enable the new Animation Inspector
 pref("devtools.new-animationinspector.enabled", true);
-#else
-pref("devtools.new-animationinspector.enabled", false);
-#endif
 // Enable the Variable Fonts editor
 pref("devtools.inspector.fonteditor.enabled", false);
 // Enable the font highlight-on-hover feature
 pref("devtools.inspector.fonthighlighter.enabled", false);
 
 // Grid highlighter preferences
 pref("devtools.gridinspector.gridOutlineMaxColumns", 50);
 pref("devtools.gridinspector.gridOutlineMaxRows", 50);