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

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

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames.html b/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames.html
index efb2a9789b438363e56041c18d20ece08ec73196..d80c305bf5d82bd2abce25649efe9e7e2875370e 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames.html
@@ -88,6 +88,8 @@ function test()
function processEvent(expectedFunctions, event)
{
+ if (event.name === WebInspector.TimelineModel.RecordType.EvaluateScript)
+ InspectorTest.printTraceEventProperties(event);
if (event.name === WebInspector.TimelineModel.RecordType.JSFrame)
expectedFunctions.delete(event.args.data.functionName);
return expectedFunctions;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/tracing/worker-js-frames-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698