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

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

Issue 470553002: DevTools: move TracingModel.js into the sdk module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/inspector.html ('k') | Source/devtools/front_end/timeline/TimelineFlameChart.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/TracingModel.js
diff --git a/Source/devtools/front_end/timeline/TracingModel.js b/Source/devtools/front_end/sdk/TracingModel.js
similarity index 99%
rename from Source/devtools/front_end/timeline/TracingModel.js
rename to Source/devtools/front_end/sdk/TracingModel.js
index 16762df90c900521d9d7d7a3ba3f6d42554cffbf..3e96a9022272116f5d8807d8266549ea73fc88e5 100644
--- a/Source/devtools/front_end/timeline/TracingModel.js
+++ b/Source/devtools/front_end/sdk/TracingModel.js
@@ -325,6 +325,7 @@ WebInspector.TracingModel.Event = function(payload, level, thread)
this.args = {};
for (var name in payload.args)
this.args[name] = payload.args[name];
+ this.dataArg = payload.args["data"];
yurys 2014/08/13 10:00:32 Please revert this.
pfeldman 2014/08/13 11:26:12 Done.
}
this.phase = payload.ph;
this.level = level;
« no previous file with comments | « Source/devtools/front_end/inspector.html ('k') | Source/devtools/front_end/timeline/TimelineFlameChart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698