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

Unified Diff: Source/devtools/front_end/TracingModel.js

Issue 247513002: Timeline: produce session cookie when timeline is started (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: use IndetifiersFactory instead of directly getting processId Created 6 years, 8 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/TimelineManager.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/TracingModel.js
diff --git a/Source/devtools/front_end/TracingModel.js b/Source/devtools/front_end/TracingModel.js
index b5e316b3621fdb477b535a57c54b696fd045b3c4..5ac20003aea92cdf6ef12bd1cb7b2f1774b7fe9f 100644
--- a/Source/devtools/front_end/TracingModel.js
+++ b/Source/devtools/front_end/TracingModel.js
@@ -63,7 +63,14 @@ WebInspector.TracingModel.MetadataEvent = {
ProcessName: "process_name",
ThreadSortIndex: "thread_sort_index",
ThreadName: "thread_name"
-}
+};
+
+WebInspector.TracingModel.DevToolsMetadataEventCategory = "disabled-by-default-devtools.timeline";
+
+WebInspector.TracingModel.DevToolsMetadataEvent = {
+ TimelineStarted: "TimelineStarted",
+ SetLayerTreeId: "SetLayerTreeId"
+};
WebInspector.TracingModel.prototype = {
/**
« no previous file with comments | « Source/devtools/front_end/TimelineManager.js ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698