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

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

Issue 1624783002: DevTools: Switch to using fast stack iterator to collect stacks during timeline recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 4 landing Created 4 years, 10 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>
9 } 8 }
10 endTime : <number> 9 endTime : <number>
11 frameId : <string> 10 frameId : <string>
12 stackTrace : <object> 11 stackTrace : <object>
13 startTime : <number> 12 startTime : <number>
14 type : "RequestAnimationFrame" 13 type : "RequestAnimationFrame"
15 } 14 }
16 Text details for RequestAnimationFrame: timeline-animation-frame.html:8 15 Text details for RequestAnimationFrame: timeline-animation-frame.html:6
17 FireAnimationFrame Properties: 16 FireAnimationFrame Properties:
18 { 17 {
19 data : { 18 data : {
20 frame : <string> 19 frame : <string>
21 id : <number> 20 id : <number>
22 } 21 }
23 endTime : <number> 22 endTime : <number>
24 frameId : <string> 23 frameId : <string>
25 startTime : <number> 24 startTime : <number>
26 type : "FireAnimationFrame" 25 type : "FireAnimationFrame"
27 } 26 }
28 Text details for FireAnimationFrame: timeline-animation-frame.html:8 27 Text details for FireAnimationFrame: timeline-animation-frame.html:6
29 CancelAnimationFrame Properties: 28 CancelAnimationFrame Properties:
30 { 29 {
31 data : { 30 data : {
32 frame : <string> 31 frame : <string>
33 id : <number> 32 id : <number>
34 stackTrace : <object>
35 } 33 }
36 endTime : <number> 34 endTime : <number>
37 frameId : <string> 35 frameId : <string>
38 stackTrace : <object> 36 stackTrace : <object>
39 startTime : <number> 37 startTime : <number>
40 type : "CancelAnimationFrame" 38 type : "CancelAnimationFrame"
41 } 39 }
42 Text details for CancelAnimationFrame: timeline-animation-frame.html:11 40 Text details for CancelAnimationFrame: timeline-animation-frame.html:9
43 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698