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

Unified Diff: third_party/WebKit/Source/devtools/Inspector-1.1.json

Issue 1963753003: DevTools: default all console object previews to lossy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/devtools/Inspector-1.1.json
diff --git a/third_party/WebKit/Source/devtools/Inspector-1.1.json b/third_party/WebKit/Source/devtools/Inspector-1.1.json
index 55afa73e9df34b1f7f690a39d001b2c4df1d7d5d..57a566476781f5c0374704a3d6cba8d6efaed5a0 100644
--- a/third_party/WebKit/Source/devtools/Inspector-1.1.json
+++ b/third_party/WebKit/Source/devtools/Inspector-1.1.json
@@ -636,7 +636,6 @@
"hidden": true,
"description": "Object containing abbreviated remote object value.",
"properties": [
- { "name": "lossless", "type": "boolean", "description": "Determines whether preview is lossless (contains all information of the original object)." },
kozy 2016/05/10 00:05:32 And revert it please! We never change released pro
luoe 2016/05/10 17:27:45 Whoops sorry, I'll revert it back in!
{ "name": "overflow", "type": "boolean", "description": "True iff some of the properties of the original did not fit." },
{ "name": "properties", "type": "array", "items": { "$ref": "PropertyPreview" }, "description": "List of the properties." }
]

Powered by Google App Engine
This is Rietveld 408576698