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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-layout-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 API instrumentation of a Layout event 1 Tests the Timeline API instrumentation of a Layout event
2 2
3 text 3 text
4 text 4 text
5 text 5 text
6 text 6 text
7 text 7 text
8 Layout Properties: 8 Layout Properties:
9 { 9 {
10 data : { 10 data : {
11 beginData : { 11 beginData : {
12 dirtyObjects : 3 12 dirtyObjects : 3
13 frame : <string> 13 frame : <string>
14 partialLayout : true 14 partialLayout : true
15 stackTrace : <object> 15 stackTrace : <object>
16 totalObjects : 8 16 totalObjects : 8
17 } 17 }
18 endData : { 18 endData : {
19 root : <object> 19 root : <object>
20 rootNode : <number> 20 rootNode : <number>
21 } 21 }
22 } 22 }
23 endTime : <number> 23 endTime : <number>
24 frameId : <string> 24 frameId : <string>
25 stackTrace : <object> 25 stackTrace : <object>
26 startTime : <number> 26 startTime : <number>
27 thread : <string> 27 thread : <string>
28 type : "Layout" 28 type : "Layout"
29 } 29 }
30 Text details for Layout: timeline-layout.html:17
30 Layout Properties: 31 Layout Properties:
31 { 32 {
32 data : { 33 data : {
33 beginData : { 34 beginData : {
34 dirtyObjects : 2 35 dirtyObjects : 2
35 frame : <string> 36 frame : <string>
36 partialLayout : true 37 partialLayout : true
37 stackTrace : <object> 38 stackTrace : <object>
38 totalObjects : 11 39 totalObjects : 11
39 } 40 }
40 endData : { 41 endData : {
41 root : <object> 42 root : <object>
42 rootNode : <number> 43 rootNode : <number>
43 } 44 }
44 } 45 }
45 endTime : <number> 46 endTime : <number>
46 frameId : <string> 47 frameId : <string>
47 stackTrace : <object> 48 stackTrace : <object>
48 startTime : <number> 49 startTime : <number>
49 thread : <string> 50 thread : <string>
50 type : "Layout" 51 type : "Layout"
51 } 52 }
53 Text details for Layout: timeline-layout.html:17
52 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698