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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames-expected.txt

Issue 2290553004: DevTools: Record EvaluateScript event for workers. (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames-expected.txt
index add010f6221f252900ea4b710e338cea11b4c8b7..670bfb5101209dc8e465593aee47532cc27f62bc 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames-expected.txt
@@ -3,4 +3,17 @@ Tests js cpu profile in timeline.
Main Thread
DedicatedWorker Thread
DedicatedWorker Thread
+EvaluateScript Properties:
+{
+ data : {
+ columnNumber : <number>
+ frame : <string>
+ lineNumber : <number>
+ url : .../inspector/tracing/resources/worker.js
+ }
+ endTime : <number>
+ frameId : <string>
+ startTime : <number>
+ type : "EvaluateScript"
+}

Powered by Google App Engine
This is Rietveld 408576698