Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1868)

Unified Diff: Source/devtools/front_end/Settings.js

Issue 25735003: Add text autosizing override in the inspector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix typeo Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/OverridesView.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/Settings.js
diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js
index 577ea5ac14797e104ff51b52dc178e12752a620c..e4b09b979cba42f5aa580da3eba8b5dc2b5ebcb5 100644
--- a/Source/devtools/front_end/Settings.js
+++ b/Source/devtools/front_end/Settings.js
@@ -102,6 +102,8 @@ WebInspector.Settings = function()
this.showMetricsRulers = this.createSetting("showMetricsRulers", false);
this.overrideCSSMedia = this.createSetting("overrideCSSMedia", false);
this.emulatedCSSMedia = this.createSetting("emulatedCSSMedia", "print");
+ this.overrideTextAutosizing = this.createSetting("overrideTextAutosizing", false);
+ this.enableTextAutosizing = this.createSetting("enableTextAutosizing", false);
this.workerInspectorWidth = this.createSetting("workerInspectorWidth", 600);
this.workerInspectorHeight = this.createSetting("workerInspectorHeight", 600);
this.messageURLFilters = this.createSetting("messageURLFilters", {});
« no previous file with comments | « Source/devtools/front_end/OverridesView.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698