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

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: 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
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index dfa408a1b6ff4e5d9f9252abe48dbfe4fb5ec95d..2634e1135230de3f05e7a7a4caf6abc7ce3018d8 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": "Never happens, will be removed soon.",
pfeldman 2014/03/25 13:09:32 Is not issued. Will be gone in the future versions
sergeyv 2014/03/25 13:42:56 Done.
+ "deprecated": true
},
{
"name": "messagesCleared",
« Source/devtools/front_end/SourceFrame.js ('K') | « Source/devtools/front_end/Tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698