Bug 1478448 - (Part 1) Add pref for enabling the Track Changes feature. r=gl draft
authorRazvan Caliman <rcaliman@mozilla.com>
Wed, 25 Jul 2018 20:11:55 +0200
changeset 822689 30391018640d68ee43f2ffbd09bf9018fcde98bb
parent 816856 aff060ad3204234adae2d59b3776207c6687ebfc
child 822690 816706a3a5b2dfb8df4cad4e25a7bd0f5c56f28a
push id117448
push userbmo:rcaliman@mozilla.com
push dateWed, 25 Jul 2018 18:46:36 +0000
reviewersgl
bugs1478448
milestone63.0a1
Bug 1478448 - (Part 1) Add pref for enabling the Track Changes feature. r=gl MozReview-Commit-ID: JQVPoOqa0WC
devtools/client/preferences/devtools-client.js
--- a/devtools/client/preferences/devtools-client.js
+++ b/devtools/client/preferences/devtools-client.js
@@ -64,16 +64,19 @@ pref("devtools.inspector.shapesHighlight
 // Enable the Flexbox Inspector panel
 pref("devtools.flexboxinspector.enabled", false);
 // Enable the new Animation Inspector
 pref("devtools.new-animationinspector.enabled", true);
 // Enable the Variable Fonts editor
 pref("devtools.inspector.fonteditor.enabled", false);
 // Enable the font highlight-on-hover feature
 pref("devtools.inspector.fonthighlighter.enabled", false);
+// Enable tracking of style changes and the Changes panel in the Inspector
+pref("devtools.inspector.changes.enabled", false);
+
 
 // Grid highlighter preferences
 pref("devtools.gridinspector.gridOutlineMaxColumns", 50);
 pref("devtools.gridinspector.gridOutlineMaxRows", 50);
 pref("devtools.gridinspector.showGridAreas", false);
 pref("devtools.gridinspector.showGridLineNumbers", false);
 pref("devtools.gridinspector.showInfiniteLines", false);