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

Unified Diff: Source/devtools/protocol.json

Issue 214523005: DevTools: report timeline progress while recording. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/devtools/front_end/timelinePanel.css ('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 4f9a867106f1670b850302d7de21517936edd951..6169b3bab5aaf783e564ec10f7ef3d52cae1ce27 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -2796,6 +2796,13 @@
"description": "Fired for every instrumentation event while timeline is started."
},
{
+ "name": "progress",
+ "parameters": [
+ { "name": "count", "type": "number" }
+ ],
+ "hidden": true
+ },
+ {
"name": "started",
"parameters": [
{ "name": "consoleTimeline", "type": "boolean", "optional": true, "description": "If specified, identifies that timeline was started using console.timeline() call." }
« no previous file with comments | « Source/devtools/front_end/timelinePanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698