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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-event-dispatch-expected.txt

Issue 481403002: DevTools: move tracing based Timeline out of experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated inspector/timeline/timeline-coalescing.html Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests the Timeline API instrumentation of a DOM Dispatch (mousedown) 1 Tests the Timeline API instrumentation of a DOM Dispatch (mousedown)
2 2
3 Test Mouse Target 3 Test Mouse Target
4 EventDispatch Properties: 4 EventDispatch Properties:
5 { 5 {
6 data : {
7 type : "mouseover"
8 }
9 endTime : <number>
10 startTime : <number>
11 thread : <string>
12 type : "EventDispatch"
13 }
14 EventDispatch Properties:
15 {
16 data : {
17 type : "mousemove"
18 }
19 endTime : <number>
20 startTime : <number>
21 thread : <string>
22 type : "EventDispatch"
23 }
24 EventDispatch Properties:
25 {
6 children : <object> 26 children : <object>
7 data : { 27 data : {
8 type : "mousedown" 28 type : "mousedown"
9 } 29 }
10 endTime : <number> 30 endTime : <number>
11 frameId : <string>
12 startTime : <number> 31 startTime : <number>
13 thread : <string> 32 thread : <string>
14 type : "EventDispatch" 33 type : "EventDispatch"
34 }
35 EventDispatch Properties:
36 {
37 data : {
38 type : "selectstart"
39 }
40 endTime : <number>
41 startTime : <number>
42 thread : <string>
43 type : "EventDispatch"
44 }
45 EventDispatch Properties:
46 {
47 data : {
48 type : "selectionchange"
49 }
50 endTime : <number>
51 startTime : <number>
52 thread : <string>
53 type : "EventDispatch"
15 } 54 }
16 55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698