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

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

Issue 2128133002: Timeline AddTraceProvider API Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into record Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests timeline support in WebInspector Extensions API
2
3 Started extension.
4 Running tests...
5 RUNNING TEST: extension_testTimeline
6 {
7 onRecordingStarted : {
8 addListener : <function>
9 removeListener : <function>
10 }
11 onRecordingStopped : {
12 addListener : <function>
13 removeListener : <function>
14 }
15 }
16 traceProvider.onRecordingStarted fired.
17 traceProvider.onRecordingStopped fired.
18 All tests done.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698