OLD | NEW |
1 Tests timeline support in WebInspector Extensions API | 1 Tests timeline support in WebInspector Extensions API |
2 | 2 |
3 Started extension. | 3 Started extension. |
4 Running tests... | 4 Running tests... |
5 RUNNING TEST: extension_testTimeline | 5 RUNNING TEST: extension_testTimeline |
6 TraceProvider: | 6 TraceProvider: |
7 { | 7 { |
8 onRecordingStarted : { | 8 onRecordingStarted : { |
9 addListener : <function> | 9 addListener : <function> |
10 removeListener : <function> | 10 removeListener : <function> |
11 } | 11 } |
12 onRecordingStopped : { | 12 onRecordingStopped : { |
13 addListener : <function> | 13 addListener : <function> |
(...skipping 11 matching lines...) Expand all Loading... |
25 Timeline Flame Chart | 25 Timeline Flame Chart |
26 Group: long extension name | 26 Group: long extension name |
27 Level 0 | 27 Level 0 |
28 Extension record X 1 (hsla(261, 82%, 70%, 0.7)) | 28 Extension record X 1 (hsla(261, 82%, 70%, 0.7)) |
29 Extension record X 2 (hsla(230, 88%, 70%, 0.7)) | 29 Extension record X 2 (hsla(230, 88%, 70%, 0.7)) |
30 Level 1 | 30 Level 1 |
31 Extension record I 1 (hsla(298, 100%, 70%, 0.7)) | 31 Extension record I 1 (hsla(298, 100%, 70%, 0.7)) |
32 Extension record B+E (hsla(292, 100%, 70%, 0.7)) | 32 Extension record B+E (hsla(292, 100%, 70%, 0.7)) |
33 All tests done. | 33 All tests done. |
34 | 34 |
OLD | NEW |