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

Unified Diff: Source/devtools/protocol.json

Issue 211023002: DevTools: Remove event Console.messageRepeatCountUpdated (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix inspector-protocol/console/console-timestamp.html Created 6 years, 9 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/Tests.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 dfa408a1b6ff4e5d9f9252abe48dbfe4fb5ec95d..4cfca5ceba4bc4fb7080e23770e38cf479581ca8 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -926,7 +926,8 @@
{ "name": "count", "type": "integer", "description": "New repeat count value." },
{ "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp of most recent message in batch.", "hidden": true }
],
- "description": "Issued when subsequent message(s) are equal to the previous one(s)."
+ "description": "Is not issued. Will be gone in the future versions of the protocol.",
+ "deprecated": true
},
{
"name": "messagesCleared",
« no previous file with comments | « Source/devtools/front_end/Tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698