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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-event-dispatch-expected.txt

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 : { 6 data : {
7 stackTrace : <object> 7 stackTrace : <object>
8 type : "pointerover" 8 type : "pointerover"
9 } 9 }
10 endTime : <number> 10 endTime : <number>
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 { 89 {
90 data : { 90 data : {
91 type : "selectionchange" 91 type : "selectionchange"
92 } 92 }
93 endTime : <number> 93 endTime : <number>
94 startTime : <number> 94 startTime : <number>
95 type : "EventDispatch" 95 type : "EventDispatch"
96 } 96 }
97 Text details for EventDispatch: selectionchange 97 Text details for EventDispatch: selectionchange
98 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698