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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api-expected.txt

Issue 2563383003: DevTools: add extension API to contribute trace events to timeline (Closed)
Patch Set: lint + new compiler warnings Created 4 years 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/extensions/extensions-timeline-api-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api-expected.txt b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api-expected.txt
index 7bb476ba3fbadbbba17cc5dbc349f6df1f366b92..d920e90170ace8aeb010f357feef5a48138075f5 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-timeline-api-expected.txt
@@ -3,6 +3,7 @@ Tests timeline support in WebInspector Extensions API
Started extension.
Running tests...
RUNNING TEST: extension_testTimeline
+TraceProvider:
{
onRecordingStarted : {
addListener : <function>
@@ -13,7 +14,21 @@ RUNNING TEST: extension_testTimeline
removeListener : <function>
}
}
+Provider short display name: extension trace provider
+Provider long display name: long extension name
traceProvider.onRecordingStarted fired.
+TracingSession:
+{
+ complete : <function>
+}
traceProvider.onRecordingStopped fired.
+Timeline Flame Chart
+Group: long extension name
+Level 0
+Extension record X 1 (hsla(261, 82%, 70%, 0.7))
+Extension record X 2 (hsla(230, 88%, 70%, 0.7))
+Level 1
+Extension record I 1 (hsla(298, 100%, 70%, 0.7))
+Extension record B+E (hsla(292, 100%, 70%, 0.7))
All tests done.

Powered by Google App Engine
This is Rietveld 408576698