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

Unified Diff: Source/devtools/protocol.json

Issue 26929003: Add text autosizing override in the inspector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address reviewer comments 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
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 6c98c19887b6c70cc83cff7ce442b43867356337..f4ccc3f5ccc9d269b2aed836d0d166309e5f179f 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -340,7 +340,8 @@
{ "name": "width", "type": "integer", "description": "Overriding width value in pixels (minimum 0, maximum 10000000). 0 disables the override." },
{ "name": "height", "type": "integer", "description": "Overriding height value in pixels (minimum 0, maximum 10000000). 0 disables the override." },
{ "name": "deviceScaleFactor", "type": "number", "description": "Overriding device scale factor value (must be positive)." },
- { "name": "fitWindow", "type": "boolean", "description": "Whether a view that exceeds the available browser window area should be scaled down to fit." }
+ { "name": "fitWindow", "type": "boolean", "description": "Whether a view that exceeds the available browser window area should be scaled down to fit." },
+ { "name": "textAutosizing", "type": "boolean", "description": "Whether to override the text autosizing feature." }
pfeldman 2013/10/18 12:01:26 We'll have to do that "optional": true, but that c
pdr. 2013/10/18 18:46:09 Filed crbug.com/309094 and assigned it to myself.
],
"hidden": true
},
« Source/core/inspector/InspectorPageAgent.cpp ('K') | « Source/devtools/front_end/OverridesView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698