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

Unified Diff: Source/devtools/protocol.json

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/Settings.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index ae1fb6ffa796d80eccb1625d6421f05751e2d25e..4fa1027967cb086a2e807cc06b0c4b403f2f6bc2 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -445,6 +445,18 @@
"hidden": true
},
{
+ "name": "setTextAutosizingOverride",
+ "description": "Overrides the text autosizing feature.",
+ "parameters": [
+ { "name": "enabled", "type": "boolean", "description": "True for enabling the text autosizing feature." }
+ ],
+ "hidden": true
+ },
+ {
+ "name": "clearTextAutosizingOverride",
+ "description": "Clears the overridden text autosizing value."
+ },
+ {
"name": "captureScreenshot",
"description": "Capture page screenshot.",
"parameters": [
« no previous file with comments | « Source/devtools/front_end/Settings.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698