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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-animation-frame-expected.txt

Issue 1353653003: DevTools: cleanup timeline concise record details generation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: re-uploading after blink repo merge Created 5 years, 2 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 events for Animation Frame feature 1 Tests the Timeline events for Animation Frame feature
2 2
3 RequestAnimationFrame Properties: 3 RequestAnimationFrame Properties:
4 { 4 {
5 data : { 5 data : {
6 frame : <string> 6 frame : <string>
7 id : <number> 7 id : <number>
8 stackTrace : <object> 8 stackTrace : <object>
9 } 9 }
10 endTime : <number> 10 endTime : <number>
11 frameId : <string> 11 frameId : <string>
12 stackTrace : <object> 12 stackTrace : <object>
13 startTime : <number> 13 startTime : <number>
14 thread : <string> 14 thread : <string>
15 type : "RequestAnimationFrame" 15 type : "RequestAnimationFrame"
16 } 16 }
17 Text details for RequestAnimationFrame: timeline-animation-frame.html:10
17 FireAnimationFrame Properties: 18 FireAnimationFrame Properties:
18 { 19 {
19 children : <object> 20 children : <object>
20 data : { 21 data : {
21 frame : <string> 22 frame : <string>
22 id : <number> 23 id : <number>
23 } 24 }
24 endTime : <number> 25 endTime : <number>
25 frameId : <string> 26 frameId : <string>
26 startTime : <number> 27 startTime : <number>
27 thread : <string> 28 thread : <string>
28 type : "FireAnimationFrame" 29 type : "FireAnimationFrame"
29 } 30 }
31 Text details for FireAnimationFrame: timeline-animation-frame.html:10
30 CancelAnimationFrame Properties: 32 CancelAnimationFrame Properties:
31 { 33 {
32 data : { 34 data : {
33 frame : <string> 35 frame : <string>
34 id : <number> 36 id : <number>
35 stackTrace : <object> 37 stackTrace : <object>
36 } 38 }
37 endTime : <number> 39 endTime : <number>
38 frameId : <string> 40 frameId : <string>
39 stackTrace : <object> 41 stackTrace : <object>
40 startTime : <number> 42 startTime : <number>
41 thread : <string> 43 thread : <string>
42 type : "CancelAnimationFrame" 44 type : "CancelAnimationFrame"
43 } 45 }
46 Text details for CancelAnimationFrame: timeline-animation-frame.html:13
44 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698